public abstract class AbstractMethodValidator<H extends HeaderValidator,B extends BodyValidator,Q extends QueryParameterValidator,P extends PathParameterValidator> extends Object implements MethodValidator
| Constructor and Description |
|---|
AbstractMethodValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(javax.servlet.http.HttpServletRequest request,
MessageError messageError)
Common validator which validates request headers and body
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodNamepublic void validate(javax.servlet.http.HttpServletRequest request,
MessageError messageError)
validate in interface MethodValidatorrequest - HttpServletRequestmessageError - is populated by errors during validationCopyright © 2019. All rights reserved.