Uses of Interface
io.quarkus.registry.catalog.Category.Mutable
-
Packages that use Category.Mutable Package Description io.quarkus.registry.catalog -
-
Uses of Category.Mutable in io.quarkus.registry.catalog
Classes in io.quarkus.registry.catalog that implement Category.Mutable Modifier and Type Class Description static classCategoryImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return Category.Mutable Modifier and Type Method Description static Category.MutableCategory. builder()default Category.MutableCategory. mutable()Category.MutableCategory.Mutable. removeMetadata(String key)Category.MutableCategory.Mutable. setDescription(String description)Category.MutableCategory.Mutable. setId(String id)Category.MutableCategory.Mutable. setMetadata(String name, Object value)Category.MutableCategory.Mutable. setMetadata(Map<String,Object> metadata)Category.MutableCategory.Mutable. setName(String name)
-