Class ValueRequires
java.lang.Object
ortus.boxlang.runtime.validation.dynamic.ValueRequires
- All Implemented Interfaces:
Validator
If this record is present, ensure that the required records are also present
-
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
-
ValueRequires
-
-
Method Details