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