Package com.logicalclocks.hsfs.engine
Class PojoToAvroUtils
java.lang.Object
com.logicalclocks.hsfs.engine.PojoToAvroUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.avro.generic.GenericRecordconvertPojoToGenericRecord(Object input, org.apache.avro.Schema featureGroupSchema, org.apache.avro.Schema encodedFeatureGroupSchema, Map<String, org.apache.avro.Schema> complexFeatureSchemas)
-
Constructor Details
-
PojoToAvroUtils
public PojoToAvroUtils()
-
-
Method Details
-
convertPojoToGenericRecord
public static org.apache.avro.generic.GenericRecord convertPojoToGenericRecord(Object input, org.apache.avro.Schema featureGroupSchema, org.apache.avro.Schema encodedFeatureGroupSchema, Map<String, org.apache.avro.Schema> complexFeatureSchemas) throws FeatureStoreException, NoSuchFieldException, IllegalAccessException, IOException
-