Class ConstraintViolationBean.FieldInfoBean
java.lang.Object
jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
- Enclosing class:
ConstraintViolationBean<T>
Stores field-unit parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe key of the bean.When a validator added to a class detects a violation, it can be a combination of values between multiple items.boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fullPropertyPath
The key of the bean. It's a propertyPath which designate from rootBean to the violation-occurring field. -
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
-
showsValue
public boolean showsValue
-
-
Constructor Details
-
FieldInfoBean
Constructs a new instance.
-