Uses of Class
org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Packages that use ConstrainedExecutable Package Description 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.metadata.aggregated.rule Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints on overridden/implemented methods in inheritance hierarchies.org.hibernate.validator.internal.metadata.raw 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 ConstrainedExecutable Constructor Description Builder(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 ConstrainedExecutable Modifier and Type Method Description abstract 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 ConstrainedExecutable Modifier and Type Method Description ConstrainedExecutableConstrainedExecutable. 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 ConstrainedExecutable Modifier and Type Method Description booleanConstrainedExecutable. isEquallyParameterConstrained(ConstrainedExecutable other)Whether this and the given other executable have the same parameter constraints.ConstrainedExecutableConstrainedExecutable. merge(ConstrainedExecutable other)Creates a new constrained executable object by merging this and the given other executable.
-