Uses of Interface
io.quarkus.registry.catalog.Extension
Packages that use Extension
-
Uses of Extension in io.quarkus.registry.catalog
Subinterfaces of Extension in io.quarkus.registry.catalogClasses in io.quarkus.registry.catalog that implement ExtensionModifier and TypeClassDescriptionclassAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classBuilder.Methods in io.quarkus.registry.catalog that return ExtensionModifier and TypeMethodDescriptionExtension.Mutable.build()static ExtensionRead config from the specified fileMethods in io.quarkus.registry.catalog that return types with arguments of type ExtensionModifier and TypeMethodDescriptionExtensionCatalog.getExtensions()Quarkus extensions that constitute the catalog.ExtensionCatalogImpl.Builder.getExtensions()ExtensionCatalogImpl.getExtensions()Methods in io.quarkus.registry.catalog with parameters of type ExtensionModifier and TypeMethodDescriptionExtensionCatalog.Mutable.addExtension(Extension e) ExtensionCatalogImpl.Builder.addExtension(Extension e) Method parameters in io.quarkus.registry.catalog with type arguments of type ExtensionModifier and TypeMethodDescriptionExtensionCatalog.Mutable.setExtensions(List<Extension> extensions) ExtensionCatalogImpl.Builder.setExtensions(List<Extension> extensions)