Class JsonInput

java.lang.Object
io.protostuff.JsonInput
All Implemented Interfaces:
Input

public final class JsonInput extends Object implements Input
An input used for reading data with json format.
Author:
David Yu
  • Field Details

    • parser

      public final com.fasterxml.jackson.core.JsonParser parser
      The wrapped json parser.
    • numeric

      public final boolean numeric
      If true, the field number will be used on json keys.
  • Constructor Details

    • JsonInput

      public JsonInput(com.fasterxml.jackson.core.JsonParser parser)
    • JsonInput

      public JsonInput(com.fasterxml.jackson.core.JsonParser parser, boolean numeric)
  • Method Details