Package io.quarkus.registry.catalog
Interface Category
-
- All Known Subinterfaces:
Category.Mutable
- All Known Implementing Classes:
CategoryImpl,CategoryImpl.Builder
public interface Category
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCategory.Mutable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Category.Mutablebuilder()StringgetDescription()StringgetId()Map<String,Object>getMetadata()StringgetName()default Category.Mutablemutable()
-
-
-
Field Detail
-
MD_PINNED
static final String MD_PINNED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getDescription
String getDescription()
-
mutable
default Category.Mutable mutable()
-
builder
static Category.Mutable builder()
- Returns:
- a new mutable instance
-
-