Package io.quarkus.registry.json
Class JsonEntityWithAnySupport.Builder
- java.lang.Object
-
- io.quarkus.registry.json.JsonEntityWithAnySupport.Builder
-
- Direct Known Subclasses:
PlatformCatalogImpl.Builder,PlatformImpl.Builder,PlatformReleaseImpl.Builder,PlatformStreamImpl.Builder
- Enclosing class:
- JsonEntityWithAnySupport
protected abstract static class JsonEntityWithAnySupport.Builder extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getMetadata()JsonEntityWithAnySupport.BuilderremoveMetadata(String key)JsonEntityWithAnySupport.BuildersetMetadata(String key, Object value)JsonEntityWithAnySupport.BuildersetMetadata(Map<String,Object> newValues)
-
-
-
Method Detail
-
setMetadata
public JsonEntityWithAnySupport.Builder setMetadata(Map<String,Object> newValues)
-
setMetadata
public JsonEntityWithAnySupport.Builder setMetadata(String key, Object value)
-
removeMetadata
public JsonEntityWithAnySupport.Builder removeMetadata(String key)
-
-