Package io.quarkus.registry.catalog
Class PlatformCatalogImpl
- java.lang.Object
-
- io.quarkus.registry.json.JsonEntityWithAnySupport
-
- io.quarkus.registry.catalog.PlatformCatalogImpl
-
- All Implemented Interfaces:
PlatformCatalog
public class PlatformCatalogImpl extends JsonEntityWithAnySupport implements PlatformCatalog
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformCatalogImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.PlatformCatalog
PlatformCatalog.Mutable
-
-
Constructor Summary
Constructors Constructor Description PlatformCatalogImpl(PlatformCatalogImpl.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PlatformgetPlatform(String platformId)Collection<Platform>getPlatforms()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.PlatformCatalog
getMetadata, getRecommendedPlatform, mutable, persist
-
-
-
-
Constructor Detail
-
PlatformCatalogImpl
public PlatformCatalogImpl(PlatformCatalogImpl.Builder builder)
-
-
Method Detail
-
getPlatforms
public Collection<Platform> getPlatforms()
- Specified by:
getPlatformsin interfacePlatformCatalog
-
getPlatform
public Platform getPlatform(String platformId)
- Specified by:
getPlatformin interfacePlatformCatalog
-
-