Interface FContext<J>
- All Superinterfaces:
RawFContext<J>
- All Known Subinterfaces:
StreamingArrayFContext<J>,StreamingObjectFContext<J>
FContext is used to construct nested JSON values.
The most common cases are to build objects and arrays. However, this type is also used to build a single top-level JSON element, in cases where the entire JSON document consists of "333.33".
-
Method Summary
-
Method Details
-
add
-
add
-
add
- Specified by:
addin interfaceRawFContext<J>
-
add
- Specified by:
addin interfaceRawFContext<J>
-
finish
J finish() -
finish
- Specified by:
finishin interfaceRawFContext<J>
-
isObj
boolean isObj()- Specified by:
isObjin interfaceRawFContext<J>
-