Package | Description |
---|---|
javax.validation |
Top level package of the Jakarta Bean Validation API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
|
Modifier and Type | Method and Description |
---|---|
TraversableResolver |
Configuration.getDefaultTraversableResolver()
Returns an implementation of the
TraversableResolver interface
following the default TraversableResolver defined in the
specification:
if Java Persistence is available in the runtime environment,
a property is considered reachable if Java Persistence considers
the property as loaded
if Java Persistence is not available in the runtime environment,
all properties are considered reachable
all properties are considered cascadable.
|
TraversableResolver |
ValidatorFactory.getTraversableResolver()
Returns the
TraversableResolver instance configured
at initialization time for the ValidatorFactory . |
Modifier and Type | Method and Description |
---|---|
ValidatorContext |
ValidatorContext.traversableResolver(TraversableResolver traversableResolver)
Defines the traversable resolver implementation used by the
Validator . |
T |
Configuration.traversableResolver(TraversableResolver resolver)
Defines the traversable resolver used.
|
Modifier and Type | Method and Description |
---|---|
TraversableResolver |
ConfigurationState.getTraversableResolver()
Returns the traversable resolver for this configuration.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.