public interface Validator<T>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getValidatedType()
Get the type that this validator validates
|
void |
validate(T value,
String field,
Context context)
Validate the given value
|
Copyright © 2019 ninjaframework. All rights reserved.