Uses of Interface
io.quarkus.registry.catalog.Extension
-
Packages that use Extension Package Description io.quarkus.registry.catalog -
-
Uses of Extension in io.quarkus.registry.catalog
Subinterfaces of Extension in io.quarkus.registry.catalog Modifier and Type Interface Description static interfaceExtension.MutableClasses in io.quarkus.registry.catalog that implement Extension Modifier and Type Class Description classExtensionImplAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classExtensionImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return Extension Modifier and Type Method Description ExtensionExtension.Mutable. build()static ExtensionExtension. fromFile(Path path)Read config from the specified fileMethods in io.quarkus.registry.catalog that return types with arguments of type Extension Modifier and Type Method Description Collection<Extension>ExtensionCatalog. getExtensions()Quarkus extensions that constitute the catalog.List<Extension>ExtensionCatalogImpl.Builder. getExtensions()List<Extension>ExtensionCatalogImpl. getExtensions()Methods in io.quarkus.registry.catalog with parameters of type Extension Modifier and Type Method Description ExtensionCatalog.MutableExtensionCatalog.Mutable. addExtension(Extension e)ExtensionCatalogImpl.BuilderExtensionCatalogImpl.Builder. addExtension(Extension e)Method parameters in io.quarkus.registry.catalog with type arguments of type Extension Modifier and Type Method Description ExtensionCatalog.MutableExtensionCatalog.Mutable. setExtensions(List<Extension> extensions)ExtensionCatalogImpl.BuilderExtensionCatalogImpl.Builder. setExtensions(List<Extension> extensions)
-