Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry with parameters of type SchemaModifier and TypeMethodDescriptiondefault Optional<ParsedSchema>SchemaProvider.parseSchema(Schema schema, boolean isNew) Parses a schema.default Optional<ParsedSchema>SchemaProvider.parseSchema(Schema schema, boolean isNew, boolean normalize) Parses a schema.SchemaProvider.parseSchemaOrElseThrow(Schema schema, boolean isNew, boolean normalize) Parses a string representing a schema.AbstractSchemaProvider.resolveReferences(Schema schema) AbstractSchemaProvider.resolveReferences(Schema schema, boolean isNew) -
Uses of Schema in io.confluent.kafka.schemaregistry.avro
Methods in io.confluent.kafka.schemaregistry.avro with parameters of type SchemaModifier and TypeMethodDescriptionAvroSchemaProvider.parseSchemaOrElseThrow(Schema schema, boolean isNew, boolean normalize) -
Uses of Schema in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client that return SchemaModifier and TypeMethodDescriptionCachedSchemaRegistryClient.getByVersion(String subject, int version, boolean lookupDeletedSchema) MockSchemaRegistryClient.getByVersion(String subject, int version, boolean lookupDeletedSchema) default SchemaSchemaRegistryClient.getByVersion(String subject, int version, boolean lookupDeletedSchema) SchemaVersionFetcher.getByVersion(String subject, int version, boolean lookupDeletedSchema) Methods in io.confluent.kafka.schemaregistry.client with parameters of type SchemaModifier and TypeMethodDescriptionCachedSchemaRegistryClient.parseSchema(Schema schema) MockSchemaRegistryClient.parseSchema(Schema schema) default Optional<ParsedSchema>SchemaRegistryClient.parseSchema(Schema schema) CachedSchemaRegistryClient.parseSchemaOrElseThrow(Schema schema) default ParsedSchemaSchemaRegistryClient.parseSchemaOrElseThrow(Schema schema) Constructors in io.confluent.kafka.schemaregistry.client with parameters of type Schema -
Uses of Schema in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest that return SchemaModifier and TypeMethodDescriptionRestService.getLatestVersion(String subject) RestService.getLatestVersion(Map<String, String> requestProperties, String subject) RestService.getLatestVersion(Map<String, String> requestProperties, String subject, String format, Set<String> findTags) RestService.getLatestVersion(Map<String, String> requestProperties, String subject, Set<String> findTags) RestService.getLatestWithMetadata(String subject, Map<String, String> metadata, boolean lookupDeletedSchema) RestService.getLatestWithMetadata(Map<String, String> requestProperties, String subject, Map<String, String> metadata, boolean lookupDeletedSchema) RestService.getLatestWithMetadata(Map<String, String> requestProperties, String subject, Map<String, String> metadata, String format, boolean lookupDeletedSchema) RestService.getVersion(String subject, int version) RestService.getVersion(String subject, int version, boolean lookupDeletedSchema) RestService.getVersion(Map<String, String> requestProperties, String subject, int version) RestService.getVersion(Map<String, String> requestProperties, String subject, int version, boolean lookupDeletedSchema) RestService.getVersion(Map<String, String> requestProperties, String subject, int version, String format, boolean lookupDeletedSchema, Set<String> findTags) RestService.getVersion(Map<String, String> requestProperties, String subject, int version, String format, String referenceFormat, boolean lookupDeletedSchema, Set<String> findTags) RestService.lookUpSubjectVersion(RegisterSchemaRequest registerSchemaRequest, String subject, boolean normalize, boolean lookupDeletedSchema) RestService.lookUpSubjectVersion(String schemaString, String subject) RestService.lookUpSubjectVersion(String schemaString, String subject, boolean lookupDeletedSchema) RestService.lookUpSubjectVersion(String schemaString, String subject, boolean normalize, boolean lookupDeletedSchema) RestService.lookUpSubjectVersion(String schemaString, String schemaType, List<SchemaReference> references, String subject, boolean lookupDeletedSchema) RestService.lookUpSubjectVersion(String schemaString, String schemaType, List<SchemaReference> references, String subject, boolean normalize, boolean lookupDeletedSchema) RestService.lookUpSubjectVersion(Map<String, String> requestProperties, RegisterSchemaRequest registerSchemaRequest, String subject, boolean normalize, boolean lookupDeletedSchema) RestService.lookUpSubjectVersion(Map<String, String> requestProperties, RegisterSchemaRequest registerSchemaRequest, String subject, boolean normalize, String format, boolean lookupDeletedSchema) Methods in io.confluent.kafka.schemaregistry.client.rest that return types with arguments of type SchemaModifier and TypeMethodDescriptionRestService.getSchemas(String subjectPrefix, boolean lookupDeletedSchema, boolean latestOnly) RestService.getSchemas(Map<String, String> requestProperties, String subjectPrefix, boolean lookupDeletedSchema, boolean latestOnly, String ruleType, Integer offset, Integer limit) -
Uses of Schema in io.confluent.kafka.schemaregistry.client.rest.entities
Subclasses of Schema in io.confluent.kafka.schemaregistry.client.rest.entitiesMethods in io.confluent.kafka.schemaregistry.client.rest.entities that return SchemaMethods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SchemaConstructors in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SchemaModifierConstructorDescriptionExtendedSchema(Schema schema, List<String> aliases) SchemaString(Schema schema) SchemaString(String subject, Integer version, Schema schema) -
Uses of Schema in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return SchemaMethods in io.confluent.kafka.schemaregistry.client.rest.entities.requests with parameters of type SchemaConstructors in io.confluent.kafka.schemaregistry.client.rest.entities.requests with parameters of type SchemaModifierConstructorDescriptionAssociationInfo(String subject, String associationType, LifecyclePolicy lifecycle, boolean frozen, Schema schema) RegisterSchemaRequest(Schema schema) RegisterSchemaResponse(Schema schema)