T - type of the external representationpublic interface FeatureFormatMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fromFeatureValue(FeatureValue featureValue)
Converts a feature value into the external representation
|
FeatureValue |
toFeatureValue(FeatureType featureType,
T externalValue)
Converts a datum in the external representation into the FeatureValue format.
|
T fromFeatureValue(FeatureValue featureValue)
featureValue - the FeatureValueFeatureValue toFeatureValue(FeatureType featureType, T externalValue)
featureType - type of this featureexternalValue - datum in the external representation