public interface BeanNamingStrategy
BeanNamingStrategy strategy interface should define the strategy for turning the types and methods discovered by the bean utils into names| 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
|
Copyright © 2015. All rights reserved.