public static enum Validation.Type
public static net.pwall.json.schema.codegen.Validation.Type PATTERN
public static net.pwall.json.schema.codegen.Validation.Type MULTIPLE_INT
public static net.pwall.json.schema.codegen.Validation.Type MULTIPLE_LONG
public static net.pwall.json.schema.codegen.Validation.Type MULTIPLE_DECIMAL
public static net.pwall.json.schema.codegen.Validation.Type MAXIMUM_INT
public static net.pwall.json.schema.codegen.Validation.Type MAXIMUM_LONG
public static net.pwall.json.schema.codegen.Validation.Type MAXIMUM_DECIMAL
public static net.pwall.json.schema.codegen.Validation.Type EXCLUSIVE_MAXIMUM_DECIMAL
public static net.pwall.json.schema.codegen.Validation.Type MINIMUM_INT
public static net.pwall.json.schema.codegen.Validation.Type MINIMUM_LONG
public static net.pwall.json.schema.codegen.Validation.Type MINIMUM_DECIMAL
public static net.pwall.json.schema.codegen.Validation.Type EXCLUSIVE_MINIMUM_DECIMAL
public static net.pwall.json.schema.codegen.Validation.Type EMAIL
public static net.pwall.json.schema.codegen.Validation.Type HOSTNAME
public static net.pwall.json.schema.codegen.Validation.Type IPV4
public static net.pwall.json.schema.codegen.Validation.Type IPV6
public static net.pwall.json.schema.codegen.Validation.Type MAX_ITEMS
public static net.pwall.json.schema.codegen.Validation.Type MIN_ITEMS
public static net.pwall.json.schema.codegen.Validation.Type MAX_LENGTH
public static net.pwall.json.schema.codegen.Validation.Type MIN_LENGTH
public static net.pwall.json.schema.codegen.Validation.Type CONST_INT
public static net.pwall.json.schema.codegen.Validation.Type CONST_LONG
public static net.pwall.json.schema.codegen.Validation.Type CONST_DECIMAL
public static net.pwall.json.schema.codegen.Validation.Type CONST_STRING