Uses of Class
io.apicurio.registry.rest.v1.beans.VersionMetaData
-
Packages that use VersionMetaData Package Description io.apicurio.registry.rest.v1 -
-
Uses of VersionMetaData in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 that return VersionMetaData Modifier and Type Method Description VersionMetaData
ArtifactsResource. getArtifactVersionMetaData(Integer version, String artifactId)
Retrieves the metadata for a single version of the artifact.VersionMetaData
ArtifactsResource. getArtifactVersionMetaDataByContent(String artifactId, Boolean canonical, InputStream data)
Gets the metadata for an artifact that matches the raw content.Methods in io.apicurio.registry.rest.v1 that return types with arguments of type VersionMetaData Modifier and Type Method Description CompletionStage<VersionMetaData>
ArtifactsResource. createArtifactVersion(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Creates a new version of the artifact by uploading new content.
-