public interface StructureBuilder<Input,Result>
| Modifier and Type | Method and Description |
|---|---|
StructureBuilder<Input,Result> |
add(String field,
Input value) |
Result |
build() |
static <T> T |
build(StructureBuilder<AnyValue,T> builder,
Iterable<Map.Entry<String,AnyValue>> entries) |
static <T> T |
build(StructureBuilder<AnyValue,T> builder,
MapValue map) |
StructureBuilder<Input,Result> add(String field, Input value)
Result build()
static <T> T build(StructureBuilder<AnyValue,T> builder, MapValue map)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.