Uses of Interface
com.solace.serdes.common.resolver.SchemaParser
-
Packages that use SchemaParser Package Description com.solace.serdes.common.resolver Provides schema resolution functionality for serializers and deserializers to interact with schema registries.com.solace.serdes.jsonschema Provides serialization and deserialization functionality for JSON Schema formatted data. -
-
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. -
Uses of SchemaParser in com.solace.serdes.jsonschema
Classes in com.solace.serdes.jsonschema that implement SchemaParser Modifier and Type Class Description classJsonSchemaParser<T>Parser for JSON Schema.
-