Serialized Form


Package org.nuiton.validator

Class org.nuiton.validator.AbstractNuitonValidatorProvider.ModelEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type

context

String context

scopes

NuitonValidatorScope[] scopes

Class org.nuiton.validator.NuitonValidatorModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type
Type of object to validate


context

String context
Context of validation (can be null, for no context).


scopes

Set<E> scopes
Set of scopes that can be validated for the type and context


fields

Map<K,V> fields
Set of fields that can be validated for the type and context

Class org.nuiton.validator.NuitonValidatorResult.FieldMap extends TreeMap<String,V> implements Serializable

serialVersionUID: 1L


Package org.nuiton.validator.bean

Class org.nuiton.validator.bean.BeanValidatorEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

field

String field
the field impacted by the validator


scope

NuitonValidatorScope scope
the scope impacted by the event


messagestoAdd

String[] messagestoAdd

messagestoDelete

String[] messagestoDelete

Class org.nuiton.validator.bean.BeanValidatorMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validator

BeanValidator<O> validator
the validator that produce the message


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



Copyright © 2011-2012 CodeLutin. All Rights Reserved.