public class MultiValueFieldGetter extends AbstractGetter<Object>
bean, f, type
Constructor and Description |
---|
MultiValueFieldGetter(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, getType
public MultiValueFieldGetter(String name, Object bean, Field f)
bean
- name
- 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.public boolean isMultiValued()
isMultiValued
in interface Getter<Object>
isMultiValued
in class AbstractGetter<Object>