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, waitjoinprotected CamelCase(String... ignorablePrefixes)
public List<Word> split(String input)
NamingConventionsplit in interface NamingConventioninput - value to splitCopyright © 2012–2019. All rights reserved.