Uses of Class
io.helidon.json.JsonObject.Builder
Packages that use JsonObject.Builder
Package
Description
Implementation of OCI integrations.
Helidon JSON Processor.
JSON Schema annotations and lookup.
-
Uses of JsonObject.Builder in io.helidon.integrations.oci
Method parameters in io.helidon.integrations.oci with type arguments of type JsonObject.BuilderModifier and TypeMethodDescriptionImdsInstanceInfo.BuilderBase.json(Consumer<JsonObject.Builder> consumer) Instance Data. -
Uses of JsonObject.Builder in io.helidon.json
Methods in io.helidon.json that return JsonObject.BuilderModifier and TypeMethodDescriptionstatic JsonObject.BuilderJsonObject.builder()Create a new JsonObject.Builder for fluent construction of JsonObject instances.JsonObject.Builder.from(JsonObject object) Copies all properties from the provided object into this builder.static JsonObject.BuilderJsonValue.objectBuilder()A new fluent API builder to construct anJsonObject.Sets a boolean value for the specified key.Sets a byte value for the specified key.Sets a double value for the specified key.Sets a float value for the specified key.Sets an int value for the specified key.Sets a long value for the specified key.Sets a short value for the specified key.Sets a JsonValue for the specified key.Sets a string value for the specified key.JsonObject.Builder.set(String key, BigDecimal value) Sets a BigDecimal value for the specified key.JsonObject.Builder.set(String key, BigInteger value) Sets a BigInteger value for the specified key.JsonObject.Builder.set(String key, Consumer<JsonObject.Builder> consumer) Sets a nested JsonObject for the specified key using a consumer.JsonObject.Builder.setBooleans(String key, List<Boolean> value) Sets a list of booleans for the specified key.JsonObject.Builder.setDoubles(String key, List<Double> value) Sets a list of doubles for the specified key.Sets a list of longs for the specified key.Sets a null value for the specified key.JsonObject.Builder.setNumbers(String key, List<BigDecimal> value) Sets a list of BigDecimal instances for the specified key.JsonObject.Builder.setStrings(String key, List<String> value) Sets a list of strings for the specified key.Sets a list of JsonValue instances for the specified key.Removes the property with the specified key from this builder.Method parameters in io.helidon.json with type arguments of type JsonObject.BuilderModifier and TypeMethodDescriptionJsonObject.Builder.set(String key, Consumer<JsonObject.Builder> consumer) Sets a nested JsonObject for the specified key using a consumer. -
Uses of JsonObject.Builder in io.helidon.json.schema
Methods in io.helidon.json.schema with parameters of type JsonObject.BuilderModifier and TypeMethodDescriptiondefault voidSchemaArray.generate(JsonObject.Builder builder) default voidSchemaInteger.generate(JsonObject.Builder builder) default voidSchemaItem.generate(JsonObject.Builder builder) Generated the Json schema item to the Json.default voidSchemaNumber.generate(JsonObject.Builder builder) default voidSchemaObject.generate(JsonObject.Builder builder) default voidSchemaString.generate(JsonObject.Builder builder)