Serialized Form
serialVersionUID: 1L
finder
MetaBeanFinder finder
serialVersionUID: 1L
cacheById
ConcurrentMap<K,V> cacheById
- Cache keyed by id.
cacheByClass
ConcurrentMap<K,V> cacheByClass
- Cache keyed by class.
serialVersionUID: 1L
errorsByReason
Map<K,V> errorsByReason
errorsByOwner
Map<K,V> errorsByOwner
Package org.apache.bval.jsr303 |
serialVersionUID: 1L
annotation
Annotation annotation
groups
Set<E> groups
payload
Set<E> payload
constraintValidatorClasses
List<E> constraintValidatorClasses
attributes
Map<K,V> attributes
composingConstraints
Set<E> composingConstraints
reportAsSingleViolation
boolean reportAsSingleViolation
serialVersionUID: 1L
serialVersionUID: 1L
Package org.apache.bval.jsr303.util |
serialVersionUID: 1L
name
String name
inIterable
boolean inIterable
index
Integer index
key
Object key
serialVersionUID: 1L
nodeList
List<E> nodeList
Package org.apache.bval.model |
serialVersionUID: -4045110242904814218L
features
ConcurrentMap<K,V> features
validations
Validation[] validations
- key = validation id, value = the validation
locking
boolean locking
lock
ReentrantLock lock
serialVersionUID: 1L
id
String id
name
String name
beanClass
Class<T> beanClass
properties
MetaProperty[] properties
serialVersionUID: 1L
name
String name
type
Type type
metaBean
MetaBean metaBean
parentMetaBean
MetaBean parentMetaBean
serialVersionUID: 1L
reason
String reason
- Reason
owner
Object owner
- Owner
propertyName
String propertyName
- Property name
Package org.apache.bval.xml |
serialVersionUID: 1L
features
List<E> features
validators
List<E> validators
serialVersionUID: 1L
id
String id
name
String name
impl
String impl
properties
List<E> properties
beanRelations
List<E> beanRelations
serialVersionUID: 1L
beanId
String beanId
serialVersionUID: 1L
name
String name
mandatory
String mandatory
minLength
Integer minLength
maxLength
Integer maxLength
readonly
Boolean readonly
hidden
Boolean hidden
denied
Boolean denied
type
String type
- normally the type is determined by the implementation class.
in case, no implementation class is given, the xml can
contain the type directly.
serialVersionUID: 1L
key
String key
value
Object value
serialVersionUID: 1L
maxValue
Integer maxValue
- if you need other types (Long, double, String) for maxValue and
minValue, configure via
<feature key="maxValue">
<value class="java.lang.Long">1000</value>
</feature>
instead with explicit typing.
minValue
Integer minValue
regexp
String regexp
timeLag
String timeLag
serialVersionUID: 1L
id
String id
java
String java
jsFunction
String jsFunction
serialVersionUID: 1L
refId
String refId
Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.