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

    Modifier and Type
    Method
    Description
    void
    add(CharSequence s, int index)
     
    void
    add(J v, int index)
     
    finish(int index)
     
    boolean
     
  • Method Details

    • add

      void add(CharSequence s, int index)
    • add

      void add(J v, int index)
    • finish

      J finish(int index)
    • isObj

      boolean isObj()