Class QualifiedRecordIdStrategy

  • All Implemented Interfaces:
    io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,​Object>

    public class QualifiedRecordIdStrategy
    extends Object
    implements io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,​Object>
    Author:
    Jan Vyhnanek
    • Constructor Detail

      • QualifiedRecordIdStrategy

        public QualifiedRecordIdStrategy()
    • 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:
        artifactReference in interface io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,​Object>
        See Also:
        ArtifactReferenceResolverStrategy.artifactReference(io.apicurio.registry.resolver.data.Record, io.apicurio.registry.resolver.ParsedSchema)