The cached validation result.
The global application instance.
Get the global Application.
Validate and get the request input. Throws a validation error on fail. Internally, caches the result after the first validation. So, singleton validators will avoid re-processing their rules every time.
Get the method with the given name from this class, bound to this class.
function
The validation rules that should be applied to the request to guarantee that it contains the given data type.
Call the make()
method on the global container.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Base class for defining reusable validators for request routes. If instantiated with a container, it must be a request-level container, but the type interface allows any data-container to be used when creating manually.
You should mark implementations of this class as singleton to avoid re-validating the input data every time it is accessed.