Serialized Form
-
Package org.nuiton.validator
-
Class org.nuiton.validator.AbstractNuitonValidatorProvider.ModelEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
String context
-
scopes
NuitonValidatorScope[] scopes
-
type
Class<O> type
-
-
Class org.nuiton.validator.NuitonValidatorModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
String context
Context of validation (can benull
, for no context). -
fields
Map<NuitonValidatorScope,String[]> fields
Set of fields that can be validated for the type and context -
scopes
Set<NuitonValidatorScope> scopes
Set of scopes that can be validated for the type and context -
type
Class<O> type
Type of object to validate
-
-
Class org.nuiton.validator.NuitonValidatorResult.FieldMap extends TreeMap<String,V> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nuiton.validator.bean
-
Class org.nuiton.validator.bean.AbstractValidatorEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
String field
the field impacted by the validator -
messagestoAdd
String[] messagestoAdd
-
messagestoDelete
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
Object bean
the bean on which event occurs.
-
-
Class org.nuiton.validator.bean.list.BeanListValidatorMessage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
the bean on which event occurs. -
field
String field
the field that produce the message -
message
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 Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
String field
the field that produce the message -
message
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
-
-