Uses of Class
io.quarkus.registry.json.JsonEntityWithAnySupport.Builder
-
Packages that use JsonEntityWithAnySupport.Builder Package Description io.quarkus.registry.catalog io.quarkus.registry.json -
-
Uses of JsonEntityWithAnySupport.Builder in io.quarkus.registry.catalog
Subclasses of JsonEntityWithAnySupport.Builder in io.quarkus.registry.catalog Modifier and Type Class Description static classPlatformCatalogImpl.BuilderBuilder.static classPlatformImpl.BuilderBuilder.static classPlatformReleaseImpl.BuilderBuilder.static classPlatformStreamImpl.BuilderBuilder. -
Uses of JsonEntityWithAnySupport.Builder in io.quarkus.registry.json
Methods in io.quarkus.registry.json that return JsonEntityWithAnySupport.Builder Modifier and Type Method Description JsonEntityWithAnySupport.BuilderJsonEntityWithAnySupport.Builder. removeMetadata(String key)JsonEntityWithAnySupport.BuilderJsonEntityWithAnySupport.Builder. setMetadata(String key, Object value)JsonEntityWithAnySupport.BuilderJsonEntityWithAnySupport.Builder. setMetadata(Map<String,Object> newValues)Constructors in io.quarkus.registry.json with parameters of type JsonEntityWithAnySupport.Builder Constructor Description JsonEntityWithAnySupport(JsonEntityWithAnySupport.Builder builder)
-