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 void
MethodConfigurationRule.apply
(ConstrainedExecutable method, ConstrainedExecutable otherMethod) Applies this rule.void
OverridingMethodMustNotAlterParameterConstraints.apply
(ConstrainedExecutable method, ConstrainedExecutable otherMethod) void
ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue.apply
(ConstrainedExecutable method, ConstrainedExecutable otherMethod) void
ParallelMethodsMustNotDefineParameterConstraints.apply
(ConstrainedExecutable method, ConstrainedExecutable otherMethod) void
ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine.apply
(ConstrainedExecutable method, ConstrainedExecutable otherMethod) void
VoidMethodsMustNotBeReturnValueConstrained.apply
(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable) protected boolean
MethodConfigurationRule.isDefinedOnParallelType
(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable) WhetherotherExecutable
is defined on a parallel of the declaring type ofexecutable
or not.protected boolean
MethodConfigurationRule.isDefinedOnSubType
(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable) WhetherotherExecutable
is defined on a subtype of the declaring type ofexecutable
or 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 TypeMethodDescriptionboolean
ConstrainedExecutable.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.