Package io.quarkus.registry.catalog
Class PlatformCatalogImpl
java.lang.Object
io.quarkus.registry.json.JsonEntityWithAnySupport
io.quarkus.registry.catalog.PlatformCatalogImpl
- All Implemented Interfaces:
PlatformCatalog
Asymmetric data manipulation:
Deserialization always uses the builder;
Serialization always uses the Impl.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.registry.catalog.PlatformCatalog
PlatformCatalog.Mutable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPlatform(String platformId) inthashCode()toString()Methods inherited from class io.quarkus.registry.json.JsonEntityWithAnySupport
getMetadataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.registry.catalog.PlatformCatalog
getMetadata, getRecommendedPlatform, mutable, persist
-
Constructor Details
-
PlatformCatalogImpl
-
-
Method Details
-
getPlatforms
- Specified by:
getPlatformsin interfacePlatformCatalog
-
getPlatform
- Specified by:
getPlatformin interfacePlatformCatalog
-
equals
-
hashCode
public int hashCode() -
toString
-