Package io.apicurio.registry.resolver
Class SchemaLookupResult<T>
java.lang.Object
io.apicurio.registry.resolver.SchemaLookupResult<T>
- Author:
- Fabian Martinez
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SchemaLookupResult.SchemaLookupResultBuilder<T>builder()longlong
-
Method Details
-
getParsedSchema
- Returns:
- the parsedSchema
-
getGlobalId
public long getGlobalId()- Returns:
- the globalId
-
getContentId
public long getContentId()- Returns:
- the contentId
-
getContentHash
- Returns:
- the contentHash
-
getGroupId
- Returns:
- the groupId
-
getArtifactId
- Returns:
- the artifactId
-
getVersion
- Returns:
- the version
-
toArtifactReference
-
toArtifactCoordinates
-
builder
-