Package io.quarkus.registry.catalog
Class PlatformReleaseImpl
- java.lang.Object
-
- io.quarkus.registry.json.JsonEntityWithAnySupport
-
- io.quarkus.registry.catalog.PlatformReleaseImpl
-
- All Implemented Interfaces:
PlatformRelease
public class PlatformReleaseImpl extends JsonEntityWithAnySupport implements PlatformRelease
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformReleaseImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.PlatformRelease
PlatformRelease.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<io.quarkus.maven.dependency.ArtifactCoords>getMemberBoms()StringgetQuarkusCoreVersion()StringgetUpstreamQuarkusCoreVersion()PlatformReleaseVersiongetVersion()inthashCode()StringtoString()-
Methods inherited from class io.quarkus.registry.json.JsonEntityWithAnySupport
getMetadata
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.registry.catalog.PlatformRelease
getMetadata, mutable
-
-
-
-
Method Detail
-
getVersion
public PlatformReleaseVersion getVersion()
- Specified by:
getVersionin interfacePlatformRelease
-
getMemberBoms
public Collection<io.quarkus.maven.dependency.ArtifactCoords> getMemberBoms()
- Specified by:
getMemberBomsin interfacePlatformRelease
-
getQuarkusCoreVersion
public String getQuarkusCoreVersion()
- Specified by:
getQuarkusCoreVersionin interfacePlatformRelease
-
getUpstreamQuarkusCoreVersion
public String getUpstreamQuarkusCoreVersion()
- Specified by:
getUpstreamQuarkusCoreVersionin interfacePlatformRelease
-
-