Package | Description |
---|---|
org.apache.bval | |
org.apache.bval.jsr | |
org.apache.bval.model | |
org.apache.bval.xml |
Modifier and Type | Method and Description |
---|---|
protected MetaProperty |
IntrospectorMetaBeanFactory.buildMetaProperty(PropertyDescriptor pd)
Deprecated.
|
protected MetaProperty |
IntrospectorMetaBeanFactory.buildMetaProperty(PropertyDescriptor pd,
MetaProperty existing)
Create a
MetaProperty from the specified PropertyDescriptor . |
MetaProperty |
BeanValidationContext.getMetaProperty()
Get the model meta-property.
|
Modifier and Type | Method and Description |
---|---|
protected MetaProperty |
IntrospectorMetaBeanFactory.buildMetaProperty(PropertyDescriptor pd,
MetaProperty existing)
Create a
MetaProperty from the specified PropertyDescriptor . |
protected void |
MetaBeanManager.computeRelatedMetaBean(MetaProperty prop,
String beanRef)
Compute a single related
MetaBean . |
void |
BeanValidationContext.moveDown(MetaProperty prop,
AccessStrategy access)
Step deeper into association at 'prop'
|
void |
BeanValidationContext.setMetaProperty(MetaProperty metaProperty)
Set the current meta-property.
|
T |
BeanValidator.validateProperty(Object bean,
MetaProperty metaProperty)
Convenience API.
|
protected <VL extends ValidationListener> |
BeanValidator.validateRelatedBean(ValidationContext<VL> context,
MetaProperty prop)
Validate a property of a graph.
|
Modifier and Type | Method and Description |
---|---|
static MetaProperty |
JsrMetaBeanFactory.addMetaProperty(MetaBean parentMetaBean,
AccessStrategy access)
Add a
MetaProperty to a MetaBean . |
Modifier and Type | Method and Description |
---|---|
MetaProperty |
MetaProperty.clone() |
MetaProperty |
ValidationContext.getMetaProperty()
Get the model meta-property.
|
MetaProperty[] |
MetaBean.getProperties()
Get the properties.
|
MetaProperty |
MetaBean.getProperty(String name)
Get the specified
MetaProperty . |
Modifier and Type | Method and Description |
---|---|
void |
ValidationContext.moveDown(MetaProperty prop,
AccessStrategy access)
Step deeper into association at 'prop'
|
void |
MetaBean.putProperty(String name,
MetaProperty property)
bidirectional - set the relationship between a MetaProperty and its parentMetaBean
|
void |
ValidationContext.setMetaProperty(MetaProperty metaProperty)
Set the current meta-property.
|
void |
MetaBean.setProperties(MetaProperty[] properties)
Set the properties.
|
Modifier and Type | Method and Description |
---|---|
protected MetaProperty |
XMLMetaBeanFactory.enrichElement(MetaBean meta,
XMLMetaElement xmlProp,
XMLMetaBeanFactory.XMLResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLMetaBeanManager.computeRelatedMetaBean(MetaProperty prop,
String beanRef) |
void |
XMLMetaBeanReference.mergeInto(MetaProperty prop) |
void |
XMLMetaProperty.mergeInto(MetaProperty prop) |
void |
XMLMetaElement.mergeInto(MetaProperty prop) |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.