Uses of Class
org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
Packages that use ConstrainedParameter
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
-
Uses of ConstrainedParameter in org.hibernate.validator.internal.metadata.aggregated
Constructors in org.hibernate.validator.internal.metadata.aggregated with parameters of type ConstrainedParameterModifierConstructorDescriptionBuilder
(Class<?> beanClass, ConstrainedParameter constrainedParameter, ConstraintCreationContext constraintCreationContext, ExecutableParameterNameProvider parameterNameProvider) -
Uses of ConstrainedParameter in org.hibernate.validator.internal.metadata.raw
Methods in org.hibernate.validator.internal.metadata.raw that return ConstrainedParameterModifier and TypeMethodDescriptionConstrainedExecutable.getParameterMetaData
(int parameterIndex) Constraint meta data for the specified parameter.ConstrainedParameter.merge
(ConstrainedParameter other) Creates a new constrained parameter object by merging this and the given other parameter.Methods in org.hibernate.validator.internal.metadata.raw that return types with arguments of type ConstrainedParameterModifier and TypeMethodDescriptionConstrainedExecutable.getAllParameterMetaData()
Returns meta data for all parameters of the represented executable.Methods in org.hibernate.validator.internal.metadata.raw with parameters of type ConstrainedParameterModifier and TypeMethodDescriptionConstrainedParameter.merge
(ConstrainedParameter other) Creates a new constrained parameter object by merging this and the given other parameter.Constructor parameters in org.hibernate.validator.internal.metadata.raw with type arguments of type ConstrainedParameterModifierConstructorDescriptionConstrainedExecutable
(ConfigurationSource source, Callable callable, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> crossParameterConstraints, Set<MetaConstraint<?>> returnValueConstraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder) Creates a new executable meta data object.