Interface NamingScheme
- All Known Implementing Classes:
- NamingSchemes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An enforced style of naming.
 
Common formats are exposed in NamingSchemes
- Since:
- 4.0.0
- 
Method Summary
- 
Method Details- 
coerceGiven an input string of unknown formatting, make it follow a naming scheme.- Parameters:
- input- input string
- Returns:
- output string
- Since:
- 4.0.0
 
 
-