Package io.quarkus.registry.catalog
Class PlatformImpl
- java.lang.Object
-
- io.quarkus.registry.json.JsonEntityWithAnySupport
-
- io.quarkus.registry.catalog.PlatformImpl
-
- All Implemented Interfaces:
Platform
public class PlatformImpl extends JsonEntityWithAnySupport implements Platform
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.Platform
Platform.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetPlatformKey()PlatformStreamgetStream(String id)Collection<PlatformStream>getStreams()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.Platform
getMetadata, getRecommendedStream, mutable
-
-
-
-
Method Detail
-
getPlatformKey
public String getPlatformKey()
- Specified by:
getPlatformKeyin interfacePlatform
-
getStreams
public Collection<PlatformStream> getStreams()
- Specified by:
getStreamsin interfacePlatform
-
getStream
public PlatformStream getStream(String id)
-
-