Class ArtifactReference
- java.lang.Object
-
- io.apicurio.registry.resolver.strategy.ArtifactReferenceImpl
-
- io.apicurio.registry.serde.strategy.ArtifactReference
-
- All Implemented Interfaces:
ArtifactReference
public class ArtifactReference extends ArtifactReferenceImpl
There is a new implementation of this class that can be found hereArtifactReferenceImpland here We keep this class for compatibilty This class holds the information that reference one Artifact in Apicurio Registry. It will always make reference to an artifact in a group. Optionally it can reference to a specific version.- Author:
- Fabian Martinez, Jakub Senko
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArtifactReference.ArtifactReferenceBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ArtifactReference.ArtifactReferenceBuilderbuilder()static ArtifactReferencefromGlobalId(Long globalId)-
Methods inherited from class io.apicurio.registry.resolver.strategy.ArtifactReferenceImpl
equals, getArtifactId, getContentId, getGlobalId, getGroupId, getVersion, hashCode, hasValue, setArtifactId, setContentId, setGlobalId, setGroupId, setVersion, toString
-
-
-
-
Method Detail
-
fromGlobalId
public static ArtifactReference fromGlobalId(Long globalId)
-
builder
public static ArtifactReference.ArtifactReferenceBuilder builder()
-
-