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