Class ArtifactCoordinates
java.lang.Object
io.apicurio.registry.resolver.strategy.ArtifactCoordinates
- Author:
- Carles Arnal
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanstatic ArtifactCoordinatesfromArtifactReference(ArtifactReference artifactReference) inthashCode()protected voidsetArtifactId(String artifactId) protected voidsetGroupId(String groupId) protected voidsetVersion(String version) toString()
-
Constructor Details
-
ArtifactCoordinates
protected ArtifactCoordinates()
-
-
Method Details
-
getGroupId
-
getArtifactId
-
getVersion
-
setGroupId
- Parameters:
groupId- the groupId to set
-
setArtifactId
- Parameters:
artifactId- the artifactId to set
-
setVersion
- Parameters:
version- the version to set
-
hashCode
public int hashCode() -
equals
-
toString
-
fromArtifactReference
-
builder
-