Uses of Class
org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
Packages that use ValueExtractorDescriptor Package Description org.hibernate.validator.internal.engine.valueextraction org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation.org.hibernate.validator.internal.xml.config -
-
Uses of ValueExtractorDescriptor in org.hibernate.validator.internal.engine.valueextraction
Fields in org.hibernate.validator.internal.engine.valueextraction with type parameters of type ValueExtractorDescriptor Modifier and Type Field Description static Set<ValueExtractorDescriptor>ValueExtractorManager. SPEC_DEFINED_EXTRACTORSMethods in org.hibernate.validator.internal.engine.valueextraction that return ValueExtractorDescriptor Modifier and Type Method Description ValueExtractorDescriptorValueExtractorResolver. 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.ValueExtractorDescriptorValueExtractorManager. 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.ValueExtractorDescriptorValueExtractorResolver. 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.ValueExtractorDescriptorValueExtractorResolver. 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 ValueExtractorDescriptor Modifier and Type Method Description Set<ValueExtractorDescriptor>ValueExtractorResolver. getMaximallySpecificValueExtractors(Class<?> declaredType)Used to find all the maximally specific value extractors based on a declared type in the case of value unwrapping.Set<ValueExtractorDescriptor>ValueExtractorResolver. getPotentialValueExtractorCandidatesForCascadedValidation(Type declaredType)Used to determine the value extractors which potentially could be applied to the runtime type of a given declared type.Set<ValueExtractorDescriptor>ValueExtractorResolver. getValueExtractorCandidatesForCascadedValidation(Type declaredType, TypeVariable<?> typeParameter)Used to determine the value extractor candidates valid for a declared type and type variable.Set<ValueExtractorDescriptor>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 ValueExtractorDescriptor Modifier and Type Method Description static voidValueExtractorHelper. extractValues(ValueExtractorDescriptor valueExtractorDescriptor, Object containerValue, ValueExtractor.ValueReceiver valueReceiver)Method parameters in org.hibernate.validator.internal.engine.valueextraction with type arguments of type ValueExtractorDescriptor Modifier and Type Method Description ValueExtractorDescriptorValueExtractorManager. 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.ValueExtractorDescriptorValueExtractorResolver. 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.ValueExtractorDescriptorValueExtractorResolver. 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.static Set<Class<? extends ValueExtractor>>ValueExtractorHelper. toValueExtractorClasses(Set<ValueExtractorDescriptor> valueExtractorDescriptors)Constructor parameters in org.hibernate.validator.internal.engine.valueextraction with type arguments of type ValueExtractorDescriptor Constructor Description ValueExtractorManager(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 ValueExtractorDescriptor Modifier and Type Method Description Set<ValueExtractorDescriptor>ContainerCascadingMetaData. getValueExtractorCandidates()Method parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type ValueExtractorDescriptor Modifier and Type Method Description static PotentiallyContainerCascadingMetaDataPotentiallyContainerCascadingMetaData. 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 ValueExtractorDescriptor Modifier and Type Method Description Map<ValueExtractorDescriptor.Key,ValueExtractorDescriptor>ValidationBootstrapParameters. getValueExtractorDescriptors()Methods in org.hibernate.validator.internal.xml.config with parameters of type ValueExtractorDescriptor Modifier and Type Method Description voidValidationBootstrapParameters. addValueExtractorDescriptor(ValueExtractorDescriptor descriptor)
-