Uses of Interface
javax.validation.TraversableResolver
-
Packages that use TraversableResolver 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. -
-
Uses of TraversableResolver in javax.validation
Methods in javax.validation that return TraversableResolver Modifier and Type Method Description TraversableResolverConfiguration. getDefaultTraversableResolver()Returns an implementation of theTraversableResolverinterface following the defaultTraversableResolverdefined 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.TraversableResolverValidatorFactory. getTraversableResolver()Returns theTraversableResolverinstance configured at initialization time for theValidatorFactory.Methods in javax.validation with parameters of type TraversableResolver Modifier and Type Method Description TConfiguration. traversableResolver(TraversableResolver resolver)Defines the traversable resolver used.ValidatorContextValidatorContext. 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 TraversableResolver Modifier and Type Method Description TraversableResolverConfigurationState. getTraversableResolver()Returns the traversable resolver for this configuration.
-