Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
AbstractArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
 
AbstractErrorCounterHealthCheck - Class in io.apicurio.registry.metrics
Abstract class containing common logic for health checks based on an error counter.
AbstractErrorCounterHealthCheck() - Constructor for class io.apicurio.registry.metrics.AbstractErrorCounterHealthCheck
 
AbstractMapRegistryStorage - Class in io.apicurio.registry.storage.impl
Base class for all map-based registry storage implementation.
AbstractMapRegistryStorage() - Constructor for class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
AbstractRegistryStorage - Class in io.apicurio.registry.storage.impl
 
AbstractRegistryStorage() - Constructor for class io.apicurio.registry.storage.impl.AbstractRegistryStorage
 
AbstractResource - Class in io.apicurio.registry.ccompat.rest.impl
 
AbstractResource() - Constructor for class io.apicurio.registry.ccompat.rest.impl.AbstractResource
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.BooleanSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.CombinedSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConditionalSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConstSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EmptySchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EnumSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.FalseSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NotSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NullSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ReferenceSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in interface io.apicurio.registry.rules.compatibility.jsonschema.wrapper.SchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
 
accept(JsonSchemaWrapperVisitor) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.TrueSchemaWrapper
 
ACTIVE_STATES - Static variable in class io.apicurio.registry.storage.ArtifactStateExt
 
addDifference(DiffType, Object, Object) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
afterInit() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
AlreadyExistsException - Exception in io.apicurio.registry.storage
 
AlreadyExistsException() - Constructor for exception io.apicurio.registry.storage.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception io.apicurio.registry.storage.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception io.apicurio.registry.storage.AlreadyExistsException
 
Api - Class in io.apicurio.registry.ibmcompat.api
 
Api() - Constructor for class io.apicurio.registry.ibmcompat.api.Api
 
ApicurioDataModelContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the OpenAPI and AsyncAPI content types.
ApicurioDataModelContentValidator() - Constructor for class io.apicurio.registry.rules.validity.ApicurioDataModelContentValidator
 
ApiDocsServlet - Class in io.apicurio.registry.ui.servlets
A simple servlet that forwards the request to the apidocs.html file.
ApiDocsServlet() - Constructor for class io.apicurio.registry.ui.servlets.ApiDocsServlet
 
apiSchemasGet(int, int) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasGet(int, int) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasGet(int, int) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasPost(AsyncResponse, NewSchema, boolean, SecurityContext) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasPost(AsyncResponse, NewSchema, boolean) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasPost(AsyncResponse, NewSchema, boolean) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidDelete(String) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidDelete(String) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidDelete(String) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidGet(String) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidGet(String) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidGet(String) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidPatch(String, List<SchemaModificationPatch>) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidPatch(String, List<SchemaModificationPatch>) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidPatch(String, List<SchemaModificationPatch>) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidVersionsPost(AsyncResponse, String, NewSchemaVersion, boolean) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidVersionsPost(AsyncResponse, String, NewSchemaVersion, boolean) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidVersionsPost(AsyncResponse, String, NewSchemaVersion, boolean) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidVersionsVersionnumDelete(String, int) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidVersionsVersionnumDelete(String, int) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidVersionsVersionnumDelete(String, int) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidVersionsVersionnumGet(String, int) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidVersionsVersionnumGet(String, int) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidVersionsVersionnumGet(String, int) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
apiSchemasSchemaidVersionsVersionnumPatch(String, int, List<SchemaModificationPatch>) - Method in class io.apicurio.registry.ibmcompat.api.Api
 
apiSchemasSchemaidVersionsVersionnumPatch(String, int, List<SchemaModificationPatch>) - Method in interface io.apicurio.registry.ibmcompat.api.ApiService
 
apiSchemasSchemaidVersionsVersionnumPatch(String, int, List<SchemaModificationPatch>) - Method in class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
ApiService - Interface in io.apicurio.registry.ibmcompat.api
 
ApiServiceImpl - Class in io.apicurio.registry.ibmcompat.api.impl
 
ApiServiceImpl() - Constructor for class io.apicurio.registry.ibmcompat.api.impl.ApiServiceImpl
 
ApiUtil - Class in io.apicurio.registry.ibmcompat.api.impl
 
ApiUtil() - Constructor for class io.apicurio.registry.ibmcompat.api.impl.ApiUtil
 
AppConfiguration - Class in io.apicurio.registry
Generic configuration.
AppConfiguration() - Constructor for class io.apicurio.registry.AppConfiguration
 
applyRule(String, ArtifactType, ContentHandle, RuleType, String, RuleApplicationType) - Method in interface io.apicurio.registry.rules.RulesService
Applies a single, specific rule to the content update for the given artifact.
applyRule(String, ArtifactType, ContentHandle, RuleType, String, RuleApplicationType) - Method in class io.apicurio.registry.rules.RulesServiceImpl
 
applyRules(String, ArtifactType, ContentHandle, RuleApplicationType) - Method in interface io.apicurio.registry.rules.RulesService
Applies all configured rules to check whether a content update for an artifact is allowed.
applyRules(String, long, ArtifactType, ContentHandle) - Method in interface io.apicurio.registry.rules.RulesService
Applies configured rules to the content update, relative to ANY artifact version.
applyRules(String, ArtifactType, ContentHandle, RuleApplicationType) - Method in class io.apicurio.registry.rules.RulesServiceImpl
 
applyRules(String, long, ArtifactType, ContentHandle) - Method in class io.apicurio.registry.rules.RulesServiceImpl
 
applyState(Map<String, String>, ArtifactState) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
 
applyState(Consumer<ArtifactState>, Map<String, String>, ArtifactState) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
 
applyState(Consumer<ArtifactState>, ArtifactState, ArtifactState) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
 
ArraySchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
ArraySchemaDiffVisitor(DiffContext, ArraySchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.ArraySchemaDiffVisitor
 
ArraySchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
ArraySchemaWrapper(ArraySchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
 
ARTIFACT_ID - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
ArtifactAlreadyExistsException - Exception in io.apicurio.registry.storage
 
ArtifactAlreadyExistsException(String) - Constructor for exception io.apicurio.registry.storage.ArtifactAlreadyExistsException
Constructor.
ArtifactIdGenerator - Interface in io.apicurio.registry.util
 
ArtifactIdGeneratorImpl - Class in io.apicurio.registry.util
 
ArtifactIdGeneratorImpl() - Constructor for class io.apicurio.registry.util.ArtifactIdGeneratorImpl
 
ArtifactMetaDataDto - Class in io.apicurio.registry.storage
 
ArtifactMetaDataDto() - Constructor for class io.apicurio.registry.storage.ArtifactMetaDataDto
Constructor.
ArtifactNotFoundException - Exception in io.apicurio.registry.storage
 
ArtifactNotFoundException(Throwable) - Constructor for exception io.apicurio.registry.storage.ArtifactNotFoundException
 
ArtifactNotFoundException(String) - Constructor for exception io.apicurio.registry.storage.ArtifactNotFoundException
Constructor.
ArtifactNotFoundException(String, Throwable) - Constructor for exception io.apicurio.registry.storage.ArtifactNotFoundException
 
artifactRules - Variable in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
artifacts - Variable in class io.apicurio.registry.ui.beans.ConfigJs
 
ArtifactsResourceImpl - Class in io.apicurio.registry.rest
Implements the ArtifactsResource interface.
ArtifactsResourceImpl() - Constructor for class io.apicurio.registry.rest.ArtifactsResourceImpl
 
ArtifactStateExt - Class in io.apicurio.registry.storage
 
ArtifactStateExt() - Constructor for class io.apicurio.registry.storage.ArtifactStateExt
 
ArtifactTypeUtil - Class in io.apicurio.registry.util
 
ArtifactTypeUtilProvider - Interface in io.apicurio.registry.types.provider
Interface providing different utils per artifact type * compatibility checker * content canonicalizer * content validator * rules * etc ...
ArtifactTypeUtilProviderFactory - Interface in io.apicurio.registry.types.provider
 
ArtifactTypeUtilProviderImpl - Class in io.apicurio.registry.types.provider
 
ArtifactTypeUtilProviderImpl() - Constructor for class io.apicurio.registry.types.provider.ArtifactTypeUtilProviderImpl
 
ArtifactVersionMetaDataDto - Class in io.apicurio.registry.storage
 
ArtifactVersionMetaDataDto() - Constructor for class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
Constructor.
asMap() - Method in interface io.apicurio.registry.storage.impl.MultiMap
 
asMap() - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
AsyncApiArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
AsyncApiArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.AsyncApiArtifactTypeUtilProvider
 
AsyncApiContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the AsyncAPI content type.
AsyncApiContentValidator() - Constructor for class io.apicurio.registry.rules.validity.AsyncApiContentValidator
 
AvroArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
AvroArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.AvroArtifactTypeUtilProvider
 
AvroCompatibilityChecker - Class in io.apicurio.registry.rules.compatibility
 
AvroCompatibilityChecker() - Constructor for class io.apicurio.registry.rules.compatibility.AvroCompatibilityChecker
 
AvroContentCanonicalizer - Class in io.apicurio.registry.content.canon
An Avro implementation of a content Canonicalizer.
AvroContentCanonicalizer() - Constructor for class io.apicurio.registry.content.canon.AvroContentCanonicalizer
 
AvroContentExtractor - Class in io.apicurio.registry.content.extract
Performs meta-data extraction for Avro content.
AvroContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the Avro content type.
AvroContentValidator() - Constructor for class io.apicurio.registry.rules.validity.AvroContentValidator
Constructor.

B

BaseHrefFilter - Class in io.apicurio.registry.ui.servlets
Note: simple filtering of response content - found on Stack Overflow here: https://stackoverflow.com/a/14741213
BaseHrefFilter() - Constructor for class io.apicurio.registry.ui.servlets.BaseHrefFilter
 
BaseHrefFilter.CharResponseWrapper - Class in io.apicurio.registry.ui.servlets
 
beforeInit() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
BooleanSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
BooleanSchemaDiffVisitor(DiffContext, BooleanSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.BooleanSchemaDiffVisitor
 
BooleanSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
BooleanSchemaWrapper(BooleanSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.BooleanSchemaWrapper
 
buildSearchedArtifact(ArtifactMetaDataDto) - Static method in class io.apicurio.registry.util.SearchUtil
 
buildSearchedVersion(ArtifactVersionMetaDataDto) - Static method in class io.apicurio.registry.util.SearchUtil
 
bytes() - Method in interface io.apicurio.registry.content.ContentHandle
 

C

call() - Method in class io.apicurio.registry.metrics.PersistenceExceptionLivenessCheck
 
call() - Method in class io.apicurio.registry.metrics.PersistenceSimpleReadinessCheck
 
call() - Method in class io.apicurio.registry.metrics.PersistenceTimeoutReadinessCheck
 
call() - Method in class io.apicurio.registry.metrics.ResponseErrorLivenessCheck
 
call() - Method in class io.apicurio.registry.metrics.ResponseTimeoutReadinessCheck
 
call() - Method in class io.apicurio.registry.metrics.StorageLivenessCheck
 
callSuper() - Method in class io.apicurio.registry.metrics.AbstractErrorCounterHealthCheck
 
canonicalize(ContentHandle) - Method in class io.apicurio.registry.content.canon.AvroContentCanonicalizer
 
canonicalize(ContentHandle) - Method in interface io.apicurio.registry.content.canon.ContentCanonicalizer
Called to convert the given content to its canonical form.
canonicalize(ContentHandle) - Method in class io.apicurio.registry.content.canon.GraphQLContentCanonicalizer
 
canonicalize(ContentHandle) - Method in class io.apicurio.registry.content.canon.JsonContentCanonicalizer
 
canonicalize(ContentHandle) - Method in class io.apicurio.registry.content.canon.NoOpContentCanonicalizer
 
canonicalize(ContentHandle) - Method in class io.apicurio.registry.content.canon.XmlContentCanonicalizer
 
canTransition(ArtifactState, ArtifactState) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
 
CharResponseWrapper(HttpServletResponse) - Constructor for class io.apicurio.registry.ui.servlets.BaseHrefFilter.CharResponseWrapper
 
CharResponseWrapper(HttpServletResponse) - Constructor for class io.apicurio.registry.ui.servlets.SpecUrlFilter.CharResponseWrapper
 
checkIfDeprecated(Supplier<ArtifactState>, String, Number, Response.ResponseBuilder) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
checkIfDeprecated(Supplier<ArtifactState>, String, Number, Response.ResponseBuilder) - Method in class io.apicurio.registry.rest.IdsResourceImpl
 
CombinedSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
CombinedSchemaDiffVisitor(DiffContext, CombinedSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.CombinedSchemaDiffVisitor
 
CombinedSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
CombinedSchemaWrapper(CombinedSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.CombinedSchemaWrapper
 
comparator(SortOrder) - Static method in class io.apicurio.registry.util.SearchUtil
 
compare(SortOrder, ArtifactMetaDataDto, ArtifactMetaDataDto) - Static method in class io.apicurio.registry.util.SearchUtil
 
compareSchema(DiffContext, Schema, Schema, DiffType, DiffType, DiffType, DiffType, DiffType, DiffType) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffUtil
 
COMPAT_SCHEMA_REGISTRY_STABLE_LATEST - Static variable in class io.apicurio.registry.ccompat.rest.ContentTypes
 
COMPAT_SCHEMA_REGISTRY_V1 - Static variable in class io.apicurio.registry.ccompat.rest.ContentTypes
 
CompatibilityChecker - Interface in io.apicurio.registry.rules.compatibility
An interface that is used to determine whether a proposed artifact's content is compatible with older version(s) of the same content, based on a given compatibility level.
CompatibilityCheckResponse - Class in io.apicurio.registry.ccompat.dto
Immutable.
CompatibilityCheckResponse() - Constructor for class io.apicurio.registry.ccompat.dto.CompatibilityCheckResponse
 
CompatibilityLevel - Enum in io.apicurio.registry.rules.compatibility
 
CompatibilityLevelDto - Class in io.apicurio.registry.ccompat.dto
Immutable.
CompatibilityLevelDto() - Constructor for class io.apicurio.registry.ccompat.dto.CompatibilityLevelDto
 
CompatibilityLevelDto.Level - Enum in io.apicurio.registry.ccompat.dto
 
CompatibilityResource - Interface in io.apicurio.registry.ccompat.rest
Note:

This API specification is owned by Confluent.

CompatibilityResourceImpl - Class in io.apicurio.registry.ccompat.rest.impl
 
CompatibilityResourceImpl() - Constructor for class io.apicurio.registry.ccompat.rest.impl.CompatibilityResourceImpl
 
CompatibilityRuleExecutor - Class in io.apicurio.registry.rules.compatibility
Rule executor for the "Compatibility" rule.
CompatibilityRuleExecutor() - Constructor for class io.apicurio.registry.rules.compatibility.CompatibilityRuleExecutor
 
compute(String) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
ConditionalSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
ConditionalSchemaDiffVisitor(DiffContext, ConditionalSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConditionalSchemaDiffVisitor
 
ConditionalSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
ConditionalSchemaWrapper(ConditionalSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConditionalSchemaWrapper
 
ConfigJs - Class in io.apicurio.registry.ui.beans
 
ConfigJs() - Constructor for class io.apicurio.registry.ui.beans.ConfigJs
 
ConfigJsArtifacts - Class in io.apicurio.registry.ui.beans
 
ConfigJsArtifacts() - Constructor for class io.apicurio.registry.ui.beans.ConfigJsArtifacts
 
ConfigJsFeatures - Class in io.apicurio.registry.ui.beans
 
ConfigJsFeatures() - Constructor for class io.apicurio.registry.ui.beans.ConfigJsFeatures
 
ConfigJsServlet - Class in io.apicurio.registry.ui.servlets
Generates the 'config.js' file imported by the UI.
ConfigJsServlet() - Constructor for class io.apicurio.registry.ui.servlets.ConfigJsServlet
 
ConfigJsUi - Class in io.apicurio.registry.ui.beans
 
ConfigJsUi() - Constructor for class io.apicurio.registry.ui.beans.ConfigJsUi
Constructor.
ConfigResource - Interface in io.apicurio.registry.ccompat.rest
Note:

This API specification is owned by Confluent.

ConfigResourceImpl - Class in io.apicurio.registry.ccompat.rest.impl
 
ConfigResourceImpl() - Constructor for class io.apicurio.registry.ccompat.rest.impl.ConfigResourceImpl
 
ConflictException - Exception in io.apicurio.registry.ccompat.rest.error
This exception covers the following errors in the compat API: - 409 Conflict – Incompatible schema
ConflictException(String) - Constructor for exception io.apicurio.registry.ccompat.rest.error.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception io.apicurio.registry.ccompat.rest.error.ConflictException
 
ConstSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
ConstSchemaDiffVisitor(DiffContext, ConstSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.ConstSchemaDiffVisitor
 
ConstSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
ConstSchemaWrapper(ConstSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ConstSchemaWrapper
 
content() - Method in interface io.apicurio.registry.content.ContentHandle
 
CONTENT - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
ContentCanonicalizer - Interface in io.apicurio.registry.content.canon
Canonicalize some content! This means converting content to its canonical form for the purpose of comparison.
ContentExtractor - Interface in io.apicurio.registry.content.extract
 
ContentHandle - Interface in io.apicurio.registry.content
 
ContentHandleMessageBodyWriter - Class in io.apicurio.registry.content
 
ContentHandleMessageBodyWriter() - Constructor for class io.apicurio.registry.content.ContentHandleMessageBodyWriter
 
ContentTypes - Class in io.apicurio.registry.ccompat.rest
 
ContentTypes() - Constructor for class io.apicurio.registry.ccompat.rest.ContentTypes
 
ContentTypeUtil - Class in io.apicurio.registry.util
 
ContentTypeUtil() - Constructor for class io.apicurio.registry.util.ContentTypeUtil
 
ContentValidator - Interface in io.apicurio.registry.rules.validity
Validates content.
contextPath - Variable in class io.apicurio.registry.ui.beans.ConfigJsUi
 
convert(String, StoredArtifact) - Static method in class io.apicurio.registry.ccompat.store.FacadeConverter
 
convert(StoredArtifact) - Static method in class io.apicurio.registry.ccompat.store.FacadeConverter
 
convert(String, Long) - Static method in class io.apicurio.registry.ccompat.store.FacadeConverter
 
convertUnsigned(long) - Static method in class io.apicurio.registry.ccompat.store.FacadeConverter
 
create(boolean) - Static method in class io.apicurio.registry.ccompat.dto.CompatibilityCheckResponse
 
create(Optional<CompatibilityLevel>) - Static method in class io.apicurio.registry.ccompat.dto.CompatibilityLevelDto
 
create(Optional<CompatibilityLevel>) - Static method in enum io.apicurio.registry.ccompat.dto.CompatibilityLevelDto.Level
 
create(InputStream) - Static method in interface io.apicurio.registry.content.ContentHandle
 
create(byte[]) - Static method in interface io.apicurio.registry.content.ContentHandle
 
create(String) - Static method in interface io.apicurio.registry.content.ContentHandle
 
createArtifact(ArtifactType, String, IfExistsType, InputStream) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
createArtifact(String, ArtifactType, ContentHandle) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createArtifact(String, ArtifactType, ContentHandle) - Method in interface io.apicurio.registry.storage.RegistryStorage
Creates a new artifact (from the given value) in the storage.
createArtifactRule(String, Rule) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
createArtifactRule(String, RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.storage.impl.AbstractRegistryStorage
 
createArtifactRule(String, RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Creates an artifact rule for a specific Artifact.
createArtifactRuleAsync(String, RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createArtifactRuleAsync(String, RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
 
createArtifactRulesMap() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createArtifactRulesMap() - Method in class io.apicurio.registry.storage.impl.SimpleMapRegistryStorage
 
createArtifactVersion(String, ArtifactType, InputStream) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
createArtifactWithMetadata(String, ArtifactType, ContentHandle, EditableArtifactMetaDataDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createArtifactWithMetadata(String, ArtifactType, ContentHandle, EditableArtifactMetaDataDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Creates a new artifact (from the given value including metadata) in the storage.
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.AsyncApiArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.AvroArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.GraphQLArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.JsonArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.KConnectArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.OpenApiArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.ProtobufArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.ProtobufFdArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.WsdlArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.XmlArtifactTypeUtilProvider
 
createCompatibilityChecker() - Method in class io.apicurio.registry.types.provider.XsdArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.AsyncApiArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.AvroArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.GraphQLArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.JsonArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.KConnectArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.OpenApiArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.ProtobufArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.ProtobufFdArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.WsdlArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.XmlArtifactTypeUtilProvider
 
createContentCanonicalizer() - Method in class io.apicurio.registry.types.provider.XsdArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.AsyncApiArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.AvroArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.GraphQLArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.JsonArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.KConnectArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.OpenApiArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.ProtobufArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.ProtobufFdArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.WsdlArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.XmlArtifactTypeUtilProvider
 
createContentExtractor() - Method in class io.apicurio.registry.types.provider.XsdArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.AbstractArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.AsyncApiArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.AvroArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.GraphQLArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.JsonArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.KConnectArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.OpenApiArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.ProtobufArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.ProtobufFdArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.WsdlArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.XmlArtifactTypeUtilProvider
 
createContentValidator() - Method in class io.apicurio.registry.types.provider.XsdArtifactTypeUtilProvider
 
CREATED_BY - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
CREATED_ON - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
createExecutor(RuleType) - Method in class io.apicurio.registry.rules.RuleExecutorFactory
 
createGlobalMap() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createGlobalMap() - Method in class io.apicurio.registry.storage.impl.SimpleMapRegistryStorage
 
createGlobalRule(Rule) - Method in class io.apicurio.registry.rest.RulesResourceImpl
 
createGlobalRule(RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createGlobalRule(RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Creates a single global rule.
createGlobalRulesMap() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createGlobalRulesMap() - Method in class io.apicurio.registry.storage.impl.SimpleMapRegistryStorage
 
createOrUpdateArtifact(String, ArtifactType, ContentHandle, boolean, long) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createOrUpdateArtifactRule(String, RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
 
createOrUpdateArtifactRule(String, RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
 
createOrUpdateGlobalRule(RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
 
createOrUpdateGlobalRule(RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
 
createRootContext(String) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
createRootContext() - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
createSchema(String, String, String) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
Create a new schema in the given subject.
createSchema(String, String, String) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
 
createStorageMap() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
createStorageMap() - Method in class io.apicurio.registry.storage.impl.SimpleMapRegistryStorage
 
createVersion(String, long, Map<String, String>) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
CT_APPLICATION_JSON - Static variable in class io.apicurio.registry.util.ContentTypeUtil
 
CT_APPLICATION_XML - Static variable in class io.apicurio.registry.util.ContentTypeUtil
 
CT_APPLICATION_YAML - Static variable in class io.apicurio.registry.util.ContentTypeUtil
 
Current - Annotation Type in io.apicurio.registry.types
Marks currently "used" bean.

D

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
 

E

EditableArtifactMetaDataDto - Class in io.apicurio.registry.storage
 
EditableArtifactMetaDataDto() - Constructor for class io.apicurio.registry.storage.EditableArtifactMetaDataDto
Constructor.
EmptySchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
EmptySchemaWrapper(EmptySchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EmptySchemaWrapper
 
EnabledModification - Class in io.apicurio.registry.ibmcompat.model
 
EnabledModification() - Constructor for class io.apicurio.registry.ibmcompat.model.EnabledModification
 
EnumSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
EnumSchemaDiffVisitor(DiffContext, EnumSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.EnumSchemaDiffVisitor
 
EnumSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
EnumSchemaWrapper(EnumSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EnumSchemaWrapper
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.Schema
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaInfo
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaListItem
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
equals(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
equals(Object) - Method in class io.apicurio.registry.storage.impl.TupleId
 
errorCounter - Variable in class io.apicurio.registry.metrics.AbstractErrorCounterHealthCheck
 
errorMsg(ArtifactState, ArtifactState) - Static method in exception io.apicurio.registry.storage.InvalidArtifactStateException
 
Errors - Class in io.apicurio.registry.ccompat.rest.error
 
Errors() - Constructor for class io.apicurio.registry.ccompat.rest.error.Errors
 
execute(RuleContext) - Method in class io.apicurio.registry.rules.compatibility.CompatibilityRuleExecutor
 
execute(RuleContext) - Method in interface io.apicurio.registry.rules.RuleExecutor
Executes the logic of the rule against the given context.
execute(RuleContext) - Method in class io.apicurio.registry.rules.validity.ValidityRuleExecutor
 
extract(ContentHandle) - Method in class io.apicurio.registry.content.extract.AvroContentExtractor
 
extract(ContentHandle) - Method in interface io.apicurio.registry.content.extract.ContentExtractor
Extract metadata from content.
extract(ContentHandle) - Method in class io.apicurio.registry.content.extract.JsonContentExtractor
 
extract(ContentHandle) - Method in class io.apicurio.registry.content.extract.NoopContentExtractor
 
extract(ContentHandle) - Method in class io.apicurio.registry.content.extract.OpenApiOrAsyncApiContentExtractor
 
extract(ContentHandle) - Method in class io.apicurio.registry.content.extract.WsdlOrXsdContentExtractor
 

F

FacadeConverter - Class in io.apicurio.registry.ccompat.store
 
FacadeConverter() - Constructor for class io.apicurio.registry.ccompat.store.FacadeConverter
 
factory - Variable in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
FalseSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
FalseSchemaWrapper(FalseSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.FalseSchemaWrapper
 
features - Variable in class io.apicurio.registry.ui.beans.ConfigJs
 
filter(ContainerRequestContext) - Method in class io.apicurio.registry.metrics.ResponseTimeoutReadinessCheck
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.apicurio.registry.metrics.ResponseTimeoutReadinessCheck
 
filter(ContainerRequestContext) - Method in class io.apicurio.registry.metrics.RestMetricsResponseFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.apicurio.registry.metrics.RestMetricsResponseFilter
 
findDifferences(String, String) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaDiffLibrary
Find and analyze differences between two JSON schemas.
findDifferences(Schema, Schema) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaDiffLibrary
 
findSchemaByContent(String, SchemaContent) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectsResourceImpl
 
findSchemaByContent(String, SchemaContent) - Method in interface io.apicurio.registry.ccompat.rest.SubjectsResource
Check if a schema has already been registered under the specified subject.
foundAllDifferencesAreCompatible() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
foundIncompatibleDifference() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
Return true, if this context contains an incompatible difference.

G

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.

H

hashCode() - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.Schema
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.SchemaInfo
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.SchemaListItem
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
hashCode() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
hashCode() - Method in class io.apicurio.registry.storage.impl.TupleId
 

I

IdsResourceImpl - Class in io.apicurio.registry.rest
 
IdsResourceImpl() - Constructor for class io.apicurio.registry.rest.IdsResourceImpl
 
init(Integer, Integer, Integer) - Method in class io.apicurio.registry.metrics.AbstractErrorCounterHealthCheck
 
init() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
init(FilterConfig) - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter
 
init(FilterConfig) - Method in class io.apicurio.registry.ui.servlets.ResourceCacheControlFilter
 
init(FilterConfig) - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter
 
InMemoryRegistryStorage - Class in io.apicurio.registry.storage.impl
 
InMemoryRegistryStorage() - Constructor for class io.apicurio.registry.storage.impl.InMemoryRegistryStorage
 
INSTANCE - Static variable in class io.apicurio.registry.content.extract.AvroContentExtractor
 
INSTANCE - Static variable in class io.apicurio.registry.content.extract.JsonContentExtractor
 
INSTANCE - Static variable in class io.apicurio.registry.content.extract.NoopContentExtractor
 
INSTANCE - Static variable in class io.apicurio.registry.content.extract.OpenApiOrAsyncApiContentExtractor
 
INSTANCE - Static variable in class io.apicurio.registry.content.extract.WsdlOrXsdContentExtractor
 
INSTANCE - Static variable in class io.apicurio.registry.rules.compatibility.NoopCompatibilityChecker
 
intercept(InvocationContext) - Method in class io.apicurio.registry.metrics.PersistenceExceptionLivenessInterceptor
 
intercept(InvocationContext) - Method in class io.apicurio.registry.metrics.PersistenceTimeoutReadinessInterceptor
 
intercept(InvocationContext) - Method in class io.apicurio.registry.metrics.RestMetricsInterceptor
 
InvalidArtifactStateException - Exception in io.apicurio.registry.storage
 
InvalidArtifactStateException(String, Number, ArtifactState) - Constructor for exception io.apicurio.registry.storage.InvalidArtifactStateException
 
InvalidArtifactStateException(ArtifactState, ArtifactState) - Constructor for exception io.apicurio.registry.storage.InvalidArtifactStateException
 
InvalidArtifactTypeException - Exception in io.apicurio.registry.storage
 
InvalidArtifactTypeException(String) - Constructor for exception io.apicurio.registry.storage.InvalidArtifactTypeException
 
InvalidContentException - Exception in io.apicurio.registry.rules.validity
Indicates that the artifact content was invalid.
InvalidContentException(String) - Constructor for exception io.apicurio.registry.rules.validity.InvalidContentException
 
InvalidContentException(String, Throwable) - Constructor for exception io.apicurio.registry.rules.validity.InvalidContentException
 
InvalidContentException(Throwable) - Constructor for exception io.apicurio.registry.rules.validity.InvalidContentException
 
InvalidPropertiesException - Exception in io.apicurio.registry.storage
 
InvalidPropertiesException(String, Throwable) - Constructor for exception io.apicurio.registry.storage.InvalidPropertiesException
 
io.apicurio.registry - package io.apicurio.registry
 
io.apicurio.registry.ccompat.dto - package io.apicurio.registry.ccompat.dto
 
io.apicurio.registry.ccompat.rest - package io.apicurio.registry.ccompat.rest
 
io.apicurio.registry.ccompat.rest.error - package io.apicurio.registry.ccompat.rest.error
 
io.apicurio.registry.ccompat.rest.impl - package io.apicurio.registry.ccompat.rest.impl
 
io.apicurio.registry.ccompat.store - package io.apicurio.registry.ccompat.store
 
io.apicurio.registry.content - package io.apicurio.registry.content
 
io.apicurio.registry.content.canon - package io.apicurio.registry.content.canon
 
io.apicurio.registry.content.extract - package io.apicurio.registry.content.extract
 
io.apicurio.registry.ibmcompat.api - package io.apicurio.registry.ibmcompat.api
 
io.apicurio.registry.ibmcompat.api.impl - package io.apicurio.registry.ibmcompat.api.impl
 
io.apicurio.registry.ibmcompat.model - package io.apicurio.registry.ibmcompat.model
 
io.apicurio.registry.logging - package io.apicurio.registry.logging
 
io.apicurio.registry.metrics - package io.apicurio.registry.metrics
 
io.apicurio.registry.rest - package io.apicurio.registry.rest
 
io.apicurio.registry.rules - package io.apicurio.registry.rules
 
io.apicurio.registry.rules.compatibility - package io.apicurio.registry.rules.compatibility
 
io.apicurio.registry.rules.compatibility.jsonschema - package io.apicurio.registry.rules.compatibility.jsonschema
 
io.apicurio.registry.rules.compatibility.jsonschema.diff - package io.apicurio.registry.rules.compatibility.jsonschema.diff
 
io.apicurio.registry.rules.compatibility.jsonschema.wrapper - package io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
io.apicurio.registry.rules.validity - package io.apicurio.registry.rules.validity
 
io.apicurio.registry.services - package io.apicurio.registry.services
 
io.apicurio.registry.storage - package io.apicurio.registry.storage
 
io.apicurio.registry.storage.impl - package io.apicurio.registry.storage.impl
 
io.apicurio.registry.types - package io.apicurio.registry.types
 
io.apicurio.registry.types.provider - package io.apicurio.registry.types.provider
 
io.apicurio.registry.ui.beans - package io.apicurio.registry.ui.beans
 
io.apicurio.registry.ui.servlets - package io.apicurio.registry.ui.servlets
 
io.apicurio.registry.util - package io.apicurio.registry.util
 
IS_COMPATIBLE - Static variable in class io.apicurio.registry.ccompat.dto.CompatibilityCheckResponse
 
IS_NOT_COMPATIBLE - Static variable in class io.apicurio.registry.ccompat.dto.CompatibilityCheckResponse
 
isAlive() - Method in class io.apicurio.registry.storage.impl.AbstractRegistryStorage
 
isAlive() - Method in interface io.apicurio.registry.storage.RegistryStorage
Is the storage alive?
isApplicationJson(String) - Static method in class io.apicurio.registry.util.ContentTypeUtil
Returns true if the Content-Type of the inbound request is "application/json".
isApplicationYaml(String) - Static method in class io.apicurio.registry.util.ContentTypeUtil
Returns true if the Content-Type of the inbound request is "application/x-yaml".
isCompatible(String, String) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaDiffLibrary
 
isCompatibleWith(CompatibilityLevel, List<String>, String) - Method in class io.apicurio.registry.rules.compatibility.AvroCompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<ContentHandle>, ContentHandle) - Method in interface io.apicurio.registry.rules.compatibility.CompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<String>, String) - Method in interface io.apicurio.registry.rules.compatibility.CompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<String>, String) - Method in class io.apicurio.registry.rules.compatibility.JsonCompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<String>, String) - Method in class io.apicurio.registry.rules.compatibility.NoopCompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<String>, String) - Method in class io.apicurio.registry.rules.compatibility.ProtobufCompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<ContentHandle>, ContentHandle) - Method in class io.apicurio.registry.rules.compatibility.ProtobufFdCompatibilityChecker
 
isCompatibleWith(CompatibilityLevel, List<String>, String) - Method in class io.apicurio.registry.rules.compatibility.ProtobufFdCompatibilityChecker
 
isDefaultGlobalRuleConfigured(RuleType) - Method in interface io.apicurio.registry.rules.RulesProperties
Whether the supplied RuleType has been configured as a global rule.
isDefaultGlobalRuleConfigured(RuleType) - Method in class io.apicurio.registry.rules.RulesPropertiesImpl
 
isEnabled() - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
isEnabled() - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
Set to false if the schema is disabled.
isExclusiveMaximum() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
 
isExclusiveMinimum() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
 
isExtracted(EditableMetaData) - Method in interface io.apicurio.registry.content.extract.ContentExtractor
Did we actually extracted something from the content.
isIgnoreError(Throwable) - Method in class io.apicurio.registry.metrics.LivenessUtil
 
isReady() - Method in class io.apicurio.registry.storage.impl.AbstractRegistryStorage
 
isReady() - Method in interface io.apicurio.registry.storage.RegistryStorage
Is the storage ready?
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.apicurio.registry.content.ContentHandleMessageBodyWriter
 

J

JSON - Static variable in class io.apicurio.registry.ccompat.rest.ContentTypes
 
JsonArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
JsonArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.JsonArtifactTypeUtilProvider
 
JsonCompatibilityChecker - Class in io.apicurio.registry.rules.compatibility
 
JsonCompatibilityChecker() - Constructor for class io.apicurio.registry.rules.compatibility.JsonCompatibilityChecker
 
JsonContentCanonicalizer - Class in io.apicurio.registry.content.canon
A common JSON content canonicalizer.
JsonContentCanonicalizer() - Constructor for class io.apicurio.registry.content.canon.JsonContentCanonicalizer
 
JsonContentExtractor - Class in io.apicurio.registry.content.extract
Performs meta-data extraction for JSON Schema content.
JsonSchemaContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the JsonSchema content type.
JsonSchemaContentValidator() - Constructor for class io.apicurio.registry.rules.validity.JsonSchemaContentValidator
Constructor.
JsonSchemaDiffLibrary - Class in io.apicurio.registry.rules.compatibility.jsonschema
 
JsonSchemaDiffLibrary() - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaDiffLibrary
 
JsonSchemaWrapperVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema
 
JsonSchemaWrapperVisitor() - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
 
JsonUtil - Class in io.apicurio.registry.rules.compatibility.jsonschema
 
JsonUtil() - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.JsonUtil
 

K

KafkaConnectContentCanonicalizer - Class in io.apicurio.registry.content.canon
A Kafka Connect schema content canonicalizer.
KafkaConnectContentCanonicalizer() - Constructor for class io.apicurio.registry.content.canon.KafkaConnectContentCanonicalizer
 
KafkaConnectContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the Kafka Connect schema content type.
KafkaConnectContentValidator() - Constructor for class io.apicurio.registry.rules.validity.KafkaConnectContentValidator
Constructor.
KConnectArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
KConnectArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.KConnectArtifactTypeUtilProvider
 
keys(K) - Method in interface io.apicurio.registry.storage.impl.MultiMap
 
keySet() - Method in interface io.apicurio.registry.storage.impl.StorageMap
 

L

LABELS - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
listArtifactRules(String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
listArtifacts() - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
listArtifactVersions(String) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
listGlobalRules() - Method in class io.apicurio.registry.rest.RulesResourceImpl
 
listSubjects() - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectsResourceImpl
 
listSubjects() - Method in interface io.apicurio.registry.ccompat.rest.SubjectsResource
Get a list of registered subjects.
listVersions(String) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
 
listVersions(String) - Method in interface io.apicurio.registry.ccompat.rest.SubjectVersionsResource
Get a list of versions registered under the specified subject.
LivenessCheck - Interface in io.apicurio.registry.metrics
Common interface for a liveness check.
LivenessUtil - Class in io.apicurio.registry.metrics
 
LivenessUtil() - Constructor for class io.apicurio.registry.metrics.LivenessUtil
 
log - Variable in class io.apicurio.registry.ccompat.rest.impl.AbstractResource
 
log(String) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
Logged - Annotation Type in io.apicurio.registry.logging
 
LoggingInterceptor - Class in io.apicurio.registry.logging
 
LoggingInterceptor() - Constructor for class io.apicurio.registry.logging.LoggingInterceptor
 
logIfDeprecated(Object, ArtifactState, Object) - Static method in class io.apicurio.registry.storage.ArtifactStateExt
 
logMethodEntry(InvocationContext) - Method in class io.apicurio.registry.logging.LoggingInterceptor
 
lookupFn() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 

M

MAPPER - Static variable in class io.apicurio.registry.rules.compatibility.jsonschema.JsonUtil
 
MetaDataKeys - Class in io.apicurio.registry.storage
 
MetaDataKeys() - Constructor for class io.apicurio.registry.storage.MetaDataKeys
 
MetricIDs - Interface in io.apicurio.registry.metrics
Metrics naming constants.
mode - Variable in class io.apicurio.registry.ui.beans.ConfigJs
 
ModeDto - Class in io.apicurio.registry.ccompat.dto
 
ModeDto() - Constructor for class io.apicurio.registry.ccompat.dto.ModeDto
 
ModeResource - Interface in io.apicurio.registry.ccompat.rest
Note:

This API specification is owned by Confluent.

ModeResourceImpl - Class in io.apicurio.registry.ccompat.rest.impl
We DO NOT support this endpoint.
ModeResourceImpl() - Constructor for class io.apicurio.registry.ccompat.rest.impl.ModeResourceImpl
 
MODIFIED_BY - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
MODIFIED_ON - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
MultiMap<K,MK,MV> - Interface in io.apicurio.registry.storage.impl
Simple multimap interface.

N

NAME - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
needsUniqueItems() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
 
NewSchema - Class in io.apicurio.registry.ibmcompat.model
 
NewSchema() - Constructor for class io.apicurio.registry.ibmcompat.model.NewSchema
 
NewSchemaVersion - Class in io.apicurio.registry.ibmcompat.model
 
NewSchemaVersion() - Constructor for class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
nextGlobalId() - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
nextGlobalId() - Method in class io.apicurio.registry.storage.impl.InMemoryRegistryStorage
 
NoopCompatibilityChecker - Class in io.apicurio.registry.rules.compatibility
 
NoopCompatibilityChecker() - Constructor for class io.apicurio.registry.rules.compatibility.NoopCompatibilityChecker
 
NoOpContentCanonicalizer - Class in io.apicurio.registry.content.canon
A canonicalizer that passes through the content unchanged.
NoOpContentCanonicalizer() - Constructor for class io.apicurio.registry.content.canon.NoOpContentCanonicalizer
 
NoopContentExtractor - Class in io.apicurio.registry.content.extract
 
normalizeSchemaID(String) - Static method in class io.apicurio.registry.ibmcompat.api.impl.ApiUtil
Gets the unique ID for a schema with the provided name.
NotFoundException - Exception in io.apicurio.registry.storage
 
NotFoundException() - Constructor for exception io.apicurio.registry.storage.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception io.apicurio.registry.storage.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception io.apicurio.registry.storage.NotFoundException
 
NotSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
NotSchemaDiffVisitor(DiffContext, NotSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.NotSchemaDiffVisitor
 
NotSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
NotSchemaWrapper(NotSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NotSchemaWrapper
 
NullSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
NullSchemaDiffVisitor(DiffContext, NullSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.NullSchemaDiffVisitor
 
NullSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
NullSchemaWrapper(NullSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NullSchemaWrapper
 
NumberSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
NumberSchemaDiffVisitor(DiffContext, NumberSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.NumberSchemaDiffVisitor
 
NumberSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
NumberSchemaWrapper(NumberSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
 

O

ObjectSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
ObjectSchemaDiffVisitor(DiffContext, ObjectSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.ObjectSchemaDiffVisitor
 
ObjectSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
ObjectSchemaWrapper(ObjectSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
 
OCTET_STREAM - Static variable in class io.apicurio.registry.ccompat.rest.ContentTypes
 
OpenApiArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
OpenApiArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.OpenApiArtifactTypeUtilProvider
 
OpenApiContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the OpenAPI content type.
OpenApiContentValidator() - Constructor for class io.apicurio.registry.rules.validity.OpenApiContentValidator
 
OpenApiOrAsyncApiContentExtractor - Class in io.apicurio.registry.content.extract
Performs meta-data extraction for OpenAPI content.
operationNotSupported() - Static method in class io.apicurio.registry.ccompat.rest.error.Errors
 
OperationNotSupportedException - Exception in io.apicurio.registry.ccompat.rest.error
 
OperationNotSupportedException() - Constructor for exception io.apicurio.registry.ccompat.rest.error.OperationNotSupportedException
 

P

parseVersionString(String, String, Function<Long, T>) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
 
parseVersionString(String, String, Function<Long, T>) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
Given a version string: - if it's an integer, use that; - if it's a string "latest", find out and use the subject's (artifact's) latest version; - otherwise throw an IllegalArgumentException.
permitsAdditionalItems() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
 
permitsAdditionalProperties() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ObjectSchemaWrapper
 
PersistenceExceptionLivenessApply - Annotation Type in io.apicurio.registry.metrics
 
PersistenceExceptionLivenessCheck - Class in io.apicurio.registry.metrics
Fail liveness check if the number of exceptions thrown by storage is too high.
PersistenceExceptionLivenessCheck() - Constructor for class io.apicurio.registry.metrics.PersistenceExceptionLivenessCheck
 
PersistenceExceptionLivenessInterceptor - Class in io.apicurio.registry.metrics
Fail liveness check if the number of exceptions thrown by storage is too high.
PersistenceExceptionLivenessInterceptor() - Constructor for class io.apicurio.registry.metrics.PersistenceExceptionLivenessInterceptor
 
PersistenceSimpleReadinessCheck - Class in io.apicurio.registry.metrics
 
PersistenceSimpleReadinessCheck() - Constructor for class io.apicurio.registry.metrics.PersistenceSimpleReadinessCheck
 
PersistenceTimeoutReadinessApply - Annotation Type in io.apicurio.registry.metrics
 
PersistenceTimeoutReadinessCheck - Class in io.apicurio.registry.metrics
Fail readiness check if the duration of processing a storage operation is too high.
PersistenceTimeoutReadinessCheck() - Constructor for class io.apicurio.registry.metrics.PersistenceTimeoutReadinessCheck
 
PersistenceTimeoutReadinessInterceptor - Class in io.apicurio.registry.metrics
Fail readiness check if the duration of processing a storage operation is too high.
PersistenceTimeoutReadinessInterceptor() - Constructor for class io.apicurio.registry.metrics.PersistenceTimeoutReadinessInterceptor
 
PrimitiveSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
This visitor deals with the following schemas:
PrimitiveSchemaDiffVisitor(DiffContext, Schema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.PrimitiveSchemaDiffVisitor
This visitor accepts any schema, so the checks that would be otherwise done by the caller, are made by this visitor.
processJsonNode(JsonNode) - Method in class io.apicurio.registry.content.canon.JsonContentCanonicalizer
Perform any additional processing on the JSON node.
properties(InjectionPoint) - Method in class io.apicurio.registry.AppConfiguration
 
PROPERTIES - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
ProtobufArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
ProtobufArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.ProtobufArtifactTypeUtilProvider
 
ProtobufCompatibilityChecker - Class in io.apicurio.registry.rules.compatibility
 
ProtobufCompatibilityChecker() - Constructor for class io.apicurio.registry.rules.compatibility.ProtobufCompatibilityChecker
 
ProtobufContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the Protobuf content type.
ProtobufContentValidator() - Constructor for class io.apicurio.registry.rules.validity.ProtobufContentValidator
Constructor.
ProtobufFdArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
ProtobufFdArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.ProtobufFdArtifactTypeUtilProvider
 
ProtobufFdCompatibilityChecker - Class in io.apicurio.registry.rules.compatibility
 
ProtobufFdCompatibilityChecker() - Constructor for class io.apicurio.registry.rules.compatibility.ProtobufFdCompatibilityChecker
 
ProtobufFdContentValidator - Class in io.apicurio.registry.rules.validity
A content validator implementation for the Protobuf FD content type.
ProtobufFdContentValidator() - Constructor for class io.apicurio.registry.rules.validity.ProtobufFdContentValidator
Constructor.
ProtobufFile - Class in io.apicurio.registry.rules.compatibility
Indexed representation of the data resulting from parsing a single .proto protobuf schema file, used mainly for schema validation.
ProtobufFile(String) - Constructor for class io.apicurio.registry.rules.compatibility.ProtobufFile
 
ProtobufFile(File) - Constructor for class io.apicurio.registry.rules.compatibility.ProtobufFile
 
put(String, String, String) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
put(String, long, String, String) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
putAll(Map<K, Map<MK, MV>>) - Method in interface io.apicurio.registry.storage.impl.MultiMap
 
putAll(Map<String, Map<Long, Map<String, String>>>) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
putContent(Map<String, String>, byte[]) - Static method in class io.apicurio.registry.storage.MetaDataKeys
 
putIfAbsent(K, MK, MV) - Method in interface io.apicurio.registry.storage.impl.MultiMap
 
putIfPresent(K, MK, MV) - Method in interface io.apicurio.registry.storage.impl.MultiMap
 

R

ReactAppServlet - Class in io.apicurio.registry.ui.servlets
A simple servlet that forwards everything to /index.html.
ReactAppServlet() - Constructor for class io.apicurio.registry.ui.servlets.ReactAppServlet
 
readOnly - Variable in class io.apicurio.registry.ui.beans.ConfigJsFeatures
 
realImpl() - Method in class io.apicurio.registry.storage.RegistryStorageProducer
 
ReferenceSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
ReferenceSchemaDiffVisitor(DiffContext, Schema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.ReferenceSchemaDiffVisitor
 
ReferenceSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
ReferenceSchemaWrapper(ReferenceSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ReferenceSchemaWrapper
 
register(AsyncResponse, String, SchemaInfo) - Method in class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
 
register(AsyncResponse, String, SchemaInfo) - Method in interface io.apicurio.registry.ccompat.rest.SubjectVersionsResource
Register a new schema under the specified subject.
RegistryApplication - Class in io.apicurio.registry.rest
 
RegistryApplication() - Constructor for class io.apicurio.registry.rest.RegistryApplication
 
RegistryConfigSource - Class in io.apicurio.registry.services
ConfigSource that turns env vars into plain properties.
RegistryConfigSource() - Constructor for class io.apicurio.registry.services.RegistryConfigSource
 
RegistryException - Exception in io.apicurio.registry.types
Generic project exception.
RegistryException() - Constructor for exception io.apicurio.registry.types.RegistryException
 
RegistryException(String) - Constructor for exception io.apicurio.registry.types.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception io.apicurio.registry.types.RegistryException
 
RegistryException(Throwable) - Constructor for exception io.apicurio.registry.types.RegistryException
 
RegistryException(String, Throwable, boolean, boolean) - Constructor for exception io.apicurio.registry.types.RegistryException
 
RegistryExceptionMapper - Class in io.apicurio.registry.rest
 
RegistryExceptionMapper() - Constructor for class io.apicurio.registry.rest.RegistryExceptionMapper
 
RegistryStorage - Interface in io.apicurio.registry.storage
The storage layer for the registry.
RegistryStorageException - Exception in io.apicurio.registry.storage
 
RegistryStorageException(Throwable) - Constructor for exception io.apicurio.registry.storage.RegistryStorageException
Constructor.
RegistryStorageException(String, Throwable) - Constructor for exception io.apicurio.registry.storage.RegistryStorageException
Constructor.
RegistryStorageException(String) - Constructor for exception io.apicurio.registry.storage.RegistryStorageException
Constructor.
RegistryStorageFacade - Interface in io.apicurio.registry.ccompat.store
 
RegistryStorageFacadeImpl - Class in io.apicurio.registry.ccompat.store
 
RegistryStorageFacadeImpl() - Constructor for class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
 
RegistryStorageProducer - Class in io.apicurio.registry.storage
 
RegistryStorageProducer() - Constructor for class io.apicurio.registry.storage.RegistryStorageProducer
 
remove(K, MK) - Method in interface io.apicurio.registry.storage.impl.MultiMap
 
remove(K) - Method in interface io.apicurio.registry.storage.impl.MultiMap
 
remove(String, long) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
remove(String, long, String) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
remove(String) - Method in interface io.apicurio.registry.storage.impl.StorageMap
 
REQUEST_START_TIME_CONTEXT_PROPERTY_NAME - Static variable in class io.apicurio.registry.metrics.RestMetricsResponseFilter
 
requiresInteger() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NumberSchemaWrapper
 
ResourceCacheControlFilter - Class in io.apicurio.registry.ui.servlets
Filter to add cache control headers for resources such as CSS and images.
ResourceCacheControlFilter() - Constructor for class io.apicurio.registry.ui.servlets.ResourceCacheControlFilter
C'tor
ResponseErrorLivenessCheck - Class in io.apicurio.registry.metrics
 
ResponseErrorLivenessCheck() - Constructor for class io.apicurio.registry.metrics.ResponseErrorLivenessCheck
 
ResponseTimeoutReadinessCheck - Class in io.apicurio.registry.metrics
 
ResponseTimeoutReadinessCheck() - Constructor for class io.apicurio.registry.metrics.ResponseTimeoutReadinessCheck
 
REST_CONCURRENT_REQUEST_COUNT - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
REST_CONCURRENT_REQUEST_COUNT_DESC - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
REST_GROUP_TAG - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
REST_REQUEST_COUNT - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
REST_REQUEST_COUNT_DESC - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
REST_REQUEST_RESPONSE_TIME - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
REST_REQUEST_RESPONSE_TIME_DESC - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
RestMetricsApply - Annotation Type in io.apicurio.registry.metrics
 
RestMetricsInterceptor - Class in io.apicurio.registry.metrics
Interceptor that tracks metrics across all REST resources.
RestMetricsInterceptor() - Constructor for class io.apicurio.registry.metrics.RestMetricsInterceptor
 
RestMetricsResponseFilter - Class in io.apicurio.registry.metrics
Filter class that filters REST API requests and responses to report metrics about them.
RestMetricsResponseFilter() - Constructor for class io.apicurio.registry.metrics.RestMetricsResponseFilter
 
RestMetricsResponseFilteredNameBinding - Annotation Type in io.apicurio.registry.metrics
Meta-Annotation used to perform name-binding between REST API methods and RestMetricsResponseFilter filter
RuleAlreadyExistsException - Exception in io.apicurio.registry.storage
 
RuleAlreadyExistsException(RuleType) - Constructor for exception io.apicurio.registry.storage.RuleAlreadyExistsException
Constructor.
RuleApplicationType - Enum in io.apicurio.registry.rules
 
RuleConfigurationDto - Class in io.apicurio.registry.storage
 
RuleConfigurationDto() - Constructor for class io.apicurio.registry.storage.RuleConfigurationDto
Constructor.
RuleContext - Class in io.apicurio.registry.rules
Contains all of the information needed by a rule executor, including the rule-specific configuration, current & updated content, and any other meta-data needed.
RuleContext(String, ArtifactType, String, ContentHandle, ContentHandle) - Constructor for class io.apicurio.registry.rules.RuleContext
Constructor.
RuleExecutor - Interface in io.apicurio.registry.rules
This interface is used to execute/apply a specific rule.
RuleExecutorFactory - Class in io.apicurio.registry.rules
Creates a rule executor from a RuleType.
RuleExecutorFactory() - Constructor for class io.apicurio.registry.rules.RuleExecutorFactory
 
RuleNotFoundException - Exception in io.apicurio.registry.storage
 
RuleNotFoundException(RuleType) - Constructor for exception io.apicurio.registry.storage.RuleNotFoundException
 
RuleNotFoundException(RuleType, Throwable) - Constructor for exception io.apicurio.registry.storage.RuleNotFoundException
 
RulesConfiguration - Class in io.apicurio.registry.rules
 
RulesConfiguration() - Constructor for class io.apicurio.registry.rules.RulesConfiguration
 
rulesProperties(Properties) - Method in class io.apicurio.registry.rules.RulesConfiguration
 
RulesProperties - Interface in io.apicurio.registry.rules
A service used to retrieve the default global rules that have been set via registry.rules.global configuration properties.
RulesPropertiesImpl - Class in io.apicurio.registry.rules
 
RulesPropertiesImpl(Properties) - Constructor for class io.apicurio.registry.rules.RulesPropertiesImpl
 
RulesResourceImpl - Class in io.apicurio.registry.rest
Implementation of the @RulesResource JAX-RS interface.
RulesResourceImpl() - Constructor for class io.apicurio.registry.rest.RulesResourceImpl
 
RulesService - Interface in io.apicurio.registry.rules
A service used to apply configured rules to a given content update.
RulesServiceImpl - Class in io.apicurio.registry.rules
Implements the RulesService interface.
RulesServiceImpl() - Constructor for class io.apicurio.registry.rules.RulesServiceImpl
 
RuleViolationException - Exception in io.apicurio.registry.rules
Exception thrown when a configured rule is violated, rejecting an artifact content update.
RuleViolationException(String, RuleType, String) - Constructor for exception io.apicurio.registry.rules.RuleViolationException
Constructor.
RuleViolationException(String, RuleType, String, Throwable) - Constructor for exception io.apicurio.registry.rules.RuleViolationException
Constructor.

S

Schema - Class in io.apicurio.registry.ccompat.dto
 
Schema() - Constructor for class io.apicurio.registry.ccompat.dto.Schema
 
Schema - Class in io.apicurio.registry.ibmcompat.model
 
Schema() - Constructor for class io.apicurio.registry.ibmcompat.model.Schema
 
SchemaContent - Class in io.apicurio.registry.ccompat.dto
 
SchemaContent() - Constructor for class io.apicurio.registry.ccompat.dto.SchemaContent
 
SchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
SchemaDiffVisitor(DiffContext, Schema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.SchemaDiffVisitor
 
SchemaFactoryAccessor - Class in io.apicurio.registry.util
 
SchemaFactoryAccessor() - Constructor for class io.apicurio.registry.util.SchemaFactoryAccessor
 
SchemaId - Class in io.apicurio.registry.ccompat.dto
 
SchemaId() - Constructor for class io.apicurio.registry.ccompat.dto.SchemaId
 
SchemaInfo - Class in io.apicurio.registry.ccompat.dto
 
SchemaInfo() - Constructor for class io.apicurio.registry.ccompat.dto.SchemaInfo
 
SchemaInfo - Class in io.apicurio.registry.ibmcompat.model
 
SchemaInfo() - Constructor for class io.apicurio.registry.ibmcompat.model.SchemaInfo
 
SchemaListItem - Class in io.apicurio.registry.ibmcompat.model
 
SchemaListItem() - Constructor for class io.apicurio.registry.ibmcompat.model.SchemaListItem
 
SchemaModificationPatch - Class in io.apicurio.registry.ibmcompat.model
 
SchemaModificationPatch() - Constructor for class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
 
SchemaModificationPatch.OpEnum - Enum in io.apicurio.registry.ibmcompat.model
Gets or Sets op
SchemaModificationPatch.PathEnum - Enum in io.apicurio.registry.ibmcompat.model
Gets or Sets path
SchemasResource - Interface in io.apicurio.registry.ccompat.rest
Note:

This API specification is owned by Confluent.

SchemasResourceImpl - Class in io.apicurio.registry.ccompat.rest.impl
 
SchemasResourceImpl() - Constructor for class io.apicurio.registry.ccompat.rest.impl.SchemasResourceImpl
 
SchemaState - Class in io.apicurio.registry.ibmcompat.model
 
SchemaState() - Constructor for class io.apicurio.registry.ibmcompat.model.SchemaState
 
SchemaState.StateEnum - Enum in io.apicurio.registry.ibmcompat.model
If the schema state is 'deprecated', all the schema version states are 'deprecated'.
SchemaSummary - Class in io.apicurio.registry.ibmcompat.model
 
SchemaSummary() - Constructor for class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
SchemaVersion - Class in io.apicurio.registry.ibmcompat.model
 
SchemaVersion() - Constructor for class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
SchemaWrapper - Interface in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
searchArtifacts(String, Integer, Integer, SearchOver, SortOrder) - Method in class io.apicurio.registry.rest.SearchResourceImpl
 
searchArtifacts(String, int, int, SearchOver, SortOrder) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
searchArtifacts(String, int, int, SearchOver, SortOrder) - Method in interface io.apicurio.registry.storage.RegistryStorage
Search artifacts by given criteria
searchClient(Properties) - Method in class io.apicurio.registry.AppConfiguration
 
SearchResourceImpl - Class in io.apicurio.registry.rest
Implements the SearchResource interface.
SearchResourceImpl() - Constructor for class io.apicurio.registry.rest.SearchResourceImpl
 
SearchUtil - Class in io.apicurio.registry.util
 
SearchUtil() - Constructor for class io.apicurio.registry.util.SearchUtil
 
searchVersions(String, Integer, Integer) - Method in class io.apicurio.registry.rest.SearchResourceImpl
 
searchVersions(String, int, int) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
searchVersions(String, int, int) - Method in interface io.apicurio.registry.storage.RegistryStorage
Fetch the versions of the given artifact
service(ServletRequest, ServletResponse) - Method in class io.apicurio.registry.ui.servlets.ApiDocsServlet
 
service(ServletRequest, ServletResponse) - Method in class io.apicurio.registry.ui.servlets.ReactAppServlet
 
setComment(String) - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
 
setConfiguration(String) - Method in class io.apicurio.registry.storage.RuleConfigurationDto
 
setCreatedBy(String) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setCreatedBy(String) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setCreatedOn(long) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setCreatedOn(long) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setDate(Date) - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
setDefinition(String) - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
setDefinition(String) - Method in class io.apicurio.registry.ibmcompat.model.Schema
 
setDescription(String) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setDescription(String) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setDescription(String) - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
 
setEditableMetaDataInArtifact(ArtifactMetaDataDto, EditableArtifactMetaDataDto) - Static method in class io.apicurio.registry.util.DtoUtil
Sets values from the EditableArtifactMetaDataDto into the ArtifactMetaDataDto.
setEnabled(boolean) - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
setEnabled(boolean) - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
setEnabled(Boolean) - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
setGlobalId(long) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setGlobalId(long) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setId(String) - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
setId(Integer) - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
setId(String) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setLabels(List<String>) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setLabels(List<String>) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setLabels(List<String>) - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
 
setLatest(SchemaVersion) - Method in class io.apicurio.registry.ibmcompat.model.SchemaListItem
 
setModifiedBy(String) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setModifiedOn(long) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setName(String) - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
setName(String) - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
setName(String) - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
setName(String) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setName(String) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setName(String) - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
 
setOp(SchemaModificationPatch.OpEnum) - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
 
setPath(SchemaModificationPatch.PathEnum) - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
 
setProperties(Map<String, String>) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setProperties(Map<String, String>) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setProperties(Map<String, String>) - Method in class io.apicurio.registry.storage.EditableArtifactMetaDataDto
 
setState(SchemaState) - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
setState(SchemaState.StateEnum) - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
 
setState(SchemaState) - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
setState(SchemaState) - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
setState(ArtifactState) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setState(ArtifactState) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setType(ArtifactType) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setType(ArtifactType) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setValue(Boolean) - Method in class io.apicurio.registry.ibmcompat.model.EnabledModification
 
setValue(SchemaState) - Method in class io.apicurio.registry.ibmcompat.model.StateModification
 
setVersion(String) - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
setVersion(SchemaVersion) - Method in class io.apicurio.registry.ibmcompat.model.Schema
 
setVersion(int) - Method in class io.apicurio.registry.storage.ArtifactMetaDataDto
 
setVersion(int) - Method in class io.apicurio.registry.storage.ArtifactVersionMetaDataDto
 
setVersionenabled(Boolean) - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
setVersionid(Integer) - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
setVersions(List<SchemaVersion>) - Method in class io.apicurio.registry.ibmcompat.model.SchemaInfo
 
setVersionstate(SchemaState) - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
SimpleMapRegistryStorage - Class in io.apicurio.registry.storage.impl
 
SimpleMapRegistryStorage() - Constructor for class io.apicurio.registry.storage.impl.SimpleMapRegistryStorage
 
SpecUrlFilter - Class in io.apicurio.registry.ui.servlets
Note: simple filtering of response content - found on Stack Overflow here: https://stackoverflow.com/a/14741213
SpecUrlFilter() - Constructor for class io.apicurio.registry.ui.servlets.SpecUrlFilter
 
SpecUrlFilter.CharResponseWrapper - Class in io.apicurio.registry.ui.servlets
 
STATE - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
StateModification - Class in io.apicurio.registry.ibmcompat.model
 
StateModification() - Constructor for class io.apicurio.registry.ibmcompat.model.StateModification
 
statesFilter(EnumSet<ArtifactState>) - Static method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
storage - Variable in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
STORAGE_CONCURRENT_OPERATION_COUNT - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
STORAGE_CONCURRENT_OPERATION_COUNT_DESC - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
STORAGE_GROUP_TAG - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
STORAGE_OPERATION_COUNT - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
STORAGE_OPERATION_COUNT_DESC - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
STORAGE_OPERATION_TIME - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
STORAGE_OPERATION_TIME_DESC - Static variable in interface io.apicurio.registry.metrics.MetricIDs
 
StorageException - Exception in io.apicurio.registry.storage
Base class for all storage exceptions.
StorageException() - Constructor for exception io.apicurio.registry.storage.StorageException
 
StorageException(String) - Constructor for exception io.apicurio.registry.storage.StorageException
 
StorageException(Throwable) - Constructor for exception io.apicurio.registry.storage.StorageException
 
StorageException(String, Throwable) - Constructor for exception io.apicurio.registry.storage.StorageException
 
StorageLivenessCheck - Class in io.apicurio.registry.metrics
 
StorageLivenessCheck() - Constructor for class io.apicurio.registry.metrics.StorageLivenessCheck
 
StorageMap - Interface in io.apicurio.registry.storage.impl
Storage map
StoredArtifact - Class in io.apicurio.registry.storage
 
StoredArtifact() - Constructor for class io.apicurio.registry.storage.StoredArtifact
 
stream() - Method in interface io.apicurio.registry.content.ContentHandle
 
StringSchemaDiffVisitor - Class in io.apicurio.registry.rules.compatibility.jsonschema.diff
 
StringSchemaDiffVisitor(DiffContext, StringSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.diff.StringSchemaDiffVisitor
 
StringSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
StringSchemaWrapper(StringSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
 
sub(String) - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
SubjectsResource - Interface in io.apicurio.registry.ccompat.rest
Note:

This API specification is owned by Confluent.

SubjectsResourceImpl - Class in io.apicurio.registry.ccompat.rest.impl
 
SubjectsResourceImpl() - Constructor for class io.apicurio.registry.ccompat.rest.impl.SubjectsResourceImpl
 
SubjectVersion - Class in io.apicurio.registry.ccompat.dto
 
SubjectVersion() - Constructor for class io.apicurio.registry.ccompat.dto.SubjectVersion
 
SubjectVersionsResource - Interface in io.apicurio.registry.ccompat.rest
Note:

This API specification is owned by Confluent.

SubjectVersionsResourceImpl - Class in io.apicurio.registry.ccompat.rest.impl
 
SubjectVersionsResourceImpl() - Constructor for class io.apicurio.registry.ccompat.rest.impl.SubjectVersionsResourceImpl
 
suspect(String) - Method in interface io.apicurio.registry.metrics.LivenessCheck
 
suspect(String) - Method in class io.apicurio.registry.metrics.PersistenceExceptionLivenessCheck
 
suspect(String) - Method in class io.apicurio.registry.metrics.ResponseErrorLivenessCheck
 
suspectSuper() - Method in class io.apicurio.registry.metrics.AbstractErrorCounterHealthCheck
 
suspectWithException(Throwable) - Method in interface io.apicurio.registry.metrics.LivenessCheck
 
suspectWithException(Throwable) - Method in class io.apicurio.registry.metrics.PersistenceExceptionLivenessCheck
 
suspectWithException(Throwable) - Method in class io.apicurio.registry.metrics.ResponseErrorLivenessCheck
 

T

testCompatibilityBySubjectName(String, String, SchemaContent) - Method in interface io.apicurio.registry.ccompat.rest.CompatibilityResource
Test input schema against a particular version of a subject’s schema for compatibility.
testCompatibilityBySubjectName(String, String, SchemaContent) - Method in class io.apicurio.registry.ccompat.rest.impl.CompatibilityResourceImpl
 
testCompatibilityBySubjectName(String, String, SchemaContent) - Method in interface io.apicurio.registry.ccompat.store.RegistryStorageFacade
 
testCompatibilityBySubjectName(String, String, SchemaContent) - Method in class io.apicurio.registry.ccompat.store.RegistryStorageFacadeImpl
 
testUpdateArtifact(String, ArtifactType, InputStream) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
threadLocaldocBuilder - Static variable in class io.apicurio.registry.util.DocumentBuilderAccessor
 
toArtifactMetaData(Map<String, String>) - Static method in class io.apicurio.registry.storage.MetaDataKeys
 
toArtifactVersionMetaData(Map<String, String>) - Static method in class io.apicurio.registry.storage.MetaDataKeys
 
toIndentedString(Object) - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
Convert the given object to string with each line indented by 4 spaces (except the first line).
toProtoFileElement(String) - Static method in class io.apicurio.registry.rules.compatibility.ProtobufFile
 
toResponse(Throwable) - Method in class io.apicurio.registry.rest.RegistryExceptionMapper
 
toStoredArtifact(Map<String, String>) - Static method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.NewSchema
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.NewSchemaVersion
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.Schema
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.SchemaInfo
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.SchemaListItem
 
toString() - Method in enum io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.OpEnum
 
toString() - Method in enum io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.PathEnum
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
 
toString() - Method in enum io.apicurio.registry.ibmcompat.model.SchemaState.StateEnum
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.SchemaState
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.SchemaSummary
 
toString() - Method in class io.apicurio.registry.ibmcompat.model.SchemaVersion
 
toString() - Method in class io.apicurio.registry.rules.compatibility.jsonschema.diff.DiffContext
 
toString() - Method in class io.apicurio.registry.ui.servlets.BaseHrefFilter.CharResponseWrapper
 
toString() - Method in class io.apicurio.registry.ui.servlets.SpecUrlFilter.CharResponseWrapper
 
TrueSchemaWrapper - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
TrueSchemaWrapper(TrueSchema) - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.TrueSchemaWrapper
 
TupleId - Class in io.apicurio.registry.storage.impl
 
TupleId(String, Long) - Constructor for class io.apicurio.registry.storage.impl.TupleId
 
TYPE - Static variable in class io.apicurio.registry.storage.MetaDataKeys
 
type - Variable in class io.apicurio.registry.ui.beans.ConfigJsArtifacts
 

U

ui - Variable in class io.apicurio.registry.ui.beans.ConfigJs
 
UnprocessableEntityException - Exception in io.apicurio.registry.ccompat.rest.error
This exception covers the following errors in the compat API: - Error code 42201 – Invalid schema - Error code 42202 – Invalid schema version - Error code 42203 – Invalid compatibility level
UnprocessableEntityException(String) - Constructor for exception io.apicurio.registry.ccompat.rest.error.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable) - Constructor for exception io.apicurio.registry.ccompat.rest.error.UnprocessableEntityException
 
up - Variable in class io.apicurio.registry.metrics.AbstractErrorCounterHealthCheck
 
updateArtifact(String, ArtifactType, InputStream) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
updateArtifact(String, ArtifactType, ContentHandle) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifact(String, ArtifactType, ContentHandle) - Method in interface io.apicurio.registry.storage.RegistryStorage
Updates the artifact value by storing the given value as a new version of the artifact.
updateArtifactMetaData(String, EditableMetaData) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
updateArtifactMetaData(String, EditableArtifactMetaDataDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifactMetaData(String, EditableArtifactMetaDataDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Updates the stored meta-data for an artifact by ID.
updateArtifactRule(String, RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifactRule(String, RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Updates the configuration information for a single rule on a given artifact.
updateArtifactRuleConfig(RuleType, String, Rule) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
updateArtifactState(String, UpdateState) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
updateArtifactState(String, ArtifactState) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifactState(String, ArtifactState, Integer) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifactState(String, ArtifactState) - Method in interface io.apicurio.registry.storage.RegistryStorage
Update artifact state.
updateArtifactState(String, ArtifactState, Integer) - Method in interface io.apicurio.registry.storage.RegistryStorage
Update artifact state.
updateArtifactVersionMetaData(Integer, String, EditableMetaData) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
updateArtifactVersionMetaData(String, long, EditableArtifactMetaDataDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifactVersionMetaData(String, long, EditableArtifactMetaDataDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Updates the user-editable meta-data for a single version of a given artifact.
updateArtifactVersionState(Integer, String, UpdateState) - Method in class io.apicurio.registry.rest.ArtifactsResourceImpl
 
updateArtifactWithMetadata(String, ArtifactType, ContentHandle, EditableArtifactMetaDataDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateArtifactWithMetadata(String, ArtifactType, ContentHandle, EditableArtifactMetaDataDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Updates the artifact value by storing the given value and metadata as a new version of the artifact.
updateGlobalCompatibilityLevel(CompatibilityLevelDto) - Method in interface io.apicurio.registry.ccompat.rest.ConfigResource
Update global compatibility level.
updateGlobalCompatibilityLevel(CompatibilityLevelDto) - Method in class io.apicurio.registry.ccompat.rest.impl.ConfigResourceImpl
 
updateGlobalMode(ModeDto) - Method in class io.apicurio.registry.ccompat.rest.impl.ModeResourceImpl
 
updateGlobalMode(ModeDto) - Method in interface io.apicurio.registry.ccompat.rest.ModeResource
 
updateGlobalRule(RuleType, RuleConfigurationDto) - Method in class io.apicurio.registry.storage.impl.AbstractMapRegistryStorage
 
updateGlobalRule(RuleType, RuleConfigurationDto) - Method in interface io.apicurio.registry.storage.RegistryStorage
Updates the configuration settings for a single global rule.
updateGlobalRuleConfig(RuleType, Rule) - Method in class io.apicurio.registry.rest.RulesResourceImpl
 
updateSubjectCompatibilityLevel(String, CompatibilityLevelDto) - Method in interface io.apicurio.registry.ccompat.rest.ConfigResource
Update compatibility level for the specified subject.
updateSubjectCompatibilityLevel(String, CompatibilityLevelDto) - Method in class io.apicurio.registry.ccompat.rest.impl.ConfigResourceImpl
 
url - Variable in class io.apicurio.registry.ui.beans.ConfigJsArtifacts
 
url - Variable in class io.apicurio.registry.ui.beans.ConfigJsUi
 

V

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
 

W

wrap(Schema) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.WrapUtil
 
wrap(List<Schema>) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.WrapUtil
 
wrap(Map<K, Schema>) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.WrapUtil
 
wrap(Collection<Schema>) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.WrapUtil
 
wrap(Optional<Schema>) - Static method in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.WrapUtil
 
wrapped - Variable in class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EmptySchemaWrapper
 
WrapUtil - Class in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
 
WrapUtil() - Constructor for class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.WrapUtil
 
writeTo(ContentHandle, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.apicurio.registry.content.ContentHandleMessageBodyWriter
 
WsdlArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
WsdlArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.WsdlArtifactTypeUtilProvider
 
WsdlContentValidator - Class in io.apicurio.registry.rules.validity
 
WsdlContentValidator() - Constructor for class io.apicurio.registry.rules.validity.WsdlContentValidator
Constructor.
WsdlOrXsdContentExtractor - Class in io.apicurio.registry.content.extract
Performs meta-data extraction for WSDL or XSD content.
WSDLReaderAccessor - Class in io.apicurio.registry.util
 
WSDLReaderAccessor() - Constructor for class io.apicurio.registry.util.WSDLReaderAccessor
 

X

XmlArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
XmlArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.XmlArtifactTypeUtilProvider
 
XmlContentCanonicalizer - Class in io.apicurio.registry.content.canon
A common XML content canonicalizer.
XmlContentCanonicalizer() - Constructor for class io.apicurio.registry.content.canon.XmlContentCanonicalizer
 
XmlContentValidator - Class in io.apicurio.registry.rules.validity
 
XmlContentValidator() - Constructor for class io.apicurio.registry.rules.validity.XmlContentValidator
Constructor.
XsdArtifactTypeUtilProvider - Class in io.apicurio.registry.types.provider
 
XsdArtifactTypeUtilProvider() - Constructor for class io.apicurio.registry.types.provider.XsdArtifactTypeUtilProvider
 
XsdContentValidator - Class in io.apicurio.registry.rules.validity
 
XsdContentValidator() - Constructor for class io.apicurio.registry.rules.validity.XsdContentValidator
Constructor.

Y

yamlToJson(ContentHandle) - Static method in class io.apicurio.registry.util.ContentTypeUtil
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2020 Red Hat. All rights reserved.