Uses of Interface
io.quarkus.registry.catalog.Platform
Packages that use Platform
-
Uses of Platform in io.quarkus.registry.catalog
Subinterfaces of Platform in io.quarkus.registry.catalogClasses in io.quarkus.registry.catalog that implement PlatformModifier and TypeClassDescriptionclassAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classBuilder.Methods in io.quarkus.registry.catalog that return PlatformModifier and TypeMethodDescriptionPlatform.Mutable.build()PlatformCatalog.getPlatform(String platformId) PlatformCatalogImpl.Builder.getPlatform(String platformId) PlatformCatalogImpl.getPlatform(String platformId) default PlatformPlatformCatalog.getRecommendedPlatform()Methods in io.quarkus.registry.catalog that return types with arguments of type PlatformModifier and TypeMethodDescriptionPlatformCatalog.getPlatforms()PlatformCatalogImpl.Builder.getPlatforms()PlatformCatalogImpl.getPlatforms()Methods in io.quarkus.registry.catalog with parameters of type PlatformModifier and TypeMethodDescriptionPlatformCatalog.Mutable.addPlatform(Platform platform) PlatformCatalogImpl.Builder.addPlatform(Platform platform) Method parameters in io.quarkus.registry.catalog with type arguments of type PlatformModifier and TypeMethodDescriptionPlatformCatalog.Mutable.setPlatforms(Collection<Platform> newValues) PlatformCatalogImpl.Builder.setPlatforms(Collection<Platform> newValues) Constructors in io.quarkus.registry.catalog with parameters of type Platform