Uses of Class
org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Packages that use ConstrainedExecutable
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints
on overridden/implemented methods in inheritance hierarchies.
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
-
Uses of ConstrainedExecutable in org.hibernate.validator.internal.metadata.aggregated
Constructors in org.hibernate.validator.internal.metadata.aggregated with parameters of type ConstrainedExecutableModifierConstructorDescriptionBuilder(Class<?> beanClass, ConstrainedExecutable constrainedExecutable, ConstraintCreationContext constraintCreationContext, ExecutableHelper executableHelper, ExecutableParameterNameProvider parameterNameProvider, MethodValidationConfiguration methodValidationConfiguration) Builder(Class<?> beanClass, ConstrainedExecutable constrainedMethod, ConstraintCreationContext constraintCreationContext) -
Uses of ConstrainedExecutable in org.hibernate.validator.internal.metadata.aggregated.rule
Methods in org.hibernate.validator.internal.metadata.aggregated.rule with parameters of type ConstrainedExecutableModifier and TypeMethodDescriptionabstract voidMethodConfigurationRule.apply(ConstrainedExecutable method, ConstrainedExecutable otherMethod) Applies this rule.voidOverridingMethodMustNotAlterParameterConstraints.apply(ConstrainedExecutable method, ConstrainedExecutable otherMethod) voidParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue.apply(ConstrainedExecutable method, ConstrainedExecutable otherMethod) voidParallelMethodsMustNotDefineParameterConstraints.apply(ConstrainedExecutable method, ConstrainedExecutable otherMethod) voidReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine.apply(ConstrainedExecutable method, ConstrainedExecutable otherMethod) voidVoidMethodsMustNotBeReturnValueConstrained.apply(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable) protected booleanMethodConfigurationRule.isDefinedOnParallelType(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable) WhetherotherExecutableis defined on a parallel of the declaring type ofexecutableor not.protected booleanMethodConfigurationRule.isDefinedOnSubType(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable) WhetherotherExecutableis defined on a subtype of the declaring type ofexecutableor not. -
Uses of ConstrainedExecutable in org.hibernate.validator.internal.metadata.raw
Methods in org.hibernate.validator.internal.metadata.raw that return ConstrainedExecutableModifier and TypeMethodDescriptionConstrainedExecutable.merge(ConstrainedExecutable other) Creates a new constrained executable object by merging this and the given other executable.Methods in org.hibernate.validator.internal.metadata.raw with parameters of type ConstrainedExecutableModifier and TypeMethodDescriptionbooleanConstrainedExecutable.isEquallyParameterConstrained(ConstrainedExecutable other) Whether this and the given other executable have the same parameter constraints.ConstrainedExecutable.merge(ConstrainedExecutable other) Creates a new constrained executable object by merging this and the given other executable.