Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.RuleSet
Packages that use RuleSet
Package
Description
-
Uses of RuleSet in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return RuleSetMethods in io.confluent.kafka.schemaregistry with parameters of type RuleSetModifier and TypeMethodDescriptionReturns a copy of this schema, but with the given metadata and rule set. -
Uses of RuleSet in io.confluent.kafka.schemaregistry.avro
Methods in io.confluent.kafka.schemaregistry.avro that return RuleSetMethods in io.confluent.kafka.schemaregistry.avro with parameters of type RuleSetConstructors in io.confluent.kafka.schemaregistry.avro with parameters of type RuleSetModifierConstructorDescriptionAvroSchema(String schemaString, List<SchemaReference> references, Map<String, String> resolvedReferences, Metadata metadata, RuleSet ruleSet, Integer version, boolean isNew) -
Uses of RuleSet in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client that return RuleSetMethods in io.confluent.kafka.schemaregistry.client with parameters of type RuleSetModifier and TypeMethodDescriptiondefault Optional<ParsedSchema>SchemaRegistryClient.parseSchema(String schemaType, String schemaString, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet) -
Uses of RuleSet in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return RuleSetModifier and TypeMethodDescriptionConfig.getDefaultRuleSet()Config.getOverrideRuleSet()Schema.getRuleSet()SchemaString.getRuleSet()static RuleSetRuleSet.mergeRuleSets(RuleSet oldRuleSet, RuleSet newRuleSet) Methods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type RuleSetModifier and TypeMethodDescriptionstatic RuleSetRuleSet.mergeRuleSets(RuleSet oldRuleSet, RuleSet newRuleSet) voidConfig.setDefaultRuleSet(RuleSet defaultRuleSet) voidConfig.setOverrideRuleSet(RuleSet overrideRuleSet) voidSchema.setRuleSet(RuleSet ruleSet) voidSchemaString.setRuleSet(RuleSet ruleSet) static voidSchema.updateHash(MessageDigest md, String schema, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet) Constructors in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type RuleSetModifierConstructorDescriptionConfig(String alias, Boolean normalize, Boolean validateFields, Boolean validateNames, Boolean validateRules, String compatibilityLevel, String compatibilityPolicy, String compatibilityGroup, Metadata defaultMetadata, Metadata overrideMetadata, RuleSet defaultRuleSet, RuleSet overrideRuleSet) Config(String alias, Boolean normalize, Boolean validateFields, Boolean validateRules, String compatibilityLevel, String compatibilityGroup, Metadata defaultMetadata, Metadata overrideMetadata, RuleSet defaultRuleSet, RuleSet overrideRuleSet) ExtendedSchema(String subject, Integer version, Integer id, String guid, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema, List<String> aliases) Schema(String subject, Integer version, Integer id, String guid, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema) Schema(String subject, Integer version, Integer id, String guid, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema, List<SchemaTags> schemaTags, Long timestamp, Boolean deleted) Schema(String subject, Integer version, Integer id, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema) -
Uses of RuleSet in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return RuleSetModifier and TypeMethodDescriptionConfigUpdateRequest.getDefaultRuleSet()ConfigUpdateRequest.getOverrideRuleSet()RegisterSchemaRequest.getRuleSet()RegisterSchemaResponse.getRuleSet()TagSchemaRequest.getRuleSet()TagSchemaRequest.getRulesToMerge()Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return types with arguments of type RuleSetModifier and TypeMethodDescriptionConfigUpdateRequest.getOptionalDefaultRuleSet()ConfigUpdateRequest.getOptionalOverrideRuleSet()Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests with parameters of type RuleSetModifier and TypeMethodDescriptionvoidConfigUpdateRequest.setDefaultRuleSet(RuleSet defaultRuleSet) voidConfigUpdateRequest.setOverrideRuleSet(RuleSet overrideRuleSet) voidRegisterSchemaRequest.setRuleSet(RuleSet ruleSet) voidRegisterSchemaResponse.setRuleSet(RuleSet ruleSet) voidTagSchemaRequest.setRuleSet(RuleSet ruleSet) voidTagSchemaRequest.setRulesToMerge(RuleSet rulesToMerge) Method parameters in io.confluent.kafka.schemaregistry.client.rest.entities.requests with type arguments of type RuleSetModifier and TypeMethodDescriptionvoidConfigUpdateRequest.setDefaultRuleSet(Optional<RuleSet> defaultRuleSet) voidConfigUpdateRequest.setOverrideRuleSet(Optional<RuleSet> overrideRuleSet)