private static class PropertyNamingStrategyFactory.ConfigurableNamingStrategy extends Object implements PropertyNamingStrategy
Modifier and Type | Field and Description |
---|---|
private Function<Character,Character> |
converter |
private char |
separator |
CASE_INSENSITIVE, IDENTITY, LOWER_CASE_WITH_DASHES, LOWER_CASE_WITH_UNDERSCORES, UPPER_CAMEL_CASE, UPPER_CAMEL_CASE_WITH_SPACES
Constructor and Description |
---|
ConfigurableNamingStrategy(Function<Character,Character> wordConverter,
char sep) |
public String translateName(String propertyName)
translateName
in interface PropertyNamingStrategy
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.