Class ValueOneOf
java.lang.Object
ortus.boxlang.runtime.validation.dynamic.ValueOneOf
- All Implemented Interfaces:
Validator
If this record is present, ensure it is one of the valid string values (case insensitive)
-
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
-
ValueOneOf
-
-
Method Details