public abstract static class NamingConventions.CamelCase extends Object implements NamingConvention
Modifier | Constructor and Description |
---|---|
protected |
CamelCase(String... ignorablePrefixes) |
Modifier and Type | Method and Description |
---|---|
List<Word> |
split(String input)
Receive a property name value and returns an ordered list of Word objects.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
join
protected CamelCase(String... ignorablePrefixes)
public List<Word> split(String input)
NamingConvention
split
in interface NamingConvention
input
- value to splitCopyright © 2012–2018. All rights reserved.