| Constructor and Description |
|---|
PropertyMapping(org.simpleflatmapper.reflect.meta.PropertyMeta<T,P> propertyMeta,
K columnKey,
ColumnDefinition<K,?> columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition<K,?> |
getColumnDefinition() |
K |
getColumnKey() |
org.simpleflatmapper.reflect.meta.PropertyMeta<T,P> |
getPropertyMeta() |
<TT,PP> PropertyMapping<TT,PP,K> |
propertyMeta(org.simpleflatmapper.reflect.meta.PropertyMeta<TT,PP> propertyMeta) |
String |
toString() |
public PropertyMapping(org.simpleflatmapper.reflect.meta.PropertyMeta<T,P> propertyMeta, K columnKey, ColumnDefinition<K,?> columnDefinition)
public <TT,PP> PropertyMapping<TT,PP,K> propertyMeta(org.simpleflatmapper.reflect.meta.PropertyMeta<TT,PP> propertyMeta)
public K getColumnKey()
public ColumnDefinition<K,?> getColumnDefinition()
Copyright © 2018. All rights reserved.