Class AbstractFeatureFormatMapper<T>

java.lang.Object
com.linkedin.feathr.common.value.AbstractFeatureFormatMapper<T>
All Implemented Interfaces:
FeatureFormatMapper<T>
Direct Known Subclasses:
NTVFeatureFormatMapper, QuinceFeatureFormatMapper

public abstract class AbstractFeatureFormatMapper<T> extends Object implements FeatureFormatMapper<T>
Abstract base class for FeatureFormatMapper. Breaks down conversion behavior based on the various feature types.