Class RecordIdStrategy

java.lang.Object
io.apicurio.registry.serde.avro.strategy.RecordIdStrategy
All Implemented Interfaces:
io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,Object>
Direct Known Subclasses:
TopicRecordIdStrategy

public class RecordIdStrategy extends Object implements io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy<org.apache.avro.Schema,Object>
Author:
Fabian Martinez
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.apicurio.registry.resolver.strategy.ArtifactReferenceResolverStrategy

    loadSchema
  • Constructor Details

    • RecordIdStrategy

      public RecordIdStrategy()
  • Method Details

    • 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)