Constant Field Values

Contents

org.beanio.*

  • org.beanio.annotation.AnnotationConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String UNDEFINED "{undefined}"
  • org.beanio.internal.parser.format.FieldPadding 
    Modifier and Type Constant Field Value
    public static final char LEFT 76
    public static final char RIGHT 82
  • org.beanio.internal.parser.format.json.JsonNode 
    Modifier and Type Constant Field Value
    public static final char ARRAY 65
    public static final char BOOLEAN 66
    public static final char NUMBER 78
    public static final char OBJECT 79
    public static final char STRING 83