Uses of Class
io.confluent.kafka.schemaregistry.storage.SchemaReference
Packages that use SchemaReference
-
Uses of SchemaReference in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return types with arguments of type SchemaReferenceMethods in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaReferenceMethod parameters in io.confluent.kafka.schemaregistry.storage with type arguments of type SchemaReferenceModifier and TypeMethodDescriptionvoidSchemaValue.setReferences(List<SchemaReference> references) Constructor parameters in io.confluent.kafka.schemaregistry.storage with type arguments of type SchemaReferenceModifierConstructorDescriptionSchemaValue(String subject, Integer version, Integer id, String md5, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema, boolean deleted) SchemaValue(String subject, Integer version, Integer id, String schemaType, List<SchemaReference> references, String schema, boolean deleted)