Serialized Form
-
Package org.nuiton.validator
-
Class org.nuiton.validator.AbstractNuitonValidatorProvider.ModelEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
java.lang.String context
-
scopes
NuitonValidatorScope[] scopes
-
type
java.lang.Class<O> type
-
-
Class org.nuiton.validator.NuitonValidatorModel extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
java.lang.String context
Context of validation (can benull, for no context). -
fields
java.util.Map<NuitonValidatorScope,java.lang.String[]> fields
Set of fields that can be validated for the type and context -
scopes
java.util.Set<NuitonValidatorScope> scopes
Set of scopes that can be validated for the type and context -
type
java.lang.Class<O> type
Type of object to validate
-
-
Class org.nuiton.validator.NuitonValidatorResult.FieldMap extends java.util.TreeMap<java.lang.String,V> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nuiton.validator.bean
-
Class org.nuiton.validator.bean.AbstractValidatorEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
java.lang.String field
the field impacted by the validator -
messagestoAdd
java.lang.String[] messagestoAdd
-
messagestoDelete
java.lang.String[] messagestoDelete
-
scope
NuitonValidatorScope scope
the scope impacted by the event
-
-
-
Package org.nuiton.validator.bean.list
-
Class org.nuiton.validator.bean.list.BeanListValidatorEvent extends AbstractValidatorEvent<BeanListValidator<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
java.lang.Object bean
the bean on which event occurs.
-
-
Class org.nuiton.validator.bean.list.BeanListValidatorMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
java.lang.Object bean
the bean on which event occurs. -
field
java.lang.String field
the field that produce the message -
message
java.lang.String message
the label of the message (to be displayed somewhere) -
scope
NuitonValidatorScope scope
the scope of the message -
validator
BeanListValidator<?> validator
the validator that produce the message
-
-
-
Package org.nuiton.validator.bean.simple
-
Class org.nuiton.validator.bean.simple.SimpleBeanValidatorEvent extends AbstractValidatorEvent<SimpleBeanValidator<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.validator.bean.simple.SimpleBeanValidatorMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
java.lang.String field
the field that produce the message -
message
java.lang.String message
the label of the message (to be displayed somewhere) -
scope
NuitonValidatorScope scope
the scope of the message -
validator
SimpleBeanValidator<?> validator
the validator that produce the message
-
-