Uses of Interface
io.quarkus.registry.catalog.Platform
-
Packages that use Platform Package Description io.quarkus.registry.catalog -
-
Uses of Platform in io.quarkus.registry.catalog
Subinterfaces of Platform in io.quarkus.registry.catalog Modifier and Type Interface Description static interfacePlatform.MutableClasses in io.quarkus.registry.catalog that implement Platform Modifier and Type Class Description classPlatformImplAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classPlatformImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return Platform Modifier and Type Method Description PlatformPlatform.Mutable. build()PlatformPlatformCatalog. getPlatform(String platformId)PlatformPlatformCatalogImpl.Builder. getPlatform(String platformId)PlatformPlatformCatalogImpl. getPlatform(String platformId)default PlatformPlatformCatalog. getRecommendedPlatform()Methods in io.quarkus.registry.catalog that return types with arguments of type Platform Modifier and Type Method Description Collection<Platform>PlatformCatalog. getPlatforms()Collection<Platform>PlatformCatalogImpl.Builder. getPlatforms()Collection<Platform>PlatformCatalogImpl. getPlatforms()Methods in io.quarkus.registry.catalog with parameters of type Platform Modifier and Type Method Description PlatformCatalog.MutablePlatformCatalog.Mutable. addPlatform(Platform platform)PlatformCatalogImpl.BuilderPlatformCatalogImpl.Builder. addPlatform(Platform platform)Method parameters in io.quarkus.registry.catalog with type arguments of type Platform Modifier and Type Method Description PlatformCatalog.MutablePlatformCatalog.Mutable. setPlatforms(Collection<Platform> newValues)PlatformCatalogImpl.BuilderPlatformCatalogImpl.Builder. setPlatforms(Collection<Platform> newValues)Constructors in io.quarkus.registry.catalog with parameters of type Platform Constructor Description Builder(Platform source)
-