| Package | Description |
|---|---|
| org.apache.bval | |
| org.apache.bval.model | |
| org.apache.bval.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorAccess |
| Modifier and Type | Method and Description |
|---|---|
AccessStrategy |
BeanValidationContext.getAccess()
Get the current access strategy.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BeanValidationContext.getPropertyValue(AccessStrategy access)
Get the value by using the given access strategy.
|
void |
BeanValidationContext.moveDown(MetaProperty prop,
AccessStrategy access)
Step deeper into association at 'prop'
|
| Modifier and Type | Method and Description |
|---|---|
AccessStrategy |
ValidationContext.getAccess()
Get the current access strategy.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ValidationContext.getPropertyValue(AccessStrategy access)
Get the value by using the given access strategy.
|
void |
ValidationContext.moveDown(MetaProperty prop,
AccessStrategy access)
Step deeper into association at 'prop'
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldAccess
Description: direct field access strategy.
|
class |
IndexedAccess
AccessStrategy to get an indexed member of an Iterable or
array object. |
class |
KeyedAccess
AccessStrategy to get a keyed value from a Map. |
class |
MethodAccess
Description: invoke a zero-argument method (getter)
|
class |
PropertyAccess
Description: Undefined dynamic strategy (FIELD or METHOD access) Uses PropertyUtils or tries to determine field to
access the value
|
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.