Class InstantAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<Instant>
-
- cn.boboweike.carrot.utils.mapper.gson.InstantAdapter
-
public final class InstantAdapter extends com.google.gson.TypeAdapter<Instant>
-
-
Constructor Summary
Constructors Constructor Description InstantAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instantread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, Instant instant)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, Instant instant) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<Instant>- Throws:
IOException
-
read
public Instant read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<Instant>- Throws:
IOException
-
-