Uses of Interface
io.confluent.kafka.schemaregistry.client.SchemaVersionFetcher
Packages that use SchemaVersionFetcher
-
Uses of SchemaVersionFetcher in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return SchemaVersionFetcherMethods in io.confluent.kafka.schemaregistry with parameters of type SchemaVersionFetcherModifier and TypeMethodDescriptiondefault booleanParsedSchema.canLookup(ParsedSchema prev, SchemaVersionFetcher fetcher) Returns whether the schema can be used to lookup the specified schema.protected static List<SchemaReference>AbstractSchemaProvider.replaceLatestVersion(List<SchemaReference> refs, SchemaVersionFetcher fetcher) -
Uses of SchemaVersionFetcher in io.confluent.kafka.schemaregistry.client
Subinterfaces of SchemaVersionFetcher in io.confluent.kafka.schemaregistry.clientClasses in io.confluent.kafka.schemaregistry.client that implement SchemaVersionFetcherModifier and TypeClassDescriptionclassThread-safe Schema Registry Client with client side caching.classMock implementation of SchemaRegistryClient that can be used for tests.