Class ConstraintViolationBean.FieldInfoBean

java.lang.Object
jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
Enclosing class:
ConstraintViolationBean<T>

public static class ConstraintViolationBean.FieldInfoBean extends Object
Stores field-unit parameters.
  • Field Details

    • fullPropertyPath

      public String fullPropertyPath
      The key of the bean. It's a propertyPath which designate from rootBean to the violation-occurring field.
    • itemPropertyPathForForm

      public String itemPropertyPathForForm
      When a validator added to a class detects a violation, it can be a combination of values between multiple items. In that case you want to set error multiple itemPropertyPaths for those items.
    • itemNameKey

      public String itemNameKey
    • showsValue

      public boolean showsValue
  • Constructor Details

    • FieldInfoBean

      public FieldInfoBean(String fullPropertyPath)
      Constructs a new instance.