Uses of Interface
jakarta.validation.valueextraction.ValueExtractor
-
Packages that use ValueExtractor 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.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.valueextraction org.hibernate.validator.internal.util.logging Logging classes. -
-
Uses of ValueExtractor in jakarta.validation
Methods in jakarta.validation with parameters of type ValueExtractor Modifier and Type Method Description TConfiguration. addValueExtractor(ValueExtractor<?> extractor)Adds a value extractor.ValidatorContextValidatorContext. addValueExtractor(ValueExtractor<?> extractor)Adds a value extractor to be used by theValidator. -
Uses of ValueExtractor in jakarta.validation.spi
Methods in jakarta.validation.spi that return types with arguments of type ValueExtractor Modifier and Type Method Description Set<ValueExtractor<?>>ConfigurationState. getValueExtractors()Returns a set of value extractors. -
Uses of ValueExtractor in org.hibernate.validator
Methods in org.hibernate.validator that return types with arguments of type ValueExtractor Modifier and Type Method Description Set<ValueExtractor<?>>BaseHibernateValidatorConfiguration. getDefaultValueExtractors()Returns the defaultValueExtractorimplementations as per the specification.Methods in org.hibernate.validator with parameters of type ValueExtractor Modifier and Type Method Description HibernateValidatorContextHibernateValidatorContext. addValueExtractor(ValueExtractor<?> extractor) -
Uses of ValueExtractor in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return types with arguments of type ValueExtractor Modifier and Type Method Description Set<ValueExtractor<?>>AbstractConfigurationImpl. getDefaultValueExtractors()Set<ValueExtractor<?>>AbstractConfigurationImpl. getValueExtractors()Methods in org.hibernate.validator.internal.engine with parameters of type ValueExtractor Modifier and Type Method Description TAbstractConfigurationImpl. addValueExtractor(ValueExtractor<?> extractor)HibernateValidatorContextPredefinedScopeValidatorContextImpl. addValueExtractor(ValueExtractor<?> extractor)HibernateValidatorContextValidatorContextImpl. addValueExtractor(ValueExtractor<?> extractor) -
Uses of ValueExtractor in org.hibernate.validator.internal.engine.valueextraction
Methods in org.hibernate.validator.internal.engine.valueextraction that return ValueExtractor Modifier and Type Method Description ValueExtractor<?>ValueExtractorDescriptor. getValueExtractor()Methods in org.hibernate.validator.internal.engine.valueextraction that return types with arguments of type ValueExtractor Modifier and Type Method Description static Set<ValueExtractor<?>>ValueExtractorManager. getDefaultValueExtractors()static Set<Class<? extends ValueExtractor>>ValueExtractorHelper. toValueExtractorClasses(Set<ValueExtractorDescriptor> valueExtractorDescriptors)Constructors in org.hibernate.validator.internal.engine.valueextraction with parameters of type ValueExtractor Constructor Description ValueExtractorDescriptor(ValueExtractor<?> valueExtractor)Constructor parameters in org.hibernate.validator.internal.engine.valueextraction with type arguments of type ValueExtractor Constructor Description ValueExtractorManager(Set<ValueExtractor<?>> externalExtractors) -
Uses of ValueExtractor in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ValueExtractor Modifier and Type Method Description ValueExtractorDeclarationExceptionLog_$logger. getValueExtractorForTypeAndTypeUseAlreadyPresentException(ValueExtractor<?> first, ValueExtractor<?> second)ValueExtractorDeclarationExceptionLog. getValueExtractorForTypeAndTypeUseAlreadyPresentException(ValueExtractor<?> first, ValueExtractor<?> second)
-