Uses of Interface
com.solace.serdes.common.resolver.strategy.ArtifactReference
-
Packages that use ArtifactReference Package Description com.solace.serdes.common.resolver Provides schema resolution functionality for serializers and deserializers to interact with schema registries.com.solace.serdes.common.resolver.strategy Provides strategies for resolving artifact references based on record information for schema registry lookups. -
-
Uses of ArtifactReference in com.solace.serdes.common.resolver
Methods in com.solace.serdes.common.resolver that return ArtifactReference Modifier and Type Method Description ArtifactReference
SchemaLookUpResults. getArtifactReference()
Retrieves the artifact reference resulting from the lookup operation.ArtifactReference
SchemaLookUpResultsImpl. getArtifactReference()
Methods in com.solace.serdes.common.resolver with parameters of type ArtifactReference Modifier and Type Method Description SchemaLookUpResults<S>
DefaultSchemaResolver. resolveSchema(ArtifactReference exactReference)
SchemaLookUpResults<S>
SchemaResolver. resolveSchema(ArtifactReference reference)
Resolves a schema based on the given artifact reference.Constructors in com.solace.serdes.common.resolver with parameters of type ArtifactReference Constructor Description SchemaLookUpResultsImpl(ParsedSchema<S> parsedSchema, ArtifactReference artifactReference)
-
Uses of ArtifactReference in com.solace.serdes.common.resolver.strategy
Methods in com.solace.serdes.common.resolver.strategy that return ArtifactReference Modifier and Type Method Description ArtifactReference
ArtifactReferenceResolverStrategy. artifactReference(Record<T> data, ParsedSchema<S> parsedSchema)
Resolves and returns theArtifactReference
for a given record.ArtifactReference
DestinationIdStrategy. artifactReference(Record<T> data, ParsedSchema<S> parsedSchema)
ArtifactReference
SolaceTopicIdStrategy. artifactReference(Record<T> data, ParsedSchema<S> parsedSchema)
ArtifactReference
SolaceTopicArtifactMapping. getArtifactReference()
Accessor for mappedArtifactReference
ArtifactReference
SolaceTopicArtifactMapping.TopicArtifactMappingImpl. getArtifactReference()
Methods in com.solace.serdes.common.resolver.strategy with parameters of type ArtifactReference Modifier and Type Method Description static SolaceTopicArtifactMapping
SolaceTopicArtifactMapping. create(String topicExpression, ArtifactReference artifactReference)
Creates mapping instance with explicitArtifactReference
.static ArtifactCoordinates
ArtifactCoordinates. fromArtifactReference(ArtifactReference reference)
-