| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyGetter |
interface |
PropertySetter
The implementation of this class set a value on an entity
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListPropertyGetter
Implement
PropertyGetter on a List type entity |
class |
ListPropertySetter
Implement
PropertySetter on List type entity specifically |
class |
MapPropertyGetter
Implement
PropertyGetter on a Map type entity |
class |
MapPropertySetter
Implement
PropertySetter on Map type entity specifically |
class |
ReflectionPropertyGetter
Implement
PropertyGetter using Java reflection |
class |
ReflectionPropertySetter
Implement
PropertySetter using Java reflection |
Copyright © 2017. All Rights Reserved.