Uses of Class
org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
Packages that use ValueExtractorDescriptor
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
-
Uses of ValueExtractorDescriptor in org.hibernate.validator.internal.engine.valueextraction
Fields in org.hibernate.validator.internal.engine.valueextraction with type parameters of type ValueExtractorDescriptorModifier and TypeFieldDescriptionstatic final Set<ValueExtractorDescriptor>
ValueExtractorManager.SPEC_DEFINED_EXTRACTORS
Methods in org.hibernate.validator.internal.engine.valueextraction that return ValueExtractorDescriptorModifier and TypeMethodDescriptionValueExtractorResolver.getMaximallySpecificAndContainerElementCompliantValueExtractor
(Class<?> declaredType, TypeVariable<?> typeParameter) Used to find the maximally specific and container element compliant value extractor based on the declared type and the type parameter.ValueExtractorManager.getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor
(Type declaredType, TypeVariable<?> typeParameter, Class<?> runtimeType, Collection<ValueExtractorDescriptor> valueExtractorCandidates) Used to find the maximally specific and container element compliant value extractor based on the runtime type.ValueExtractorResolver.getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor
(Type declaredType, TypeVariable<?> typeParameter, Class<?> runtimeType, Collection<ValueExtractorDescriptor> valueExtractorCandidates) Used to find the maximally specific and container element compliant value extractor based on the runtime type.ValueExtractorResolver.getMaximallySpecificValueExtractorForAllContainerElements
(Class<?> runtimeType, Set<ValueExtractorDescriptor> potentialValueExtractorDescriptors) Used to determine if the passed runtime type is a container and if so return a corresponding maximally specific value extractor.Methods in org.hibernate.validator.internal.engine.valueextraction that return types with arguments of type ValueExtractorDescriptorModifier and TypeMethodDescriptionValueExtractorResolver.getMaximallySpecificValueExtractors
(Class<?> declaredType) Used to find all the maximally specific value extractors based on a declared type in the case of value unwrapping.ValueExtractorResolver.getPotentialValueExtractorCandidatesForCascadedValidation
(Type declaredType) Used to determine the value extractors which potentially could be applied to the runtime type of a given declared type.ValueExtractorResolver.getValueExtractorCandidatesForCascadedValidation
(Type declaredType, TypeVariable<?> typeParameter) Used to determine the value extractor candidates valid for a declared type and type variable.ValueExtractorResolver.getValueExtractorCandidatesForContainerDetectionOfGlobalCascadedValidation
(Type enclosingType) Used to determine the possible value extractors that can be applied to a declared type.Methods in org.hibernate.validator.internal.engine.valueextraction with parameters of type ValueExtractorDescriptorModifier and TypeMethodDescriptionstatic void
ValueExtractorHelper.extractValues
(ValueExtractorDescriptor valueExtractorDescriptor, Object containerValue, jakarta.validation.valueextraction.ValueExtractor.ValueReceiver valueReceiver) Method parameters in org.hibernate.validator.internal.engine.valueextraction with type arguments of type ValueExtractorDescriptorModifier and TypeMethodDescriptionValueExtractorManager.getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor
(Type declaredType, TypeVariable<?> typeParameter, Class<?> runtimeType, Collection<ValueExtractorDescriptor> valueExtractorCandidates) Used to find the maximally specific and container element compliant value extractor based on the runtime type.ValueExtractorResolver.getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor
(Type declaredType, TypeVariable<?> typeParameter, Class<?> runtimeType, Collection<ValueExtractorDescriptor> valueExtractorCandidates) Used to find the maximally specific and container element compliant value extractor based on the runtime type.ValueExtractorResolver.getMaximallySpecificValueExtractorForAllContainerElements
(Class<?> runtimeType, Set<ValueExtractorDescriptor> potentialValueExtractorDescriptors) Used to determine if the passed runtime type is a container and if so return a corresponding maximally specific value extractor.ValueExtractorHelper.toValueExtractorClasses
(Set<ValueExtractorDescriptor> valueExtractorDescriptors) Constructor parameters in org.hibernate.validator.internal.engine.valueextraction with type arguments of type ValueExtractorDescriptorModifierConstructorDescriptionValueExtractorManager
(ValueExtractorManager template, Map<ValueExtractorDescriptor.Key, ValueExtractorDescriptor> externalValueExtractorDescriptors) -
Uses of ValueExtractorDescriptor in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type ValueExtractorDescriptorMethod parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type ValueExtractorDescriptorModifier and TypeMethodDescriptionPotentiallyContainerCascadingMetaData.of
(CascadingMetaDataBuilder cascadingMetaDataBuilder, Set<ValueExtractorDescriptor> potentialValueExtractorDescriptors, Object context) -
Uses of ValueExtractorDescriptor in org.hibernate.validator.internal.xml.config
Methods in org.hibernate.validator.internal.xml.config that return types with arguments of type ValueExtractorDescriptorMethods in org.hibernate.validator.internal.xml.config with parameters of type ValueExtractorDescriptorModifier and TypeMethodDescriptionvoid
ValidationBootstrapParameters.addValueExtractorDescriptor
(ValueExtractorDescriptor descriptor)