Uses of Class
org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
-
Packages that use MethodConfigurationRule Package Description org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean 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. -
-
Uses of MethodConfigurationRule in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return types with arguments of type MethodConfigurationRule Modifier and Type Method Description Set<MethodConfigurationRule>MethodValidationConfiguration. getConfiguredRuleSet()Return an unmodifiable Set of MethodConfigurationRule that are to be enforced based on the configuration. -
Uses of MethodConfigurationRule in org.hibernate.validator.internal.metadata.aggregated.rule
Subclasses of MethodConfigurationRule in org.hibernate.validator.internal.metadata.aggregated.rule Modifier and Type Class Description classOverridingMethodMustNotAlterParameterConstraintsRule that ensures that overriding methods don't add to or alter the constraints defined on the overridden method.classParallelMethodsMustNotDefineGroupConversionForCascadedReturnValueRule that ensures that methods in parallel types don't define group conversions for methods marked as cascaded in one of the parallel types.classParallelMethodsMustNotDefineParameterConstraintsRule that ensures that parallel methods don't define any parameter constraints.classReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLineRule that ensures that the method return value is marked only once as cascaded per hierarchy line.classVoidMethodsMustNotBeReturnValueConstrainedRule that ensures that void methods don't have any constraints or are marked as cascaded.
-