public abstract class PayloadValidator<T> extends AbstractResponseValidator<T>
Constructor and Description |
---|
PayloadValidator() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
extractPayload()
If true will extract the payload as the parameter for validateResponse()
|
getLastMessage, handleMessage, validateResponse
protected final boolean extractPayload()
AbstractResponseValidator
extractPayload
in class AbstractResponseValidator<T>