Constant Field Values

Contents

org.eclipse.*

  • org.eclipse.parsson.org.eclipse.parsson.JsonContext 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_MAX_BIGDECIMAL_LEN 1100
    private static final int DEFAULT_MAX_BIGINTEGER_SCALE 100000
    private static final int DEFAULT_MAX_DEPTH 1000
  • org.eclipse.parsson.JsonPointerImpl 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8123110179640843141L
  • org.eclipse.parsson.JsonPrettyGeneratorImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String INDENT " "
  • org.eclipse.parsson.org.eclipse.parsson.UnicodeDetectingInputStream 
    Modifier and Type Constant Field Value
    private static final byte BB -69
    private static final byte BF -65
    private static final byte EF -17
    private static final byte FE -2
    private static final byte FF -1
    private static final byte NUL 0
  • org.eclipse.parsson.api.JsonConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String MAX_BIGDECIMAL_LEN "org.eclipse.parsson.maxBigDecimalLength"
    public static final java.lang.String MAX_BIGINTEGER_SCALE "org.eclipse.parsson.maxBigIntegerScale"
    public static final java.lang.String MAX_DEPTH "org.eclipse.parsson.maxDepth"
    public static final java.lang.String REJECT_DUPLICATE_KEYS "org.eclipse.parsson.rejectDuplicateKeys"
  • org.eclipse.parsson.media.JsonValueBodyReader 
    Modifier and Type Constant Field Value
    private static final java.lang.String JSON "json"
    private static final java.lang.String PLUS_JSON "+json"
  • org.eclipse.parsson.media.JsonValueBodyWriter 
    Modifier and Type Constant Field Value
    private static final java.lang.String JSON "json"
    private static final java.lang.String PLUS_JSON "+json"