public final class AcceptJsonRequestHandler extends RequestHandler2
| Constructor and Description | 
|---|
| AcceptJsonRequestHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterError(Request<?> request,
          Response<?> response,
          Exception e) | 
| void | afterResponse(Request<?> request,
             Response<?> response) | 
| void | beforeRequest(Request<?> request) | 
adapt, afterAttempt, beforeAttempt, beforeExecution, beforeMarshalling, beforeUnmarshallingpublic void beforeRequest(Request<?> request)
beforeRequest in interface IRequestHandler2beforeRequest in class RequestHandler2public void afterResponse(Request<?> request, Response<?> response)
afterResponse in interface IRequestHandler2afterResponse in class RequestHandler2public void afterError(Request<?> request, Response<?> response, Exception e)
afterError in interface IRequestHandler2afterError in class RequestHandler2Copyright © 2022. All rights reserved.