Uses of Package
com.solace.serdes.common.resolver.strategy
-
Packages that use com.solace.serdes.common.resolver.strategy 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.config Provides configuration classes for schema resolvers, including properties for connecting to schema registries.com.solace.serdes.common.resolver.strategy Provides strategies for resolving artifact references based on record information for schema registry lookups. -
Classes in com.solace.serdes.common.resolver.strategy used by com.solace.serdes.common.resolver Class Description ArtifactReference Represents a reference to an Artifact in a schema registry. -
Classes in com.solace.serdes.common.resolver.strategy used by com.solace.serdes.common.resolver.config Class Description SolaceTopicProfile ASolaceTopicProfile
is a collection ofSolaceTopicArtifactMapping
instances. -
Classes in com.solace.serdes.common.resolver.strategy used by com.solace.serdes.common.resolver.strategy Class Description ArtifactCoordinates Represents the coordinates of an artifact in the Solace Schema Registry.ArtifactCoordinates.ArtifactCoordinatesBuilder Builder for creating ArtifactCoordinates instances.ArtifactReference Represents a reference to an Artifact in a schema registry.ArtifactReferenceBuilder Builder class for creating ArtifactReference instances.ArtifactReferenceImpl Implementation of a reference to an artifact in a schema registry.ArtifactReferenceResolverStrategy An interface used by theSchemaResolver
to resolve anArtifactReference
.DestinationIdStrategy A strategy for resolving artifact references based on destination names.SolaceTopicArtifactMapping Interface to describe a mapping between a Solace topic expression and schema registry artifact reference.SolaceTopicProfile ASolaceTopicProfile
is a collection ofSolaceTopicArtifactMapping
instances.