Package com.onfido.model
Class DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum>
-
- com.onfido.model.DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum.Adapter
-
- Enclosing class:
- DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum
public static class DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum.Adapter extends com.google.gson.TypeAdapter<DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum>- Throws:
IOException
-
read
public DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum>- Throws:
IOException
-
-