T - the type of the input to be validated.@FunctionalInterface
public interface Validator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
validate(T validatee)
Method to perform validation on a given object.
|
void validate(T validatee)
validatee - the inpected object being validated.Copyright © 2018 SAP SE. All Rights Reserved.