|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaProperty | |
---|---|
org.apache.bval | |
org.apache.bval.jsr303 | |
org.apache.bval.model | |
org.apache.bval.xml |
Uses of MetaProperty in org.apache.bval |
---|
Methods in org.apache.bval that return MetaProperty | |
---|---|
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. |
Methods in org.apache.bval with parameters of type MetaProperty | ||
---|---|---|
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
|
BeanValidator.validateRelatedBean(ValidationContext<VL> context,
MetaProperty prop)
Validate a property of a graph. |
Uses of MetaProperty in org.apache.bval.jsr303 |
---|
Methods in org.apache.bval.jsr303 that return MetaProperty | |
---|---|
static MetaProperty |
Jsr303MetaBeanFactory.addMetaProperty(MetaBean parentMetaBean,
AccessStrategy access)
Add a MetaProperty to a MetaBean . |
Methods in org.apache.bval.jsr303 with parameters of type MetaProperty | ||
---|---|---|
boolean |
AnnotationProcessor.addAccessStrategy(MetaProperty prop,
AccessStrategy access)
Add the specified AccessStrategy to prop ; noop if
prop == null . |
|
void |
GroupValidationContextImpl.moveDown(MetaProperty prop,
AccessStrategy access)
Step deeper into association at 'prop' |
|
|
AnnotationProcessor.processAnnotation(A annotation,
MetaProperty prop,
Class<?> owner,
AccessStrategy access,
AppendValidation appender)
Process a single annotation. |
|
boolean |
AnnotationProcessor.processAnnotations(MetaProperty prop,
Class<?> owner,
AnnotatedElement element,
AccessStrategy access,
AppendValidation appender)
Process JSR303 annotations. |
Constructors in org.apache.bval.jsr303 with parameters of type MetaProperty | |
---|---|
PropertyDescriptorImpl(MetaProperty property)
Create a new PropertyDescriptorImpl instance. |
Uses of MetaProperty in org.apache.bval.model |
---|
Methods in org.apache.bval.model that return MetaProperty | |
---|---|
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 . |
Methods in org.apache.bval.model with parameters of type MetaProperty | |
---|---|
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. |
Uses of MetaProperty in org.apache.bval.xml |
---|
Methods in org.apache.bval.xml that return MetaProperty | |
---|---|
protected MetaProperty |
XMLMetaBeanFactory.enrichElement(MetaBean meta,
XMLMetaElement xmlProp,
XMLMetaBeanFactory.XMLResult result)
|
Methods in org.apache.bval.xml with parameters of type MetaProperty | |
---|---|
protected void |
XMLMetaBeanManager.computeRelatedMetaBean(MetaProperty prop,
String beanRef)
|
void |
XMLMetaBeanReference.mergeInto(MetaProperty prop)
|
void |
XMLMetaElement.mergeInto(MetaProperty prop)
|
void |
XMLMetaProperty.mergeInto(MetaProperty prop)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |