T - the type of JsonNode that will be built.public interface JsonNodeBuilder<T extends JsonNode>
JsonNodeBuilder provide methods for specifying details of a JsonNode and then constructing it.| Modifier and Type | Method and Description | 
|---|---|
| T | build()Generates an instance of  T, as specified by calls to any other methods provided by implementations ofJsonNodeBuilder. | 
T build()
T, as specified by calls to any other methods provided by implementations of JsonNodeBuilder.T.