Uses of Interface
com.solace.serdes.common.resolver.SchemaParser
-
Packages that use SchemaParser Package Description com.solace.serdes.avro Provides serialization and deserialization functionality for Apache Avro formatted data.com.solace.serdes.common.resolver Provides schema resolution functionality for serializers and deserializers to interact with schema registries. -
-
Uses of SchemaParser in com.solace.serdes.avro
Classes in com.solace.serdes.avro that implement SchemaParser Modifier and Type Class Description classAvroSchemaParser<U>An implementation of SchemaParser specifically for Avro schemas.classDereferencedAvroSchemaParser<U>An implementation of AvroSchemaParser that extracts schemas directly from Avro records. -
Uses of SchemaParser in com.solace.serdes.common.resolver
Methods in com.solace.serdes.common.resolver with parameters of type SchemaParser Modifier and Type Method Description voidDefaultSchemaResolver. setSchemaParser(SchemaParser<S,T> schemaParser)voidSchemaResolver. setSchemaParser(SchemaParser<S,T> schemaParser)Sets the schema parser for theSchemaResolver.
-