Class SearchCertificateSortRestRequest.OperationEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<SearchCertificateSortRestRequest.OperationEnum>
-
- de.trustable.ca3s.core.service.dto.ejbca.SearchCertificateSortRestRequest.OperationEnum.Adapter
-
- Enclosing class:
- SearchCertificateSortRestRequest.OperationEnum
public static class SearchCertificateSortRestRequest.OperationEnum.Adapter extends com.google.gson.TypeAdapter<SearchCertificateSortRestRequest.OperationEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCertificateSortRestRequest.OperationEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, SearchCertificateSortRestRequest.OperationEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, SearchCertificateSortRestRequest.OperationEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<SearchCertificateSortRestRequest.OperationEnum>- Throws:
IOException
-
read
public SearchCertificateSortRestRequest.OperationEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<SearchCertificateSortRestRequest.OperationEnum>- Throws:
IOException
-
-