Interface RawFContext<J>
- All Known Subinterfaces:
FContext<J>,StreamingArrayFContext<J>,StreamingObjectFContext<J>
public interface RawFContext<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
-
finish
-
isObj
boolean isObj()
-