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