com.jeffpalm.util
Interface Formatter.Getter
- All Known Implementing Classes:
- Data.FormatterGetter, Formatter.ArrayGetter, Formatter.FieldGetter, Formatter.ListGetter, Formatter.MapGetter, Formatter.PropertiesGetter, Formatter.TableGetter
- Enclosing class:
- Formatter
public static interface Formatter.Getter
Method Summary |
java.lang.Object |
get(java.lang.Object owner,
java.lang.String columnName,
int index)
|
ARRAY
static final Formatter.Getter ARRAY
LIST
static final Formatter.Getter LIST
TABLE
static final Formatter.Getter TABLE
get
java.lang.Object get(java.lang.Object owner,
java.lang.String columnName,
int index)