Uses of Interface
io.apicurio.registry.resolver.strategy.ArtifactReference
-
Packages that use ArtifactReference Package Description io.apicurio.registry.resolver io.apicurio.registry.resolver.data io.apicurio.registry.resolver.strategy -
-
Uses of ArtifactReference in io.apicurio.registry.resolver
Methods in io.apicurio.registry.resolver that return ArtifactReference Modifier and Type Method Description protected ArtifactReferenceAbstractSchemaResolver. resolveArtifactReference(Record<T> data, ParsedSchema<S> parsedSchema, boolean isReference, String referenceArtifactId)Resolve an artifact reference for the given record, and optional parsed schema.ArtifactReferenceSchemaLookupResult. toArtifactReference()Methods in io.apicurio.registry.resolver with parameters of type ArtifactReference Modifier and Type Method Description SchemaLookupResult<S>DefaultSchemaResolver. resolveSchemaByArtifactReference(ArtifactReference reference)SchemaLookupResult<SCHEMA>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 Modifier and Type Method Description ArtifactReferenceMetadata. artifactReference() -
Uses of ArtifactReference in io.apicurio.registry.resolver.strategy
Classes in io.apicurio.registry.resolver.strategy that implement ArtifactReference Modifier and Type Class Description classArtifactReferenceImplMethods in io.apicurio.registry.resolver.strategy that return ArtifactReference Modifier and Type Method Description ArtifactReferenceArtifactReferenceResolverStrategy. 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.ArtifactReferenceDynamicArtifactReferenceResolverStrategy. artifactReference(Record<DATA> data, ParsedSchema<SCHEMA> parsedSchema)static ArtifactReferenceArtifactReference. fromGlobalId(Long globalId)Methods in io.apicurio.registry.resolver.strategy with parameters of type ArtifactReference Modifier and Type Method Description static ArtifactCoordinatesArtifactCoordinates. fromArtifactReference(ArtifactReference artifactReference)
-