
static final class PostConstructAdapterFactory.PostConstructAdapter<T> extends TypeAdapter<T>
| Modifier and Type | Field and Description |
|---|---|
private TypeAdapter<T> |
delegate |
private Method |
method |
| Constructor and Description |
|---|
PostConstructAdapterFactory.PostConstructAdapter(TypeAdapter<T> delegate,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(JsonReader in) |
void |
write(JsonWriter out,
T value) |
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTreeprivate final TypeAdapter<T> delegate
private final Method method
public PostConstructAdapterFactory.PostConstructAdapter(TypeAdapter<T> delegate, Method method)
public T read(JsonReader in) throws IOException
read in class TypeAdapter<T>IOExceptionpublic void write(JsonWriter out, T value) throws IOException
write in class TypeAdapter<T>IOException