Serialized Form


Package org.javalid.core

Class org.javalid.core.AnnotationStorage extends java.lang.Object implements Serializable

Serialized Fields

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.

Class org.javalid.core.ComplexValidationInfo extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.javalid.core.JavalidException extends java.lang.RuntimeException implements Serializable

Class org.javalid.core.JavalidLookupFailedException extends JavalidException implements Serializable

Class org.javalid.core.ValidationMessage extends java.lang.Object implements Serializable

Serialized Fields

path

java.lang.String path

message

java.lang.String message

resolvedMessage

java.lang.String resolvedMessage

values

java.lang.Object[] values

globalMessage

boolean globalMessage

Class org.javalid.core.ValidatorCallInfo extends java.lang.Object implements Serializable

Serialized Fields

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.

Class org.javalid.core.ValueModel extends java.lang.Object implements Serializable

Serialized Fields

currentValue

java.lang.Object currentValue

cacheElement

AnnotationBaseCache cacheElement

Package org.javalid.core.cache

Class org.javalid.core.cache.AnnotationFieldCache extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.javalid.core.cache.GenericAnnotationCache extends java.lang.Object implements Serializable

Serialized Fields

mapClassCache

java.util.Map<K,V> mapClassCache

Package org.javalid.core.config

Class org.javalid.core.config.AnnotationInfo extends java.lang.Object implements Serializable

Serialized Fields

annotationClass

java.lang.Class<T> annotationClass

pluralAnnotationClass

java.lang.Class<T> pluralAnnotationClass

validatorClass

java.lang.Class<T> validatorClass

Package org.javalid.core.el

Class org.javalid.core.el.ELString extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

expression

boolean expression

Package org.javalid.core.support

Class org.javalid.core.support.TuplePair extends java.lang.Object implements Serializable

Serialized Fields

one

java.lang.Object one

two

java.lang.Object two

Package org.javalid.external.db.config

Class org.javalid.external.db.config.SqlQuery extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.javalid.external.db.exc.JavalidDbException extends JavalidException implements Serializable


Package org.javalid.external.jsf

Class org.javalid.external.jsf.JvJsfUpdateValuesPhaseListener extends java.lang.Object implements Serializable

Serialized Fields

annotationValidator

AnnotationValidator<T> annotationValidator

jsfConfiguration

JsfConfigurationDeclarative jsfConfiguration

lock

java.lang.Object lock

Package org.javalid.external.jsf.ui.tag

Class org.javalid.external.jsf.ui.tag.JvUIValidateTag extends javax.faces.webapp.ValidatorTag implements Serializable

Serialized Fields

group

java.lang.String group

active

java.lang.String active

Package org.javalid.external.jsf.ui.validator

Class org.javalid.external.jsf.ui.validator.JvComponentValidator extends java.lang.Object implements Serializable

Serialized Fields

group

java.lang.String group

active

boolean active