All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.com.bancolombia.api.TemplateValidations Maven / Gradle / Ivy

Go to download

Messaging Converter Manager is a library that aims to abstract different implementations for messaging transformation.

The newest version!
package co.com.bancolombia.api;
import java.util.Map;

public interface TemplateValidations {
    boolean isOkResponseXmlToObject(Map object);

    boolean isOkResponseJsonToXml(String json);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy