Class LoanProductRelatedDetail.InterestMethodEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<LoanProductRelatedDetail.InterestMethodEnum>
org.apache.fineract.client.models.LoanProductRelatedDetail.InterestMethodEnum.Adapter
- Enclosing class:
LoanProductRelatedDetail.InterestMethodEnum
public static class LoanProductRelatedDetail.InterestMethodEnum.Adapter
extends com.google.gson.TypeAdapter<LoanProductRelatedDetail.InterestMethodEnum>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader jsonReader) voidwrite(com.google.gson.stream.JsonWriter jsonWriter, LoanProductRelatedDetail.InterestMethodEnum enumeration) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, LoanProductRelatedDetail.InterestMethodEnum enumeration) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<LoanProductRelatedDetail.InterestMethodEnum>- Throws:
IOException
-
read
public LoanProductRelatedDetail.InterestMethodEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException - Specified by:
readin classcom.google.gson.TypeAdapter<LoanProductRelatedDetail.InterestMethodEnum>- Throws:
IOException
-