Package org.openapitools.client.model
Class VariableInstanceQueryDtoSorting.SortOrderEnum.Adapter
- java.lang.Object
-
- TypeAdapter<org.openapitools.client.model.VariableInstanceQueryDtoSorting.SortOrderEnum>
-
- org.openapitools.client.model.VariableInstanceQueryDtoSorting.SortOrderEnum.Adapter
-
- Enclosing class:
- VariableInstanceQueryDtoSorting.SortOrderEnum
public static class VariableInstanceQueryDtoSorting.SortOrderEnum.Adapter extends TypeAdapter<org.openapitools.client.model.VariableInstanceQueryDtoSorting.SortOrderEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableInstanceQueryDtoSorting.SortOrderEnumread(JsonReader jsonReader)voidwrite(JsonWriter jsonWriter, VariableInstanceQueryDtoSorting.SortOrderEnum enumeration)
-
-
-
Method Detail
-
write
public void write(JsonWriter jsonWriter, VariableInstanceQueryDtoSorting.SortOrderEnum enumeration) throws IOException- Throws:
IOException
-
read
public VariableInstanceQueryDtoSorting.SortOrderEnum read(JsonReader jsonReader) throws IOException
- Throws:
IOException
-
-