public interface PropertyHandlerFactory
PropertyGetter and PropertySetter| Modifier and Type | Method and Description |
|---|---|
ListPropertyGetter |
createListPropertyGetter(Class itemType) |
ListPropertySetter |
createListPropertySetter(Class itemType) |
MapPropertyGetter |
createMapPropertyGetter(Class keyType,
Class valType) |
MapPropertySetter |
createMapPropertySetter(Class keyType,
Class valType) |
PropertyGetter |
createPropertyGetter(Class c,
String propName,
boolean requireField)
Create a
PropertyGetter |
PropertySetter |
createPropertySetter(Class c,
String propName)
Create a
PropertySetter |
PropertySetter createPropertySetter(Class c, String propName)
PropertySetterc - the class of the entitypropName - the name of the propertyPropertyGetter createPropertyGetter(Class c, String propName, boolean requireField)
PropertyGetterc - the class of the entitypropName - the name of the propertyrequireField - force to get the field directly instead of using getter methodMapPropertyGetter createMapPropertyGetter(Class keyType, Class valType)
MapPropertySetter createMapPropertySetter(Class keyType, Class valType)
ListPropertyGetter createListPropertyGetter(Class itemType)
ListPropertySetter createListPropertySetter(Class itemType)
Copyright © 2017. All Rights Reserved.