- DefaultRuleDeletionException - Exception in io.apicurio.registry.rules
-
Exception thrown when attempting to delete a configured default rule.
- DefaultRuleDeletionException(RuleType) - Constructor for exception io.apicurio.registry.rules.DefaultRuleDeletionException
-
Constructor.
- deleteAllGlobalRules() - Method in class io.apicurio.registry.rest.RulesResourceImpl
-
- deleteArtifact(String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- deleteArtifact(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteArtifact(String) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes an artifact by its unique id.
- deleteArtifactRule(String, RuleType) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- deleteArtifactRule(String, RuleType) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- deleteArtifactRule(RuleType, String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- deleteArtifactRule(String, RuleType) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteArtifactRule(String, RuleType) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes a single stored/configured rule for a given artifact.
- deleteArtifactRules(String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- deleteArtifactRules(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteArtifactRules(String) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes all rules stored/configured for the artifact.
- deleteArtifactRulesInternal(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
Internal delete of artifact rules without checking for existence of artifact first.
- deleteArtifactVersion(String, long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteArtifactVersion(String, long) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes a single version of a given artifact.
- deleteArtifactVersionMetaData(Integer, String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- deleteArtifactVersionMetaData(String, long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteArtifactVersionMetaData(String, long) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes the user-editable meta-data for a singel version of a given artifact.
- DELETED - Static variable in class io.apicurio.registry.storage.MetaDataKeys
-
- deleteGlobalRule(RuleType) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- deleteGlobalRule(RuleType) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- deleteGlobalRule(RuleType) - Method in class io.apicurio.registry.rest.RulesResourceImpl
-
- deleteGlobalRule(RuleType) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteGlobalRule(RuleType) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes a single global rule.
- deleteGlobalRules() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- deleteGlobalRules() - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Deletes all of the globally configured rules.
- deleteSchema(String, String) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- deleteSchema(String, String) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- deleteSchemaVersion(String, String) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
-
- deleteSchemaVersion(String, String) - Method in interface io.apicurio.registry.ccompat.rest.SubjectVersionsResource
-
Deletes a specific version of the schema registered under this subject.
- deleteSubject(String) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectsResourceImpl
-
- deleteSubject(String) - Method in interface io.apicurio.registry.ccompat.rest.SubjectsResource
-
Deletes the specified subject and its associated compatibility level if registered.
- deleteSubject(String) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- deleteSubject(String) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- DESCRIPTION - Static variable in class io.apicurio.registry.storage.MetaDataKeys
-
- destroy() - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter
-
- destroy() - Method in class io.apicurio.registry.ui.servlets.ResourceCacheControlFilter
-
- destroy() - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter
-
- diffAddedRemoved(DiffContext, Object, Object, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
added/removed
- diffBooleanTransition(DiffContext, Boolean, Boolean, Boolean, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
- DiffContext - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
-
- Difference - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
-
- Difference() - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.Difference
-
- diffInteger(DiffContext, Integer, Integer, DiffType, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
added/removed/increased/decreased
- diffNumber(DiffContext, Number, Number, DiffType, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
added/removed/increased/decreased
- diffNumberOriginalMultipleOfUpdated(DiffContext, Number, Number, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
- diffObject(DiffContext, Object, Object, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
added/removed/changed (using equals)
- diffObjectDefault(DiffContext, Object, Object, Object, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
added/removed/changed (using equals), with a default value specified
- diffObjectIdentity(DiffContext, Object, Object, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
added/removed/changed (using ==)
- diffSetChanged(DiffContext, Set<T>, Set<T>, DiffType, DiffType, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
- diffSubschemaAddedRemoved(DiffContext, Object, Object, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
- DiffType - Enum in io.apicurio.registry.rules.compatibility.jsonschema.diff
-
- DiffUtil - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
-
- DiffUtil() - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
- disableHttpCaching(HttpServletResponse) - Static method in class io.apicurio.registry.ui.servlets.ResourceCacheControlFilter
-
- discoverType(ContentHandle, String) - Static method in class io.apicurio.registry.util.ArtifactTypeUtil
-
Method that discovers the artifact type from the raw content of an artifact.
- DocumentBuilderAccessor - Class in io.apicurio.registry.util
-
Base class for any class that needs to use a DocumentBuilder.
- DocumentBuilderAccessor() - Constructor for class io.apicurio.registry.util.DocumentBuilderAccessor
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apicurio.registry.ui.servlets.ResourceCacheControlFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class io.apicurio.registry.ui.servlets.ConfigJsServlet
-
- dtoToMetaData(String, ArtifactType, ArtifactMetaDataDto) - Static method in class io.apicurio.registry.util.DtoUtil
-
Creates a jax-rs meta-data entity from the id, type, and storage meta-data.
- dtoToVersionMetaData(String, ArtifactType, ArtifactMetaDataDto) - Static method in class io.apicurio.registry.util.DtoUtil
-
Creates a jax-rs version meta-data entity from the id, type, and storage meta-data.
- dtoToVersionMetaData(String, ArtifactType, ArtifactMetaData) - Static method in class io.apicurio.registry.util.DtoUtil
-
Creates a jax-rs version meta-data entity from the id, type, and storage meta-data.
- dtoToVersionMetaData(String, ArtifactType, ArtifactVersionMetaDataDto) - Static method in class io.apicurio.registry.util.DtoUtil
-
Creates a jax-rs version meta-data entity from the id, type, and storage meta-data.
- DtoUtil - Class in io.apicurio.registry.util
-
- DtoUtil() - Constructor for class io.apicurio.registry.util.DtoUtil
-
- generate() - Method in interface io.apicurio.registry.util.ArtifactIdGenerator
-
- generate() - Method in class io.apicurio.registry.util.ArtifactIdGeneratorImpl
-
- get(K, MK) - Method in interface io.apicurio.registry.storage.impl.MultiMap
-
- get(String) - Method in interface io.apicurio.registry.storage.impl.StorageMap
-
- getAllItemSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
- getArtifact(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifact(String) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the most recent version of the value of the artifact with the given ID.
- getArtifactByGlobalId(long) - Method in class io.apicurio.registry.rest.IdsResourceImpl
-
- getArtifactId() - Method in class io.apicurio.registry.rules.RuleContext
-
- getArtifactId() - Method in exception io.apicurio.registry.storage.ArtifactAlreadyExistsException
-
- getArtifactId() - Method in exception io.apicurio.registry.storage.ArtifactNotFoundException
-
- getArtifactIds(Integer) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactIds(Integer) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Get all artifact ids.
- getArtifactMetaData(String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- getArtifactMetaData(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactMetaData(String, ContentHandle) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactMetaData(long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactMetaData(String) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the stored meta-data for an artifact by ID.
- getArtifactMetaData(String, ContentHandle) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the metadata of the version that matches content, or 404
- getArtifactMetaData(long) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the stored meta-data for an artifact by global ID.
- getArtifactMetaDataByContent(String, InputStream) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- getArtifactMetaDataByGlobalId(long) - Method in class io.apicurio.registry.rest.IdsResourceImpl
-
- getArtifactRule(String, RuleType) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getArtifactRule(String, RuleType) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getArtifactRule(String, RuleType) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactRule(String, RuleType) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets all of the information for a single rule configured on a given artifact.
- getArtifactRuleConfig(RuleType, String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- getArtifactRules(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactRules(String) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets a list of rules configured for a specific Artifact (by ID).
- getArtifactType() - Method in class io.apicurio.registry.rules.RuleContext
-
- getArtifactType() - Method in interface io.apicurio.registry.types.provider.ArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.AsyncApiArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.AvroArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.GraphQLArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.JsonArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.KConnectArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.OpenApiArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.ProtobufArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.ProtobufFdArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.WsdlArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.XmlArtifactTypeUtilProvider
-
- getArtifactType() - Method in class io.apicurio.registry.types.provider.XsdArtifactTypeUtilProvider
-
- getArtifactTypeProvider(ArtifactType) - Method in interface io.apicurio.registry.types.provider.ArtifactTypeUtilProviderFactory
-
- getArtifactTypeProvider(ArtifactType) - Method in class io.apicurio.registry.types.provider.ArtifactTypeUtilProviderImpl
-
- getArtifactVersion(Integer, String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- getArtifactVersion(long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactVersion(String, long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactVersion(long) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the most recent version of the content of the artifact with the given global ID.
- getArtifactVersion(String, long) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the stored value for a single version of a given artifact.
- getArtifactVersionMetaData(Integer, String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- getArtifactVersionMetaData(String, long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactVersionMetaData(String, long) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets the stored meta-data for a single version of an artifact.
- getArtifactVersions(String) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getArtifactVersions(String) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets a sorted set of all artifact versions that exist for a given artifact.
- getByteArray() - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter.CharResponseWrapper
-
- getByteArray() - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter.CharResponseWrapper
-
- getComment() - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
-
User-provided string to explain why a schema is deprecated.
- getCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
-
- getCompatibilityChecker() - Method in interface io.apicurio.registry.types.provider.ArtifactTypeUtilProvider
-
- getConfiguration() - Method in class io.apicurio.registry.rules.RuleContext
-
- getConfiguration() - Method in class io.apicurio.registry.storage.RuleConfigurationDto
-
- getContainedItemSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
- getContent(Map<String, String>) - Static method in class io.apicurio.registry.storage.MetaDataKeys
-
- getContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
-
- getContentCanonicalizer() - Method in interface io.apicurio.registry.types.provider.ArtifactTypeUtilProvider
-
- getContentExtractor() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
-
- getContentExtractor() - Method in interface io.apicurio.registry.types.provider.ArtifactTypeUtilProvider
-
- getContentMap(long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getContentValidator() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
-
- getContentValidator() - Method in interface io.apicurio.registry.types.provider.ArtifactTypeUtilProvider
-
- getCreatedBy() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getCreatedBy() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getCreatedOn() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getCreatedOn() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getCriterion() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.CombinedSchemaWrapper
-
- getCurrentContent() - Method in class io.apicurio.registry.rules.RuleContext
-
- getDataModelType() - Method in class io.apicurio.registry.rules.validity.ApicurioDataModelContentValidator
-
Returns the type of data model being validated.
- getDataModelType() - Method in class io.apicurio.registry.rules.validity.AsyncApiContentValidator
-
- getDataModelType() - Method in class io.apicurio.registry.rules.validity.OpenApiContentValidator
-
- getDate() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
-
Timestamp for when a schema version was created.
- getDefaultGlobalRuleConfiguration(RuleType) - Method in interface io.apicurio.registry.rules.RulesProperties
-
Get the default global RuleConfigurationDto for the supplied RuleType.
- getDefaultGlobalRuleConfiguration(RuleType) - Method in class io.apicurio.registry.rules.RulesPropertiesImpl
-
- getDefinition() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
-
Avro schema definition
- getDefinition() - Method in class io.apicurio.registry.ibmcompat.model.Schema
-
Avro schema definition
- getDescription() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getDescription() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getDescription() - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
-
- getDiff() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
-
- getDocumentBuilder() - Static method in class io.apicurio.registry.util.DocumentBuilderAccessor
-
- getElseSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConditionalSchemaWrapper
-
- getEnabled() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
-
Set to false if the version of the schema is disabled.
- getEnumFieldMap() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getEnumFieldsById() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getExceptionally(DiffContext, Supplier<T>) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
-
Use getter and return null if there is an exception.
- getExclusiveMaximumLimit() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
-
- getExclusiveMinimumLimit() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
-
- getFieldMap() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getFieldsById() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getFilteredDefaultGlobalRules(List<RuleType>) - Method in interface io.apicurio.registry.rules.RulesProperties
-
Get the list of configured default global RuleType enums.
- getFilteredDefaultGlobalRules(List<RuleType>) - Method in class io.apicurio.registry.rules.RulesPropertiesImpl
-
- getFormatValidator() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
-
- getGlobalCompatibilityLevel() - Method in interface io.apicurio.registry.ccompat.rest.ConfigResource
-
Get global compatibility level.
- getGlobalCompatibilityLevel() - Method in class io.apicurio.registry.ccompat.rest.impl.ConfigResourceImpl
-
- getGlobalId() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getGlobalId() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getGlobalId() - Method in class io.apicurio.registry.storage.StoredArtifact
-
- getGlobalMode() - Method in class io.apicurio.registry.ccompat.rest.impl.ModeResourceImpl
-
- getGlobalMode() - Method in interface io.apicurio.registry.ccompat.rest.ModeResource
-
- getGlobalRule(RuleType) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getGlobalRule(RuleType) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getGlobalRule(RuleType) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getGlobalRule(RuleType) - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets all information about a single global rule.
- getGlobalRuleConfig(RuleType) - Method in class io.apicurio.registry.rest.RulesResourceImpl
-
- getGlobalRules() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- getGlobalRules() - Method in interface io.apicurio.registry.storage.RegistryStorage
-
Gets a list of all global rule names.
- getId() - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
-
Lower-case URL-encoded version of the schema name.
- getId() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
-
Server-managed unique ID for the version.
- getId() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getId() - Method in class io.apicurio.registry.storage.impl.TupleId
-
- getIfSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConditionalSchemaWrapper
-
- getIgnored() - Static method in class io.apicurio.registry.rest.RegistryExceptionMapper
-
- getItemSchemas() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
- getLabels() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getLabels() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getLabels() - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
-
- getLatest() - Method in class io.apicurio.registry.ibmcompat.model.SchemaListItem
-
- getLatestArtifact(String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
-
- getLocation() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ReferenceSchemaWrapper
-
- getMapMap() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getMaximum() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
-
- getMaxItems() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
- getMaxLength() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
-
- getMaxProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getMessage() - Method in exception io.apicurio.registry.rules.DefaultRuleDeletionException
-
- getMessage() - Method in exception io.apicurio.registry.storage.ArtifactAlreadyExistsException
-
- getMessage() - Method in exception io.apicurio.registry.storage.ArtifactNotFoundException
-
- getMessage() - Method in exception io.apicurio.registry.storage.RuleAlreadyExistsException
-
- getMessage() - Method in exception io.apicurio.registry.storage.RuleNotFoundException
-
- getMessage() - Method in exception io.apicurio.registry.storage.VersionNotFoundException
-
- getMinimum() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
-
- getMinItems() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
- getMinLength() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
-
- getMinProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getModifiedBy() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getModifiedOn() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getMultipleOf() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
-
- getMustNotMatch() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NotSchemaWrapper
-
- getName() - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
-
- getName() - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
-
User-provided name for a schema.
- getName() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
-
Client-provided description of a version.
- getName() - Method in class io.apicurio.registry.services.RegistryConfigSource
-
- getName() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getName() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getName() - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
-
- getNonReservedEnumFields() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getNonReservedFields() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getOp() - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
-
- getOutputStream() - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter.CharResponseWrapper
-
- getOutputStream() - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter.CharResponseWrapper
-
- getPath() - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
-
- getPattern() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
-
- getPermittedValue() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConstSchemaWrapper
-
- getPossibleValues() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EnumSchemaWrapper
-
- getProperties() - Method in class io.apicurio.registry.services.RegistryConfigSource
-
- getProperties() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getProperties() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getProperties() - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
-
- getPropertyDependencies() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getPropertyNameSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getPropertySchemas() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getReferredSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ReferenceSchemaWrapper
-
- getRegexpPatternProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getRegisteredTypes() - Method in class io.apicurio.registry.ccompat.rest.impl.SchemasResourceImpl
-
- getRegisteredTypes() - Method in interface io.apicurio.registry.ccompat.rest.SchemasResource
-
Get the schema types that are registered with Schema Registry.
- getRequiredProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getReservedFields() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getSchema(int) - Method in class io.apicurio.registry.ccompat.rest.impl.SchemasResourceImpl
-
- getSchema(int) - Method in interface io.apicurio.registry.ccompat.rest.SchemasResource
-
Get the schema string identified by the input ID.
- getSchema(String, String) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getSchema(String, SchemaContent) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getSchema(String, String) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getSchema(String, SchemaContent) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getSchemaByVersion(String, String) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
-
- getSchemaByVersion(String, String) - Method in interface io.apicurio.registry.ccompat.rest.SubjectVersionsResource
-
Get a specific version of the schema registered under this subject
Parameters:
subject (string) – Name of the subject
version (versionId) – Version of the schema to be returned.
- getSchemaContent(int) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getSchemaContent(int) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getSchemaDependencies() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getSchemaFactory() - Static method in class io.apicurio.registry.util.SchemaFactoryAccessor
-
- getSchemaOfAdditionalItems() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
- getSchemaOfAdditionalProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
-
- getSchemaOnly(String, String) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
-
- getSchemaOnly(String, String) - Method in interface io.apicurio.registry.ccompat.rest.SubjectVersionsResource
-
Get the schema for the specified version of this subject.
- getSchemasReferencedBy(String, Integer) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
-
- getSchemasReferencedBy(String, Integer) - Method in interface io.apicurio.registry.ccompat.rest.SubjectVersionsResource
-
Get a list of IDs of schemas that reference the schema with the given subject and version.
- getServiceRPCnames() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getServiceRPCSignatures() - Method in class io.apicurio.registry.rules.compatibility.ProtobufFile
-
- getState() - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
-
- getState() - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
-
If the schema state is 'deprecated', all the schema version states are 'deprecated'.
- getState() - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
-
- getState() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
-
The active/deprecated state
- getState() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getState(Map<String, String>) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
-
- getState() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getSubjectCompatibilityLevel(String) - Method in interface io.apicurio.registry.ccompat.rest.ConfigResource
-
Get compatibility level for a subject.
- getSubjectCompatibilityLevel(String) - Method in class io.apicurio.registry.ccompat.rest.impl.ConfigResourceImpl
-
- getSubjects() - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getSubjects() - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getSubjectVersions(int) - Method in class io.apicurio.registry.ccompat.rest.impl.SchemasResourceImpl
-
- getSubjectVersions(int) - Method in interface io.apicurio.registry.ccompat.rest.SchemasResource
-
Get the subject-version pairs identified by the input ID.
- getSubjectVersions(int) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getSubjectVersions(int) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getSubschemas() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.CombinedSchemaWrapper
-
- getThenSchema() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConditionalSchemaWrapper
-
- getTimeoutSec() - Method in class io.apicurio.registry.metrics.PersistenceTimeoutReadinessCheck
-
- getType() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getType() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getUnprocessedProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
-
- getUpdatedContent() - Method in class io.apicurio.registry.rules.RuleContext
-
- getValue() - Method in class io.apicurio.registry.ibmcompat.model.EnabledModification
-
- getValue() - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
-
- getValue() - Method in class io.apicurio.registry.ibmcompat.model.StateModification
-
- getValue(String) - Method in class io.apicurio.registry.services.RegistryConfigSource
-
- getVersion() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
-
The name to give this version of the schema
- getVersion() - Method in class io.apicurio.registry.ibmcompat.model.Schema
-
- getVersion() - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
-
- getVersion() - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
-
- getVersion() - Method in class io.apicurio.registry.storage.impl.TupleId
-
- getVersion() - Method in exception io.apicurio.registry.storage.VersionNotFoundException
-
- getVersionenabled() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
-
Set to false if the version of the schema is disabled.
- getVersionid() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
-
Requested unique ID for the version.
- getVersions(String) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
-
- getVersions(String) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
-
- getVersions() - Method in class io.apicurio.registry.ibmcompat.model.SchemaInfo
-
- getVersionstate() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
-
- getWrapped() - Method in interface io.apicurio.registry.rules.compatibility.jsonschema.wrapper.SchemaWrapper
-
- getWriter() - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter.CharResponseWrapper
-
- getWriter() - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter.CharResponseWrapper
-
- getWSDLReader() - Static method in class io.apicurio.registry.util.WSDLReaderAccessor
-
- global - Variable in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- GLOBAL_ID - Static variable in class io.apicurio.registry.storage.MetaDataKeys
-
- globalRules - Variable in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
-
- GraphQLArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
-
- GraphQLArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.GraphQLArtifactTypeUtilProvider
-
- GraphQLContentCanonicalizer - Class in io.apicurio.registry.content.canon
-
A canonicalizer that handles GraphQL (SDL) formatted content.
- GraphQLContentCanonicalizer() - Constructor for class io.apicurio.registry.content.canon.GraphQLContentCanonicalizer
-
- GraphQLContentValidator - Class in io.apicurio.registry.rules.validity
-
A content validator implementation for the GraphQL content type.
- GraphQLContentValidator() - Constructor for class io.apicurio.registry.rules.validity.GraphQLContentValidator
-
Constructor.
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.ApicurioDataModelContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.AvroContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in interface io.apicurio.registry.rules.validity.ContentValidator
-
Called to validate the given content.
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.GraphQLContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.JsonSchemaContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.KafkaConnectContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.ProtobufContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.ProtobufFdContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.WsdlContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.XmlContentValidator
-
- validate(ValidityLevel, ContentHandle) - Method in class io.apicurio.registry.rules.validity.XsdContentValidator
-
- validateState(EnumSet<ArtifactState>, ArtifactState, String, Number) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
-
- ValidityLevel - Enum in io.apicurio.registry.rules.validity
-
Indicates what level of validation should be performed by the content validity rule.
- ValidityRuleExecutor - Class in io.apicurio.registry.rules.validity
-
- ValidityRuleExecutor() - Constructor for class io.apicurio.registry.rules.validity.ValidityRuleExecutor
-
- valueOf(String) - Static method in enum io.apicurio.registry.ccompat.dto.CompatibilityLevelDto.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.OpEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.PathEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.ibmcompat.model.SchemaState.StateEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.rules.compatibility.CompatibilityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.rules.RuleApplicationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.apicurio.registry.rules.validity.ValidityLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.apicurio.registry.ccompat.dto.CompatibilityLevelDto.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.OpEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.PathEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.ibmcompat.model.SchemaState.StateEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.rules.compatibility.CompatibilityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.rules.RuleApplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.apicurio.registry.rules.validity.ValidityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class io.apicurio.registry.storage.MetaDataKeys
-
- VersionNotFoundException - Exception in io.apicurio.registry.storage
-
- VersionNotFoundException(String, long) - Constructor for exception io.apicurio.registry.storage.VersionNotFoundException
-
Constructor.
- VersionNotFoundException(String, long, Throwable) - Constructor for exception io.apicurio.registry.storage.VersionNotFoundException
-
- visit(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitAdditionalItems(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitAdditionalItems(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitAdditionalProperties(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitAdditionalProperties(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitAllItemSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitAllItemSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitAllOfCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.CombinedSchemaDiffVisitor
-
- visitAllOfCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitAllPropertyDependencies(Map<String, Set<String>>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitAllPropertyDependencies(Map<String, Set<String>>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitAnyOfCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.CombinedSchemaDiffVisitor
-
- visitAnyOfCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitArraySchema(ArraySchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitArraySchema(ArraySchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitArraySchema(ArraySchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitBooleanSchema(BooleanSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.BooleanSchemaDiffVisitor
-
- visitBooleanSchema(BooleanSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitBooleanSchema(BooleanSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.CombinedSchemaDiffVisitor
-
- visitCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitConditionalSchema(ConditionalSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConditionalSchemaDiffVisitor
-
- visitConditionalSchema(ConditionalSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitConditionalSchema(ConditionalSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitConstSchema(ConstSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConstSchemaDiffVisitor
-
- visitConstSchema(ConstSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitConstSchema(ConstSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitConstValue(Object) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConstSchemaDiffVisitor
-
- visitConstValue(Object) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitContainedItemSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitContainedItemSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitElseSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConditionalSchemaDiffVisitor
-
- visitElseSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitEmptySchema(EmptySchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.PrimitiveSchemaDiffVisitor
-
- visitEmptySchema(EmptySchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitEmptySchema(EmptySchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitEnumSchema(EnumSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.EnumSchemaDiffVisitor
-
- visitEnumSchema(EnumSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitEnumSchema(EnumSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitEnumValues(Set<Object>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.EnumSchemaDiffVisitor
-
- visitEnumValues(Set<Object>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitExclusiveMaximum(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitExclusiveMaximum(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitExclusiveMaximumLimit(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitExclusiveMaximumLimit(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitExclusiveMinimum(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
This is for older draft, where exclusiveMinimum was a boolean
- visitExclusiveMinimum(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitExclusiveMinimumLimit(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitExclusiveMinimumLimit(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitFalseSchema(FalseSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.PrimitiveSchemaDiffVisitor
-
- visitFalseSchema(FalseSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitFalseSchema(FalseSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitFormat(String) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.StringSchemaDiffVisitor
-
- visitFormat(String) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitIfSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConditionalSchemaDiffVisitor
-
- visitIfSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitItemSchema(int, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitItemSchema(int, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitItemSchemas(List<SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitItemSchemas(List<SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMaximum(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitMaximum(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMaxItems(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitMaxItems(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMaxLength(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.StringSchemaDiffVisitor
-
- visitMaxLength(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMaxProperties(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitMaxProperties(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMinimum(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitMinimum(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMinItems(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitMinItems(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMinLength(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.StringSchemaDiffVisitor
-
- visitMinLength(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMinProperties(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitMinProperties(Integer) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitMultipleOf(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitMultipleOf(Number) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitNotSchema(NotSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NotSchemaDiffVisitor
-
- visitNotSchema(NotSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitNotSchema(NotSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitNullSchema(NullSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NullSchemaDiffVisitor
-
- visitNullSchema(NullSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitNullSchema(NullSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitNumberSchema(NumberSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitNumberSchema(NumberSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitNumberSchema(NumberSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitObjectSchema(ObjectSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitObjectSchema(ObjectSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitObjectSchema(ObjectSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitOneOfCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.CombinedSchemaDiffVisitor
-
- visitOneOfCombinedSchema(CombinedSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitPattern(Pattern) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.StringSchemaDiffVisitor
-
- visitPattern(Pattern) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitPatternProperties(Map<Pattern, SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitPatternProperties(Map<Pattern, SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitPatternPropertySchema(Pattern, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitPatternPropertySchema(Pattern, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitPropertyDependencies(String, Set<String>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitPropertyDependencies(String, Set<String>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitPropertyNameSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitPropertyNameSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitPropertySchema(String, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitPropertySchema(String, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitPropertySchemas(Map<String, SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitPropertySchemas(Map<String, SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitReferenceSchema(ReferenceSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ReferenceSchemaDiffVisitor
-
- visitReferenceSchema(ReferenceSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitReferenceSchema(ReferenceSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitReferredSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ReferenceSchemaDiffVisitor
-
- visitReferredSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitRequiredInteger(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
-
- visitRequiredInteger(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitRequiredProperties(List<String>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitRequiredProperties(List<String>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitRequiredPropertyName(String) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitRequiredPropertyName(String) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitSchemaDependencies(Map<String, SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitSchemaDependencies(Map<String, SchemaWrapper>) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitSchemaDependency(String, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitSchemaDependency(String, SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitSchemaMustNotMatch(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.NotSchemaDiffVisitor
-
- visitSchemaMustNotMatch(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitSchemaOfAdditionalItems(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitSchemaOfAdditionalItems(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitSchemaOfAdditionalProperties(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
-
- visitSchemaOfAdditionalProperties(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitStringSchema(StringSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitStringSchema(StringSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.StringSchemaDiffVisitor
-
- visitStringSchema(StringSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitThenSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConditionalSchemaDiffVisitor
-
- visitThenSchema(SchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
- visitTrueSchema(TrueSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.PrimitiveSchemaDiffVisitor
-
- visitTrueSchema(TrueSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
-
- visitTrueSchema(TrueSchemaWrapper) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
new method
- visitUniqueItems(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
-
- visitUniqueItems(boolean) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-