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