Uses of Interface
jakarta.validation.TraversableResolver
-
Packages that use TraversableResolver Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.jakarta.validation.spi Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.org.apache.cxf.validation org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.engine.resolver Various implementations of the TraversableResolver interface.org.hibernate.validator.internal.engine.validationcontext Contains various implementation of validation contexts and supporting classes.org.hibernate.validator.internal.util.logging Logging classes.org.hibernate.validator.internal.xml.config -
-
Uses of TraversableResolver in jakarta.validation
Methods in jakarta.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 jakarta.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 jakarta.validation.spi
Methods in jakarta.validation.spi that return TraversableResolver Modifier and Type Method Description TraversableResolverConfigurationState. getTraversableResolver()Returns the traversable resolver for this configuration. -
Uses of TraversableResolver in org.apache.cxf.validation
Methods in org.apache.cxf.validation that return TraversableResolver Modifier and Type Method Description TraversableResolverValidationConfiguration. getTraversableResolver()Methods in org.apache.cxf.validation with parameters of type TraversableResolver Modifier and Type Method Description voidValidationConfiguration. setTraversableResolver(TraversableResolver traversableResolver) -
Uses of TraversableResolver in org.hibernate.validator
Methods in org.hibernate.validator with parameters of type TraversableResolver Modifier and Type Method Description HibernateValidatorContextHibernateValidatorContext. traversableResolver(TraversableResolver traversableResolver) -
Uses of TraversableResolver in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return TraversableResolver Modifier and Type Method Description TraversableResolverAbstractConfigurationImpl. getDefaultTraversableResolver()TraversableResolverAbstractConfigurationImpl. getTraversableResolver()TraversableResolverPredefinedScopeValidatorFactoryImpl. getTraversableResolver()TraversableResolverValidatorFactoryImpl. getTraversableResolver()TraversableResolverValidatorFactoryScopedContext. getTraversableResolver()Methods in org.hibernate.validator.internal.engine with parameters of type TraversableResolver Modifier and Type Method Description TAbstractConfigurationImpl. traversableResolver(TraversableResolver resolver)HibernateValidatorContextPredefinedScopeValidatorContextImpl. traversableResolver(TraversableResolver traversableResolver)HibernateValidatorContextValidatorContextImpl. traversableResolver(TraversableResolver traversableResolver) -
Uses of TraversableResolver in org.hibernate.validator.internal.engine.resolver
Classes in org.hibernate.validator.internal.engine.resolver that implement TraversableResolver Modifier and Type Class Description classJPATraversableResolverAn implementation ofTraversableResolverwhich is aware of JPA 2 and utilizesPersistenceUtilto query the reachability of a property.Methods in org.hibernate.validator.internal.engine.resolver that return TraversableResolver Modifier and Type Method Description static TraversableResolverTraversableResolvers. getDefault()Initializes and returns the defaultTraversableResolverdepending on the environment.static TraversableResolverTraversableResolvers. wrapWithCachingForSingleValidation(TraversableResolver traversableResolver, boolean traversableResolverResultCacheEnabled)Potentially wrap theTraversableResolverinto a caching one.Methods in org.hibernate.validator.internal.engine.resolver with parameters of type TraversableResolver Modifier and Type Method Description static TraversableResolverTraversableResolvers. wrapWithCachingForSingleValidation(TraversableResolver traversableResolver, boolean traversableResolverResultCacheEnabled)Potentially wrap theTraversableResolverinto a caching one. -
Uses of TraversableResolver in org.hibernate.validator.internal.engine.validationcontext
Methods in org.hibernate.validator.internal.engine.validationcontext that return TraversableResolver Modifier and Type Method Description TraversableResolverBaseBeanValidationContext. getTraversableResolver()Constructors in org.hibernate.validator.internal.engine.validationcontext with parameters of type TraversableResolver Constructor Description ValidationContextBuilder(ConstraintValidatorManager constraintValidatorManager, ConstraintValidatorFactory constraintValidatorFactory, ValidatorScopedContext validatorScopedContext, TraversableResolver traversableResolver, HibernateConstraintValidatorInitializationContext constraintValidatorInitializationContext) -
Uses of TraversableResolver in org.hibernate.validator.internal.util.logging
Method parameters in org.hibernate.validator.internal.util.logging with type arguments of type TraversableResolver Modifier and Type Method Description voidLog_$logger. usingTraversableResolver(Class<? extends TraversableResolver> traversableResolverClass)voidLog. usingTraversableResolver(Class<? extends TraversableResolver> traversableResolverClass) -
Uses of TraversableResolver in org.hibernate.validator.internal.xml.config
Methods in org.hibernate.validator.internal.xml.config that return TraversableResolver Modifier and Type Method Description TraversableResolverValidationBootstrapParameters. getTraversableResolver()Methods in org.hibernate.validator.internal.xml.config with parameters of type TraversableResolver Modifier and Type Method Description voidValidationBootstrapParameters. setTraversableResolver(TraversableResolver traversableResolver)
-