Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.SchemaEntity
Packages that use SchemaEntity
Package
Description
-
Uses of SchemaEntity in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return types with arguments of type SchemaEntityModifier and TypeMethodDescriptiondefault Map<SchemaEntity,Set<String>> ParsedSchema.inlineTaggedEntities()Returns the inline tagged entities of the schema.Method parameters in io.confluent.kafka.schemaregistry with type arguments of type SchemaEntityModifier and TypeMethodDescriptionParsedSchema.copy(Map<SchemaEntity, Set<String>> tagsToAdd, Map<SchemaEntity, Set<String>> tagsToRemove) Returns a copy of this schema, but with the given tags. -
Uses of SchemaEntity in io.confluent.kafka.schemaregistry.avro
Methods in io.confluent.kafka.schemaregistry.avro that return types with arguments of type SchemaEntityMethods in io.confluent.kafka.schemaregistry.avro with parameters of type SchemaEntityModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodeAvroSchemaUtils.findMatchingEntity(com.fasterxml.jackson.databind.JsonNode node, SchemaEntity entity) Method parameters in io.confluent.kafka.schemaregistry.avro with type arguments of type SchemaEntityModifier and TypeMethodDescriptionAvroSchema.copy(Map<SchemaEntity, Set<String>> tagsToAdd, Map<SchemaEntity, Set<String>> tagsToRemove) -
Uses of SchemaEntity in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return SchemaEntityMethods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SchemaEntityConstructors in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SchemaEntity -
Uses of SchemaEntity in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return types with arguments of type SchemaEntityModifier and TypeMethodDescriptionstatic Map<SchemaEntity,Set<String>> TagSchemaRequest.schemaTagsListToMap(List<SchemaTags> schemaTags)