Class InteropDataValidator
java.lang.Object
org.apache.fineract.interoperation.serialization.InteropDataValidator
-
Constructor Summary
ConstructorsConstructorDescriptionInteropDataValidator(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromJsonHelper) -
Method Summary
Modifier and TypeMethodDescriptionvalidateAndParseCreateIdentifier(@NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull String idValue, String subIdOrType, org.apache.fineract.infrastructure.core.api.JsonCommand command) validateAndParseCreateQuote(org.apache.fineract.infrastructure.core.api.JsonCommand command) validateAndParseCreateRequest(org.apache.fineract.infrastructure.core.api.JsonCommand command) validateAndParseCreateTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command) validateAndParsePrepareTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command) validateAndParseTransferRequest(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
InteropDataValidator
@Autowired public InteropDataValidator(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromJsonHelper)
-
-
Method Details
-
validateAndParseTransferRequest
public InteropTransferRequestData validateAndParseTransferRequest(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateAndParseCreateIdentifier
public InteropIdentifierRequestData validateAndParseCreateIdentifier(@NotNull @NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull @NotNull String idValue, String subIdOrType, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateAndParseCreateRequest
public InteropTransactionRequestData validateAndParseCreateRequest(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateAndParseCreateQuote
public InteropQuoteRequestData validateAndParseCreateQuote(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateAndParsePrepareTransfer
public InteropTransferRequestData validateAndParsePrepareTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateAndParseCreateTransfer
public InteropTransferRequestData validateAndParseCreateTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-