Uses of Interface
io.quarkus.registry.catalog.PlatformRelease
Packages that use PlatformRelease
-
Uses of PlatformRelease in io.quarkus.registry.catalog
Subinterfaces of PlatformRelease in io.quarkus.registry.catalogClasses in io.quarkus.registry.catalog that implement PlatformReleaseModifier and TypeClassDescriptionclassAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classBuilder.Methods in io.quarkus.registry.catalog that return PlatformReleaseModifier and TypeMethodDescriptionPlatformRelease.Mutable.build()default PlatformReleasePlatformStream.getRecommendedRelease()PlatformStream.getRelease(PlatformReleaseVersion version) PlatformStreamImpl.Builder.getRelease(PlatformReleaseVersion version) PlatformStreamImpl.getRelease(PlatformReleaseVersion version) Methods in io.quarkus.registry.catalog that return types with arguments of type PlatformReleaseModifier and TypeMethodDescriptionPlatformStream.getReleases()PlatformStreamImpl.Builder.getReleases()PlatformStreamImpl.getReleases()Methods in io.quarkus.registry.catalog with parameters of type PlatformReleaseModifier and TypeMethodDescriptionPlatformStream.Mutable.addRelease(PlatformRelease platformRelease) PlatformStreamImpl.Builder.addRelease(PlatformRelease platformRelease) Method parameters in io.quarkus.registry.catalog with type arguments of type PlatformReleaseModifier and TypeMethodDescriptionPlatformStream.Mutable.setReleases(Collection<PlatformRelease> releases) PlatformStreamImpl.Builder.setReleases(Collection<PlatformRelease> newReleases)