Package io.apicurio.registry.serde
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 bySchemaLookupResult- Author:
- Fabian Martinez
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaLookupResult.SchemaLookupResultBuilder<T>Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> SchemaLookupResult.SchemaLookupResultBuilder<T>builder()Deprecated.StringgetArtifactId()Deprecated.longgetContentId()Deprecated.longgetGlobalId()Deprecated.StringgetGroupId()Deprecated.byte[]getRawSchema()Deprecated.TgetSchema()Deprecated.StringgetVersion()Deprecated.ArtifactReferencetoArtifactReference()Deprecated.SchemaLookupResulttoCompat()Deprecated.
-
-
-
Method Detail
-
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
-
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.
-
toCompat
public SchemaLookupResult toCompat()
Deprecated.
-
builder
public static <T> SchemaLookupResult.SchemaLookupResultBuilder<T> builder()
Deprecated.
-
-