Class LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum>
org.apache.fineract.client.models.LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum.Adapter
- Enclosing class:
LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum
public static class LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum.Adapter
extends com.google.gson.TypeAdapter<LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader jsonReader) voidwrite(com.google.gson.stream.JsonWriter jsonWriter, LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum 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, LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum enumeration) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum>- Throws:
IOException
-
read
public LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException - Specified by:
readin classcom.google.gson.TypeAdapter<LoanProductInterestRecalculationDetails.CompoundingFrequencyTypeEnum>- Throws:
IOException
-