Uses of Interface
io.apicurio.registry.resolver.SchemaParser
-
Packages that use SchemaParser Package Description io.apicurio.registry.resolver -
-
Uses of SchemaParser in io.apicurio.registry.resolver
Fields in io.apicurio.registry.resolver declared as SchemaParser Modifier and Type Field Description protected SchemaParser<S,T>AbstractSchemaResolver. schemaParserMethods in io.apicurio.registry.resolver that return SchemaParser Modifier and Type Method Description SchemaParser<S,T>AbstractSchemaResolver. getSchemaParser()SchemaParser<SCHEMA,DATA>SchemaResolver. getSchemaParser()Methods in io.apicurio.registry.resolver with parameters of type SchemaParser Modifier and Type Method Description voidAbstractSchemaResolver. configure(Map<String,?> configs, SchemaParser<S,T> schemaParser)voidDefaultSchemaResolver. configure(Map<String,?> configs, SchemaParser<S,T> schemaParser)default voidSchemaResolver. configure(Map<String,?> configs, SchemaParser<SCHEMA,DATA> schemaMapper)Configure, if supported.
-