public static interface GsonMessageBodyProvider.ExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onRead(com.google.gson.Gson gson,
IOException exception) |
void |
onWrite(com.google.gson.Gson gson,
IOException exception) |
void onRead(com.google.gson.Gson gson,
IOException exception)
throws IOException,
javax.ws.rs.WebApplicationException,
RuntimeException
void onWrite(com.google.gson.Gson gson,
IOException exception)
throws IOException,
javax.ws.rs.WebApplicationException,
RuntimeException
Copyright © 2020 The Immutables.org authors. All rights reserved.