Package | Description |
---|---|
org.apache.bval | |
org.apache.bval.jsr | |
org.apache.bval.model | |
org.apache.bval.xml |
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.
|
Constructor and Description |
---|
AppendValidationToMeta(FeaturesCapable meta)
Create a new AppendValidationToMeta instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Meta |
class |
MetaAnnotated |
class |
MetaBean
Description: the meta description of a bean or class.
|
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLMetaBeanFactory.enrichValidations(FeaturesCapable prop,
XMLFeaturesCapable xmlProp,
XMLMetaBeanFactory.XMLResult result,
boolean addStandard) |
void |
XMLFeaturesCapable.mergeFeaturesInto(FeaturesCapable fc) |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.