Interface JSONNode.Builder
-
- All Known Subinterfaces:
JSONArray.Builder,JSONObject.Builder
- Enclosing interface:
- JSONNode
public static interface JSONNode.BuilderAbstract interface implemented by all builders that buildJSONNodeinstances- Author:
- cdivilly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONNodebuild()Build theJSONNodeinstance
-