Uses of Class
jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
Packages that use ConstraintViolationBean
Package
Description
Provides Exceptions.
Provides utilities used in wide situations.
-
Uses of ConstraintViolationBean in jp.ecuacion.lib.core.exception.checked
Methods in jp.ecuacion.lib.core.exception.checked that return ConstraintViolationBeanModifier and TypeMethodDescriptionValidationAppException.getConstraintViolationBean()Gets BeanValidationErrorInfoBean.Methods in jp.ecuacion.lib.core.exception.checked that return types with arguments of type ConstraintViolationBeanConstructors in jp.ecuacion.lib.core.exception.checked with parameters of type ConstraintViolationBeanModifierConstructorDescription<T>Constructs a new instance withBeanValidationErrorInfoBean. -
Uses of ConstraintViolationBean in jp.ecuacion.lib.core.util
Methods in jp.ecuacion.lib.core.util that return types with arguments of type ConstraintViolationBeanModifier and TypeMethodDescriptionstatic <T> Set<ConstraintViolationBean<T>> ValidationUtil.validate(T object) Validates and returnsSet<ConstraintViolationBean<T>>.static <T> Set<ConstraintViolationBean<T>> Validates and returnsSet<ConstraintViolationBean<T>>.static <T> Set<ConstraintViolationBean<T>> ValidationUtil.validate(T object, ValidationUtil.ParameterBean parameterBean) Validates and returnsSet<ConstraintViolationBean<T>>.static <T> Set<ConstraintViolationBean<T>> ValidationUtil.validate(T object, ValidationUtil.ParameterBean parameterBean, Class<?>... groups) Validates and returnsSet<ConstraintViolationBean<T>>.