Class BooleanValidator
java.lang.Object
com.jackmeng.halcyoninae.halcyon.utils.BooleanValidator
- All Implemented Interfaces:
PropertyValidator
An implementation for any property validators
that just need a simple Boolean structure.
- Since:
- 3.2
- Author:
- Jack Meng
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanValidator
public BooleanValidator()
-
-
Method Details
-
isValid
- Specified by:
isValid
in interfacePropertyValidator
- Parameters:
propertyValue
-- Returns:
- boolean
-