Package io.quarkus.registry.catalog
Class PlatformReleaseImpl.Builder
java.lang.Object
io.quarkus.registry.json.JsonEntityWithAnySupport.Builder
io.quarkus.registry.catalog.PlatformReleaseImpl.Builder
- All Implemented Interfaces:
PlatformRelease,PlatformRelease.Mutable,JsonBuilder<PlatformRelease>
- Enclosing class:
PlatformReleaseImpl
public static class PlatformReleaseImpl.Builder
extends JsonEntityWithAnySupport.Builder
implements PlatformRelease.Mutable
Builder.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.registry.json.JsonBuilder
JsonBuilder.JsonBuilderSerializer<T>Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.PlatformRelease
PlatformRelease.Mutable -
Field Summary
Fields inherited from class io.quarkus.registry.json.JsonEntityWithAnySupport.Builder
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()booleanCollection<io.quarkus.maven.dependency.ArtifactCoords> inthashCode()removeMetadata(String key) setMemberBoms(Collection<io.quarkus.maven.dependency.ArtifactCoords> memberBoms) setMetadata(String key, Object value) setMetadata(Map<String, Object> metadata) setQuarkusCoreVersion(String quarkusCoreVersion) setUpstreamQuarkusCoreVersion(String upstreamQuarkusCoreVersion) setVersion(PlatformReleaseVersion version) toString()Methods inherited from class io.quarkus.registry.json.JsonEntityWithAnySupport.Builder
getMetadataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.registry.catalog.PlatformRelease
getMetadata, mutable
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfacePlatformRelease
-
setVersion
- Specified by:
setVersionin interfacePlatformRelease.Mutable
-
getMemberBoms
- Specified by:
getMemberBomsin interfacePlatformRelease
-
setMemberBoms
public PlatformReleaseImpl.Builder setMemberBoms(Collection<io.quarkus.maven.dependency.ArtifactCoords> memberBoms) - Specified by:
setMemberBomsin interfacePlatformRelease.Mutable
-
getQuarkusCoreVersion
- Specified by:
getQuarkusCoreVersionin interfacePlatformRelease
-
setQuarkusCoreVersion
- Specified by:
setQuarkusCoreVersionin interfacePlatformRelease.Mutable
-
getUpstreamQuarkusCoreVersion
- Specified by:
getUpstreamQuarkusCoreVersionin interfacePlatformRelease
-
setUpstreamQuarkusCoreVersion
- Specified by:
setUpstreamQuarkusCoreVersionin interfacePlatformRelease.Mutable
-
setMetadata
- Specified by:
setMetadatain interfacePlatformRelease.Mutable- Overrides:
setMetadatain classJsonEntityWithAnySupport.Builder
-
setMetadata
- Specified by:
setMetadatain interfacePlatformRelease.Mutable- Overrides:
setMetadatain classJsonEntityWithAnySupport.Builder
-
removeMetadata
- Specified by:
removeMetadatain interfacePlatformRelease.Mutable- Overrides:
removeMetadatain classJsonEntityWithAnySupport.Builder
-
build
- Specified by:
buildin interfaceJsonBuilder<PlatformRelease>- Specified by:
buildin interfacePlatformRelease.Mutable
-
equals
-
hashCode
public int hashCode() -
toString
-