Uses of Interface
io.quarkus.registry.catalog.Category
-
Packages that use Category Package Description io.quarkus.registry.catalog -
-
Uses of Category in io.quarkus.registry.catalog
Subinterfaces of Category in io.quarkus.registry.catalog Modifier and Type Interface Description static interfaceCategory.MutableClasses in io.quarkus.registry.catalog that implement Category Modifier and Type Class Description classCategoryImplAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classCategoryImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return Category Modifier and Type Method Description CategoryCategory.Mutable. build()Methods in io.quarkus.registry.catalog that return types with arguments of type Category Modifier and Type Method Description List<Category>ExtensionCatalog. getCategories()Extension categoriesList<Category>ExtensionCatalogImpl.Builder. getCategories()List<Category>ExtensionCatalogImpl. getCategories()Methods in io.quarkus.registry.catalog with parameters of type Category Modifier and Type Method Description ExtensionCatalog.MutableExtensionCatalog.Mutable. addCategory(Category c)ExtensionCatalogImpl.BuilderExtensionCatalogImpl.Builder. addCategory(Category c)Method parameters in io.quarkus.registry.catalog with type arguments of type Category Modifier and Type Method Description ExtensionCatalog.MutableExtensionCatalog.Mutable. setCategories(List<Category> categories)ExtensionCatalogImpl.BuilderExtensionCatalogImpl.Builder. setCategories(List<Category> categories)
-