Uses of Class
io.apicurio.registry.serde.strategy.ArtifactReference
-
Packages that use ArtifactReference Package Description io.apicurio.registry.serde io.apicurio.registry.serde.strategy -
-
Uses of ArtifactReference in io.apicurio.registry.serde
Methods in io.apicurio.registry.serde that return ArtifactReference Modifier and Type Method Description protected ArtifactReferenceAbstractSchemaResolver. resolveArtifactReference(String topic, T data, ParsedSchema<S> parsedSchema)Deprecated.Resolve an artifact reference given the topic name, message headers, data, and optional parsed schema.ArtifactReferenceSchemaLookupResult. toArtifactReference()Deprecated.Methods in io.apicurio.registry.serde with parameters of type ArtifactReference Modifier and Type Method Description SchemaLookupResult<SCHEMA>SchemaResolver. resolveSchemaByArtifactReference(ArtifactReference reference)Deprecated. -
Uses of ArtifactReference in io.apicurio.registry.serde.strategy
Methods in io.apicurio.registry.serde.strategy that return ArtifactReference Modifier and Type Method Description ArtifactReferenceArtifactResolverStrategy. artifactReference(String topic, boolean isKey, T schema)For a given topic and message, returns theArtifactReferenceunder which the message schemas are located or should be registered in the registry.ArtifactReferenceArtifactReference.ArtifactReferenceBuilder. build()static ArtifactReferenceArtifactReference. fromGlobalId(Long globalId)
-