public final class PlaceHolderValueGetter<T> extends Object
| Constructor and Description |
|---|
PlaceHolderValueGetter(String column,
int sqlType,
String typeName,
org.simpleflatmapper.reflect.Getter<T,?> getter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
int |
getSqlType() |
String |
getTypeName() |
Object |
getValue(T instance) |
boolean |
isColumn(String column) |
Copyright © 2018. All rights reserved.