Class QueryTerm.SortOrderEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<QueryTerm.SortOrderEnum>
com.vmware.vra.jenkinsplugin.model.iaas.QueryTerm.SortOrderEnum.Adapter
- Enclosing class:
- QueryTerm.SortOrderEnum
public static class QueryTerm.SortOrderEnum.Adapter extends com.google.gson.TypeAdapter<QueryTerm.SortOrderEnum>
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
Modifier and Type Method Description QueryTerm.SortOrderEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, QueryTerm.SortOrderEnum enumeration)
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, QueryTerm.SortOrderEnum enumeration) throws IOException- Specified by:
write
in classcom.google.gson.TypeAdapter<QueryTerm.SortOrderEnum>
- Throws:
IOException
-
read
public QueryTerm.SortOrderEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException- Specified by:
read
in classcom.google.gson.TypeAdapter<QueryTerm.SortOrderEnum>
- Throws:
IOException
-