public class PropertyMapping<T,P,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> extends Object
| Constructor and Description |
|---|
PropertyMapping(PropertyMeta<T,P> propertyMeta,
K columnKey,
D columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
D |
getColumnDefinition() |
K |
getColumnKey() |
PropertyMeta<T,P> |
getPropertyMeta() |
String |
toString() |
public PropertyMapping(PropertyMeta<T,P> propertyMeta, K columnKey, D columnDefinition)
Copyright © 2015. All rights reserved.