Uses of Interface
javax.validation.TraversableResolver

Packages that use TraversableResolver
javax.validation Top level package of the Bean Validation API. 
javax.validation.spi 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 TraversableResolver
 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.
 

Methods in javax.validation with parameters of type TraversableResolver
 T Configuration.traversableResolver(TraversableResolver resolver)
          Defines the traversable resolver used.
 ValidatorContext ValidatorContext.traversableResolver(TraversableResolver traversableResolver)
          Defines the traversable resolver implementation used by the Validator.
 

Uses of TraversableResolver in javax.validation.spi
 

Methods in javax.validation.spi that return TraversableResolver
 TraversableResolver ConfigurationState.getTraversableResolver()
          Returns the traversable resolver for this configuration.
 



Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.