Package ortus.boxlang.runtime.validation
Class GreaterThanZero
java.lang.Object
ortus.boxlang.runtime.validation.GreaterThanZero
- All Implemented Interfaces:
Validator
I require numberic value greater than zero. If the record was not passed, I do nothing.
-
Field Summary
Fields inherited from interface ortus.boxlang.runtime.validation.Validator
DEFAULT_VALUE, NON_EMPTY, NOT_IMPLEMENTED, REQUIRED, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(IBoxContext context, Key caller, Validatable record, IStruct records) Validate a record instance.
-
Constructor Details
-
GreaterThanZero
public GreaterThanZero()
-
-
Method Details