public class MapGetter extends AbstractGetter<Object>
bean, f, type| Constructor and Description |
|---|
MapGetter(String name,
Object bean,
Field f) |
| Modifier and Type | Method and Description |
|---|---|
List<IndependentPair<String,Class<?>>> |
getStringValues()
A
Getter object has an implicit knowledge about the property it's setting,
and the instance of the option bean. |
boolean |
isMultiValued() |
getOptionName, getTypepublic List<IndependentPair<String,Class<?>>> getStringValues()
GetterGetter object has an implicit knowledge about the property it's setting,
and the instance of the option bean.public boolean isMultiValued()
isMultiValued in interface Getter<Object>isMultiValued in class AbstractGetter<Object>