Serialized Form


Package org.apache.bval

Class org.apache.bval.DynamicMetaBean extends MetaBean implements Serializable

serialVersionUID: 1L

Serialized Fields

finder

MetaBeanFinder finder

Class org.apache.bval.MetaBeanCache extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheById

ConcurrentMap<K,V> cacheById
Cache keyed by id.


cacheByClass

ConcurrentMap<K,V> cacheByClass
Cache keyed by class.

Class org.apache.bval.ValidationResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

errorsByReason

Map<K,V> errorsByReason

errorsByOwner

Map<K,V> errorsByOwner

Package org.apache.bval.model

Class org.apache.bval.model.FeaturesCapable extends Object implements Serializable

serialVersionUID: -4045110242904814218L

Serialized Fields

features

ConcurrentMap<K,V> features

validations

Validation[] validations
key = validation id, value = the validation


locking

boolean locking

lock

ReentrantLock lock

Class org.apache.bval.model.MetaBean extends FeaturesCapable implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

beanClass

Class<T> beanClass

properties

MetaProperty[] properties

Class org.apache.bval.model.MetaProperty extends FeaturesCapable implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

type

Type type

metaBean

MetaBean metaBean

parentMetaBean

MetaBean parentMetaBean

Class org.apache.bval.model.ValidationListener.Error extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

reason

String reason
Reason


owner

Object owner
Owner


propertyName

String propertyName
Property name



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.