Class Min
java.lang.Object
ortus.boxlang.runtime.validation.dynamic.Min
- All Implemented Interfaces:
Validator
I require a numeric record that cannot be greater than the number I'm instantiated with
-
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
-
Min
-
-
Method Details