| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ListPropertyGetter
Implement
PropertyGetter on a List type entity |
class |
MapPropertyGetter
Implement
PropertyGetter on a Map type entity |
class |
ReflectionPropertyGetter
Implement
PropertyGetter using Java reflection |
| Modifier and Type | Method and Description |
|---|---|
PropertyGetter |
PropertyHandlerFactory.createPropertyGetter(Class c,
String propName,
boolean requireField)
Create a
PropertyGetter |
PropertyGetter |
ReflectionPropertyHandlerFactory.createPropertyGetter(Class c,
String propName,
boolean requireField) |
protected PropertyGetter |
ReflectionPropertyHandlerFactory.newGetter(Class c,
Method m,
Field f) |
Copyright © 2017. All Rights Reserved.