Uses of Interface
com.solace.serdes.common.resolver.strategy.SolaceTopicArtifactMapping
-
Packages that use SolaceTopicArtifactMapping Package Description com.solace.serdes.common.resolver.strategy Provides strategies for resolving artifact references based on record information for schema registry lookups. -
-
Uses of SolaceTopicArtifactMapping in com.solace.serdes.common.resolver.strategy
Methods in com.solace.serdes.common.resolver.strategy that return SolaceTopicArtifactMapping Modifier and Type Method Description static SolaceTopicArtifactMappingSolaceTopicArtifactMapping. create(String topicExpression)Creates mapping instance with generated artifact id.static SolaceTopicArtifactMappingSolaceTopicArtifactMapping. create(String topicExpression, ArtifactReference artifactReference)Creates mapping instance with explicitArtifactReference.static SolaceTopicArtifactMappingSolaceTopicArtifactMapping. create(String topicExpression, String artifactId)Creates mapping instance with explicit artifact id.SolaceTopicArtifactMappingSolaceTopicProfile. remove(int index)Removes aSolaceTopicArtifactMappingat the specified index.SolaceTopicArtifactMappingSolaceTopicProfile. remove(SolaceTopicArtifactMapping mapping)Removes the specifiedSolaceTopicArtifactMapping.SolaceTopicArtifactMappingSolaceTopicProfile. remove(String topicExpression)Removes the firstSolaceTopicArtifactMappingthat matches the given topic expression.SolaceTopicArtifactMappingSolaceTopicProfile.SolaceTopicProfileImpl. remove(int index)SolaceTopicArtifactMappingSolaceTopicProfile.SolaceTopicProfileImpl. remove(SolaceTopicArtifactMapping mapping)SolaceTopicArtifactMappingSolaceTopicProfile.SolaceTopicProfileImpl. remove(String topicExpression)Methods in com.solace.serdes.common.resolver.strategy that return types with arguments of type SolaceTopicArtifactMapping Modifier and Type Method Description List<SolaceTopicArtifactMapping>SolaceTopicProfile. getMappings()Returns an independent ordered list ofSolaceTopicArtifactMappinginstances.List<SolaceTopicArtifactMapping>SolaceTopicProfile.SolaceTopicProfileImpl. getMappings()Methods in com.solace.serdes.common.resolver.strategy with parameters of type SolaceTopicArtifactMapping Modifier and Type Method Description voidSolaceTopicProfile. add(SolaceTopicArtifactMapping mapping)Adds aSolaceTopicArtifactMappingto theSolaceTopicProfile.voidSolaceTopicProfile.SolaceTopicProfileImpl. add(SolaceTopicArtifactMapping mapping)SolaceTopicArtifactMappingSolaceTopicProfile. remove(SolaceTopicArtifactMapping mapping)Removes the specifiedSolaceTopicArtifactMapping.SolaceTopicArtifactMappingSolaceTopicProfile.SolaceTopicProfileImpl. remove(SolaceTopicArtifactMapping mapping)
-