public class FieldGetter extends AbstractGetter<String>
bean, f, type| Constructor and Description |
|---|
FieldGetter(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. |
getOptionName, getType, isMultiValuedpublic FieldGetter(String name, Object bean, Field f)
name - bean - f - public List<IndependentPair<String,Class<?>>> getStringValues()
GetterGetter object has an implicit knowledge about the property it's setting,
and the instance of the option bean.