Specified type of data which is being validated
Essential structure of the validation provider
Input data to be validated
Returns that if the data structure fits in the specified type or not
Dummy type parameter which extends T
The input data to be checked that if it fits in the structure or not
Returns input data as T if it fits into T, throws TypeCastException otherwise.
Generated using TypeDoc
Essential structure of the validation provider