| Package | Description |
|---|---|
| org.kohsuke.args4j.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGetter<T>
An abstract Getter is of the type of the underlying bean and is not multivalued
|
class |
FieldGetter
A field getter calls .toString() on the underlying object
|
class |
MapGetter
A getter for map objects
|
class |
MultiValueFieldGetter |
| Modifier and Type | Method and Description |
|---|---|
static Getter<?> |
Getters.create(String name,
Field f,
Object bean) |