|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of JsonNode that will be built.public interface JsonNodeBuilder<T extends JsonNode>
Classes that implement JsonNodeBuilder provide methods for specifying details of a JsonNode and then constructing it.
| Method Summary | |
|---|---|
T |
build()
Generates an instance of T, as specified by calls to any other methods provided by implementations of JsonNodeBuilder. |
| Method Detail |
|---|
T build()
T, as specified by calls to any other methods provided by implementations of JsonNodeBuilder.
T.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||