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