public interface NamingConvention
This interface may be implemented to define custom naming convention.
Modifier and Type | Method and Description |
---|---|
String |
join(List<Word> input)
Receive an ordered list of Word objects and returns a result property name.
|
List<Word> |
split(String input)
Receive a property name value and returns an ordered list of Word objects.
|
List<Word> split(String input)
input
- value to splitString join(List<Word> input)
input
- list to translateCopyright © 2012–2023. All rights reserved.