Class AvroSchemaParser
- java.lang.Object
-
- io.trino.plugin.kafka.schema.confluent.AvroSchemaParser
-
- All Implemented Interfaces:
SchemaParser
public class AvroSchemaParser extends Object implements SchemaParser
-
-
Constructor Summary
Constructors Constructor Description AvroSchemaParser(TypeManager typeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaTopicFieldGroupparse(ConnectorSession session, String subject, io.confluent.kafka.schemaregistry.ParsedSchema parsedSchema)
-
-
-
Constructor Detail
-
AvroSchemaParser
@Inject public AvroSchemaParser(TypeManager typeManager)
-
-
Method Detail
-
parse
public KafkaTopicFieldGroup parse(ConnectorSession session, String subject, io.confluent.kafka.schemaregistry.ParsedSchema parsedSchema)
- Specified by:
parsein interfaceSchemaParser
-
-