Interface | Description |
---|---|
ValidationHelper.ValidateCallback |
Interface implemented by the call-back object passed to
ValidationHelper.validateContext(ValidationContext, ValidateCallback, boolean)
. |
Class | Description |
---|---|
AccessStrategy |
Description: abstract class to encapsulate different strategies
to get the value of a Property.
|
BValVersion |
This class contains version information for BVal.
|
FieldAccess |
Description: direct field access strategy.
|
IndexedAccess |
AccessStrategy to get an indexed member of an Iterable or
array object. |
KeyedAccess |
AccessStrategy to get a keyed value from a Map . |
MethodAccess |
Description: invoke a zero-argument method (getter)
|
PropertyAccess |
Description: Undefined dynamic strategy (FIELD or METHOD access) Uses PropertyUtils or tries to determine field to
access the value
|
ValidationHelper |
Stateless helper methods used by the validators.
|
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.