Class JakartaFaces3Properties.ValidatorProperties
java.lang.Object
org.joinfaces.autoconfigure.faces.JakartaFaces3Properties.ValidatorProperties
- Enclosing class:
- JakartaFaces3Properties
Valitador class for disableDefaultBeanValidator parameter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
If "true", disable JSR-303 Bean Validation.If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the <f:validateWholeBean /> tag is enabled.int
hashCode()
void
setDisableDefaultBeanValidator
(Boolean disableDefaultBeanValidator) If "true", disable JSR-303 Bean Validation.void
setEnableValidateWholeBean
(Boolean enableValidateWholeBean) If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the <f:validateWholeBean /> tag is enabled.toString()
-
Constructor Details
-
ValidatorProperties
public ValidatorProperties()
-
-
Method Details
-
getDisableDefaultBeanValidator
If "true", disable JSR-303 Bean Validation. -
getEnableValidateWholeBean
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the <f:validateWholeBean /> tag is enabled. If not set or set to false, this tag is a no-op. -
setDisableDefaultBeanValidator
If "true", disable JSR-303 Bean Validation. -
setEnableValidateWholeBean
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the <f:validateWholeBean /> tag is enabled. If not set or set to false, this tag is a no-op. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-