| Package | Description |
|---|---|
| org.apache.bval | |
| org.apache.bval.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicMetaBean
Description: Dynamic
MetaBean subclass. |
| Modifier and Type | Method and Description |
|---|---|
FeaturesCapable |
BeanValidationContext.getMeta()
Depending on whether we have a metaProperty or not,
this returns the metaProperty or otherwise the metaBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Meta |
class |
MetaAnnotated |
class |
MetaBean
Description: the meta description of a bean or class. the class/bean itself can have a map of features and an array
of metaproperties.
|
class |
MetaConstructor |
class |
MetaInvocable |
class |
MetaMethod |
class |
MetaParameter |
class |
MetaProperty
Description: the meta description of a property of a bean.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FeaturesCapable> |
FeaturesCapable.copy()
Create a deep copy (copy receiver and copy properties).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetaBean.copyInto(FeaturesCapable target)
Copy this
FeaturesCapable into another FeaturesCapable
instance. |
protected void |
FeaturesCapable.copyInto(FeaturesCapable target)
Copy this
FeaturesCapable into another FeaturesCapable
instance. |
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.