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.SortOrderEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(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:
writein classcom.google.gson.TypeAdapter<QueryTerm.SortOrderEnum>- Throws:
IOException
-
read
public QueryTerm.SortOrderEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException- Specified by:
readin classcom.google.gson.TypeAdapter<QueryTerm.SortOrderEnum>- Throws:
IOException
-