Uses of Interface
jakarta.validation.TraversableResolver
-
Packages that use TraversableResolver Package Description jakarta.validation Top level package of the Jakarta Validation API.jakarta.validation.spi Package containing objects specific to the interaction between the Jakarta Validation bootstrapping process and Jakarta Validation providers. -
-
Uses of TraversableResolver in jakarta.validation
Methods in jakarta.validation that return TraversableResolver Modifier and Type Method Description TraversableResolver
Configuration. 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.TraversableResolver
ValidatorFactory. getTraversableResolver()
Returns theTraversableResolver
instance configured at initialization time for theValidatorFactory
.Methods in jakarta.validation with parameters of type TraversableResolver Modifier and Type Method Description T
Configuration. traversableResolver(TraversableResolver resolver)
Defines the traversable resolver used.ValidatorContext
ValidatorContext. traversableResolver(TraversableResolver traversableResolver)
Defines the traversable resolver implementation used by theValidator
. -
Uses of TraversableResolver in jakarta.validation.spi
Methods in jakarta.validation.spi that return TraversableResolver Modifier and Type Method Description TraversableResolver
ConfigurationState. getTraversableResolver()
Returns the traversable resolver for this configuration.
-