Modifier and Type | Required Element and Description |
---|---|
int |
pos
The position of the field with the following semantic:
|
String |
prefix
The prefix of the sub record.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
constraints
The constraints to validate.
|
String |
dataTypeName
The name of the data type of the FLR sub record this annotation describes.
|
boolean |
required
True, if a value is required; false otherwise.
|
Class<? extends Validator> |
validatorType
Specifies the validator type to be used.
|
public abstract int pos
If the position of a field A is less than the position of a field B, than field A comes (not necessarily
directly) before field B.
The positions of all fields must specify a total order of the fields.
public abstract String prefix
public abstract String dataTypeName
It should be explicitly set if the type mapping should not be created from the annotations given in the class of the annotated field. This is useful when mixing explicit type mapping creation with annotation based type mapping creation.
public abstract boolean required
public abstract Class<? extends Validator> validatorType
public abstract String[] constraints
Copyright © 2014. All rights reserved.