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