Package org.linkki.util.validation
Interface ValidationMarker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for validation message markers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidationMarkerMarks a mandatory field and returnstrueforisRequiredInformationMissing(). -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the marker marks a validation for a mandatory field.
-
Field Details
-
REQUIRED
Marks a mandatory field and returnstrueforisRequiredInformationMissing().
-
-
Method Details
-
isRequiredInformationMissing
boolean isRequiredInformationMissing()Returnstrueif the marker marks a validation for a mandatory field.
-