Class MyfacesProperties.Validator
- java.lang.Object
-
- org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
-
- Enclosing class:
- MyfacesProperties
public static class MyfacesProperties.Validator extends java.lang.Object
Validator class of beanBeforeJsfValidation property.
-
-
Constructor Summary
Constructors Constructor Description Validator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.Boolean
getBeanBeforeJsfValidation()
int
hashCode()
void
setBeanBeforeJsfValidation(java.lang.Boolean beanBeforeJsfValidation)
java.lang.String
toString()
-
-
-
Method Detail
-
getBeanBeforeJsfValidation
public java.lang.Boolean getBeanBeforeJsfValidation()
-
setBeanBeforeJsfValidation
public void setBeanBeforeJsfValidation(java.lang.Boolean beanBeforeJsfValidation)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-