Class InterestIncentiveDataValidator

java.lang.Object
org.apache.fineract.portfolio.interestratechart.data.InterestIncentiveDataValidator

@Component public class InterestIncentiveDataValidator extends Object
  • Constructor Details

    • InterestIncentiveDataValidator

      @Autowired public InterestIncentiveDataValidator(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper)
  • Method Details

    • validateCreate

      public void validateCreate(String json)
    • validateIncentiveCreate

      public void validateIncentiveCreate(com.google.gson.JsonElement element, org.apache.fineract.infrastructure.core.data.DataValidatorBuilder baseDataValidator, Locale locale)
    • validateUpdate

      public void validateUpdate(String json)
    • validateIncentiveUpdate

      public void validateIncentiveUpdate(com.google.gson.JsonElement element, org.apache.fineract.infrastructure.core.data.DataValidatorBuilder baseDataValidator, Locale locale)