public class CapitalizedNamingStrategy extends AbstractNamingStrategy implements BeanNamingStrategy
| Constructor and Description |
|---|
CapitalizedNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
describeProperty(Method method,
String prefix)
Return a textual description of the method
|
String |
describeRoot(Class<?> type)
Return a textual description of the type specific to the root type
|
String |
describeType(Class<?> type)
Return a textual description of the type
|
typeNamepublic String describeRoot(Class<?> type)
BeanNamingStrategydescribeRoot in interface BeanNamingStrategytype - the type to describepublic String describeType(Class<?> type)
BeanNamingStrategydescribeType in interface BeanNamingStrategytype - the type to describepublic String describeProperty(Method method, String prefix)
BeanNamingStrategydescribeProperty in interface BeanNamingStrategymethod - the method to describeprefix - the bean property prefix, e.g. get, set, is, which is assoscaited with this methodCopyright © 2015. All rights reserved.