Uses of Interface
io.apicurio.registry.resolver.strategy.ArtifactReference
Packages that use ArtifactReference
Package
Description
-
Uses of ArtifactReference in io.apicurio.registry.resolver
Methods in io.apicurio.registry.resolver that return ArtifactReferenceModifier and TypeMethodDescriptionprotected ArtifactReferenceAbstractSchemaResolver.resolveArtifactReference(Record<T> data, ParsedSchema<S> parsedSchema, boolean isReference, String referenceArtifactId) Resolve an artifact reference for the given record, and optional parsed schema.SchemaLookupResult.toArtifactReference()Methods in io.apicurio.registry.resolver with parameters of type ArtifactReferenceModifier and TypeMethodDescriptionDefaultSchemaResolver.resolveSchemaByArtifactReference(ArtifactReference reference) SchemaResolver.resolveSchemaByArtifactReference(ArtifactReference reference) The schema resolver may use different pieces of information from theArtifactReferenceImpldepending on the configuration of the schema resolver. -
Uses of ArtifactReference in io.apicurio.registry.resolver.data
Methods in io.apicurio.registry.resolver.data that return ArtifactReference -
Uses of ArtifactReference in io.apicurio.registry.resolver.strategy
Classes in io.apicurio.registry.resolver.strategy that implement ArtifactReferenceMethods in io.apicurio.registry.resolver.strategy that return ArtifactReferenceModifier and TypeMethodDescriptionArtifactReferenceResolverStrategy.artifactReference(Record<DATA> data, ParsedSchema<SCHEMA> parsedSchema) For a given Record, returns theArtifactReferenceunder which the message schemas are located or should be registered in the registry.DynamicArtifactReferenceResolverStrategy.artifactReference(Record<DATA> data, ParsedSchema<SCHEMA> parsedSchema) static ArtifactReferenceArtifactReference.fromGlobalId(Long globalId) Methods in io.apicurio.registry.resolver.strategy with parameters of type ArtifactReferenceModifier and TypeMethodDescriptionstatic ArtifactCoordinatesArtifactCoordinates.fromArtifactReference(ArtifactReference artifactReference)