Class ExtendedSchema
java.lang.Object
io.confluent.kafka.schemaregistry.client.rest.entities.Schema
io.confluent.kafka.schemaregistry.client.rest.entities.ExtendedSchema
- All Implemented Interfaces:
Comparable<Schema>
-
Field Summary
FieldsFields inherited from class io.confluent.kafka.schemaregistry.client.rest.entities.Schema
ID_DESC, ID_EXAMPLE, METADATA_DESC, REFERENCES_DESC, RULESET_DESC, SCHEMA_DESC, SCHEMA_EXAMPLE, SCHEMA_TAGS_DESC, SUBJECT_DESC, SUBJECT_EXAMPLE, TYPE_DESC, TYPE_EXAMPLE, VERSION_DESC, VERSION_EXAMPLE -
Constructor Summary
ConstructorsConstructorDescriptionExtendedSchema(Schema schema, List<String> aliases, List<Association> associations) ExtendedSchema(String subject, Integer version, Integer id, String guid, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema, List<String> aliases, List<Association> associations) -
Method Summary
Modifier and TypeMethodDescriptioncopy()copy(List<Association> associations) booleaninthashCode()voidsetAliases(List<String> aliases) voidsetAssociations(List<Association> associations) toString()Methods inherited from class io.confluent.kafka.schemaregistry.client.rest.entities.Schema
compareTo, copy, getDeleted, getGuid, getId, getMetadata, getReferences, getRuleSet, getSchema, getSchemaTags, getSchemaType, getSubject, getTimestamp, getVersion, setDeleted, setGuid, setId, setMetadata, setReferences, setRuleSet, setSchema, setSchemaTags, setSchemaType, setSubject, setTimestamp, setVersion, toHashKey, updateHash, updateHash
-
Field Details
-
ALIASES_DESC
- See Also:
-
ASSOCIATIONS_DESC
- See Also:
-
-
Constructor Details
-
ExtendedSchema
-
ExtendedSchema
-
-
Method Details