Class TopicRecordIdStrategy
- java.lang.Object
-
- io.apicurio.registry.serde.avro.strategy.RecordIdStrategy
-
- io.apicurio.registry.serde.avro.strategy.TopicRecordIdStrategy
-
- All Implemented Interfaces:
io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,Object>
public class TopicRecordIdStrategy extends RecordIdStrategy
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description TopicRecordIdStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.apicurio.registry.resolver.strategy.ArtifactReferenceartifactReference(io.apicurio.registry.resolver.data.Record<Object> data, io.apicurio.registry.resolver.ParsedSchema<org.apache.avro.Schema> parsedSchema)
-
-
-
Method Detail
-
artifactReference
public io.apicurio.registry.resolver.strategy.ArtifactReference artifactReference(io.apicurio.registry.resolver.data.Record<Object> data, io.apicurio.registry.resolver.ParsedSchema<org.apache.avro.Schema> parsedSchema)
- Specified by:
artifactReferencein interfaceio.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,Object>- Overrides:
artifactReferencein classRecordIdStrategy- See Also:
RecordIdStrategy.artifactReference(io.apicurio.registry.resolver.data.Record, io.apicurio.registry.resolver.ParsedSchema)
-
-