Package io.quarkus.registry.catalog
Class PlatformStreamImpl
- java.lang.Object
-
- io.quarkus.registry.json.JsonEntityWithAnySupport
-
- io.quarkus.registry.catalog.PlatformStreamImpl
-
- All Implemented Interfaces:
PlatformStream
public class PlatformStreamImpl extends JsonEntityWithAnySupport implements PlatformStream
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformStreamImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.PlatformStream
PlatformStream.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()StringgetName()PlatformReleasegetRelease(PlatformReleaseVersion version)Collection<PlatformRelease>getReleases()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.PlatformStream
getMetadata, getRecommendedRelease, mutable
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfacePlatformStream
-
getName
public String getName()
- Specified by:
getNamein interfacePlatformStream
-
getReleases
public Collection<PlatformRelease> getReleases()
- Specified by:
getReleasesin interfacePlatformStream
-
getRelease
public PlatformRelease getRelease(PlatformReleaseVersion version)
- Specified by:
getReleasein interfacePlatformStream
-
-