T
- public abstract class AbstractGetter<T> extends Object implements Getter<T>
Modifier and Type | Field and Description |
---|---|
protected Object |
bean |
protected Field |
f |
protected Class<?> |
type |
Constructor and Description |
---|
AbstractGetter(String name,
Object bean,
Field f) |
Modifier and Type | Method and Description |
---|---|
String |
getOptionName() |
Class<?> |
getType() |
boolean |
isMultiValued() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStringValues
public AbstractGetter(String name, Object bean, Field f)
name
- bean
- f
- public String getOptionName()
getOptionName
in interface Getter<T>
public boolean isMultiValued()
isMultiValued
in interface Getter<T>