public class PojoToAvroUtils extends Object
Constructor and Description |
---|
PojoToAvroUtils() |
Modifier and Type | Method and Description |
---|---|
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) |
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
Copyright © 2025. All rights reserved.