| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ListPropertySetter
Implement
PropertySetter on List type entity specifically |
class |
MapPropertySetter
Implement
PropertySetter on Map type entity specifically |
class |
ReflectionPropertySetter
Implement
PropertySetter using Java reflection |
| Modifier and Type | Method and Description |
|---|---|
PropertySetter |
PropertyHandlerFactory.createPropertySetter(Class c,
String propName)
Create a
PropertySetter |
PropertySetter |
ReflectionPropertyHandlerFactory.createPropertySetter(Class c,
String propName) |
protected PropertySetter |
ReflectionPropertyHandlerFactory.newSetter(Class c,
Method m,
Field f) |
PropertySetter |
PropertyGetter.setter()
Returns the corresponding setter
|
PropertySetter |
ReflectionPropertyGetter.setter() |
PropertySetter |
ListPropertyGetter.setter() |
PropertySetter |
MapPropertyGetter.setter() |
Copyright © 2017. All Rights Reserved.