Package net.troja.eve.esi.model
Class CorporationContainersLogsResponse.PasswordTypeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<CorporationContainersLogsResponse.PasswordTypeEnum>
-
- net.troja.eve.esi.model.CorporationContainersLogsResponse.PasswordTypeEnum.Adapter
-
- Enclosing class:
- CorporationContainersLogsResponse.PasswordTypeEnum
public static class CorporationContainersLogsResponse.PasswordTypeEnum.Adapter extends com.google.gson.TypeAdapter<CorporationContainersLogsResponse.PasswordTypeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorporationContainersLogsResponse.PasswordTypeEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, CorporationContainersLogsResponse.PasswordTypeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, CorporationContainersLogsResponse.PasswordTypeEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<CorporationContainersLogsResponse.PasswordTypeEnum>- Throws:
IOException
-
read
public CorporationContainersLogsResponse.PasswordTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<CorporationContainersLogsResponse.PasswordTypeEnum>- Throws:
IOException
-
-