Serialized Form
groupName
java.lang.String groupName
- GroupName we are dealing with.
path
java.lang.String path
- Full path for validation of this method (including current path)
method
java.lang.reflect.Method method
- Method to validate can be null if field is used instead
field
java.lang.reflect.Field field
- Field to validate can be null if method is used instead
annotations
java.util.List<E> annotations
- The annotations for this method to be applied (with at least same group (or more groups but this one always))
validationApplied
java.util.Map<K,V> validationApplied
- Contains: annotation classname, {validated,valid}, storing if an annotation
has been applied (validated) already and what the outcome was (success or not)
listGroups
java.util.List<E> listGroups
- List containing all groups found on the method (or parent methods).
First entry is the JvGroup that determines recursion or not.
path
java.lang.String path
message
java.lang.String message
values
java.lang.Object[] values
globalMessage
boolean globalMessage
propertyCall
boolean propertyCall
group
java.lang.String group
currentPathPrefix
java.lang.String currentPathPrefix
recurse
boolean recurse
currentLevelDeep
int currentLevelDeep
maxLevelDeep
int maxLevelDeep
objectMyParent
java.lang.Object objectMyParent
- If set it is the object where current property under validation
is from. E.g. Person.name, name is under validation (String value),
then this object would contain the Person instance. If null, it
means there is no parent for the object under validation.
|
Package org.javalid.core.el |
value
java.lang.String value
expression
boolean expression
|
Package org.javalid.external.db.config |
id
java.lang.String id
refDs
java.lang.String refDs
staticField
java.lang.String staticField
query
java.lang.String query
|
Package org.javalid.external.db.exc |
|
Package org.javalid.external.jsf |
annotationValidator
AnnotationValidator<T> annotationValidator
jsfConfiguration
JsfConfigurationDeclarative jsfConfiguration
lock
java.lang.Object lock
|
Package org.javalid.external.jsf.ui.tag |
group
java.lang.String group
active
java.lang.String active
|
Package org.javalid.external.jsf.ui.validator |
group
java.lang.String group
active
boolean active