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