Interface | Description |
---|---|
Getter<T> |
Abstraction of the value setter.
|
Class | Description |
---|---|
AbstractGetter<T> |
An abstract Getter is of the type of the underlying bean and is not multivalued
|
FieldGetter |
A field getter calls .toString() on the underlying object
|
Getters |
Factory of
Setter s. |
MapGetter |
A getter for map objects
|
MultiValueFieldGetter |