T - the object type that contains the validation methodpublic abstract class ValidationCaller<T> extends Object
@SelfValidation.
It is used as a base class for the code generation.| Modifier and Type | Field and Description |
|---|---|
protected T |
validationObject |
| Constructor and Description |
|---|
ValidationCaller() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
call(ViolationCollector vc) |
T |
getValidationObject() |
void |
setValidationObject(T obj) |
public void setValidationObject(T obj)
public abstract void call(ViolationCollector vc)
Copyright © 2021. All rights reserved.