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, isMultiValued
public FieldGetter(String name, Object bean, Field f)
name
- bean
- f
- public List<IndependentPair<String,Class<?>>> getStringValues()
Getter
Getter
object has an implicit knowledge about the property it's setting,
and the instance of the option bean.