Package io.quarkus.registry.catalog
Class CategoryImpl
- java.lang.Object
-
- io.quarkus.registry.catalog.CategoryImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategoryImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.catalog.Category
Category.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()StringgetId()Map<String,Object>getMetadata()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceCategory
-
getMetadata
public Map<String,Object> getMetadata()
- Specified by:
getMetadatain interfaceCategory
-
-