Constant Field Values

Contents

com.fasterxml.*

  • com.fasterxml.jackson.core.io.CharacterEscapes 
    Modifier and Type Constant Field Value
    public static final int ESCAPE_CUSTOM -2
    public static final int ESCAPE_NONE 0
    public static final int ESCAPE_STANDARD -1
  • com.fasterxml.jackson.core.io.NumberInput 
    Modifier and Type Constant Field Value
    public static final String NASTY_SMALL_DOUBLE "2.2250738585072012e-308"
  • com.fasterxml.jackson.core.io.UTF32Reader 
    Modifier and Type Constant Field Value
    protected static final int LAST_VALID_UNICODE_CHAR 1114111
    protected static final char NULL_BYTE 0
    protected static final char NULL_CHAR 0

Copyright © 2012-2013 FasterXML. All Rights Reserved.