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.
annotationValidator
AnnotationValidator<T> annotationValidator
myParent
java.lang.Object myParent
currentGroup
java.lang.String currentGroup
currentLevelDeep
int currentLevelDeep
maxLevelDeep
int maxLevelDeep
allowRecurse
boolean allowRecurse
pathToParent
java.lang.String pathToParent
annotationValueModel
ValueModel annotationValueModel
annotationClassCache
AnnotationClassCache annotationClassCache
propertyCall
boolean propertyCall
path
java.lang.String path
message
java.lang.String message
resolvedMessage
java.lang.String resolvedMessage
values
java.lang.Object[] values
globalMessage
boolean globalMessage
propertyCall
boolean propertyCall
- Deprecated.
group
java.lang.String group
- Deprecated.
currentPathPrefix
java.lang.String currentPathPrefix
- Deprecated.
recurse
boolean recurse
- Deprecated.
currentLevelDeep
int currentLevelDeep
- Deprecated.
maxLevelDeep
int maxLevelDeep
- Deprecated.
objectMyParent
java.lang.Object objectMyParent
- Deprecated.
- 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.
currentValue
java.lang.Object currentValue
cacheElement
AnnotationBaseCache cacheElement
|
Package org.javalid.core.cache |
jvGroup
JvGroup jvGroup
annotations
java.util.List<E> annotations
annotationsMap
java.util.Map<K,V> annotationsMap
fieldName
java.lang.String fieldName
notNullAnnotation
NotNull notNullAnnotation
notEmptyAnnotation
NotEmpty notEmptyAnnotation
stopValidation
StopValidation stopValidation
mapClassCache
java.util.Map<K,V> mapClassCache
|
Package org.javalid.core.config |
annotationClass
java.lang.Class<T> annotationClass
pluralAnnotationClass
java.lang.Class<T> pluralAnnotationClass
validatorClass
java.lang.Class<T> validatorClass
|
Package org.javalid.core.el |
value
java.lang.String value
expression
boolean expression
|
Package org.javalid.core.support |
one
java.lang.Object one
two
java.lang.Object two
|
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