Uses of Interface
javax.validation.TraversableResolver
Packages that use TraversableResolver
Package
Description
Top level package of the Bean Validation API.
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
-
Uses of TraversableResolver in javax.validation
Methods in javax.validation that return TraversableResolverModifier and TypeMethodDescriptionConfiguration.getDefaultTraversableResolver()
Returns an implementation of theTraversableResolver
interface following the defaultTraversableResolver
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.ValidatorFactory.getTraversableResolver()
Returns theTraversableResolver
instance configured at initialization time for theValidatorFactory
.Methods in javax.validation with parameters of type TraversableResolverModifier and TypeMethodDescriptionConfiguration.traversableResolver
(TraversableResolver resolver) Defines the traversable resolver used.ValidatorContext.traversableResolver
(TraversableResolver traversableResolver) Defines the traversable resolver implementation used by theValidator
. -
Uses of TraversableResolver in javax.validation.spi
Methods in javax.validation.spi that return TraversableResolverModifier and TypeMethodDescriptionConfigurationState.getTraversableResolver()
Returns the traversable resolver for this configuration.