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