Class SchemaLookupResult<T>

java.lang.Object
io.apicurio.registry.serde.SchemaLookupResult<T>

@Deprecated public class SchemaLookupResult<T> extends Object
Deprecated.
This class is deprecated and eventually will be replaced by SchemaLookupResult
Author:
Fabian Martinez
  • Method Details

    • getRawSchema

      public byte[] getRawSchema()
      Deprecated.
      Returns:
      the rawSchema
    • getSchema

      public T getSchema()
      Deprecated.
      Returns:
      the schema
    • getGlobalId

      public long getGlobalId()
      Deprecated.
      Returns:
      the globalId
    • getContentId

      public long getContentId()
      Deprecated.
      Returns:
      the contentId
    • getContentHash

      public String getContentHash()
      Deprecated.
      Returns:
      the contentHash
    • getGroupId

      public String getGroupId()
      Deprecated.
      Returns:
      the groupId
    • getArtifactId

      public String getArtifactId()
      Deprecated.
      Returns:
      the artifactId
    • getVersion

      public String getVersion()
      Deprecated.
      Returns:
      the version
    • toArtifactReference

      public ArtifactReference toArtifactReference()
      Deprecated.
    • toArtifactCoordinates

      public ArtifactCoordinates toArtifactCoordinates()
      Deprecated.
    • toCompat

      public SchemaLookupResult toCompat()
      Deprecated.
    • builder

      public static <T> SchemaLookupResult.SchemaLookupResultBuilder<T> builder()
      Deprecated.