Package io.apicurio.registry.serde
Class SchemaLookupResult<T>
java.lang.Object
io.apicurio.registry.serde.SchemaLookupResult<T>
Deprecated.
This class is deprecated and eventually will be replaced by
SchemaLookupResult- Author:
- Fabian Martinez
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SchemaLookupResult.SchemaLookupResultBuilder<T>builder()Deprecated.Deprecated.Deprecated.longDeprecated.longDeprecated.Deprecated.byte[]Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.toCompat()Deprecated.
-
Method Details
-
getRawSchema
public byte[] getRawSchema()Deprecated.- Returns:
- the rawSchema
-
getSchema
Deprecated.- Returns:
- the schema
-
getGlobalId
public long getGlobalId()Deprecated.- Returns:
- the globalId
-
getContentId
public long getContentId()Deprecated.- Returns:
- the contentId
-
getContentHash
Deprecated.- Returns:
- the contentHash
-
getGroupId
Deprecated.- Returns:
- the groupId
-
getArtifactId
Deprecated.- Returns:
- the artifactId
-
getVersion
Deprecated.- Returns:
- the version
-
toArtifactReference
Deprecated. -
toArtifactCoordinates
Deprecated. -
toCompat
Deprecated. -
builder
Deprecated.
-