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