co.com.bancolombia.api.TemplateValidations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of converter-manager-api Show documentation
Show all versions of converter-manager-api Show documentation
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