
io.lsn.spring.system.mapper.domain.SystemMapperDaoInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of system.mapper Show documentation
Show all versions of system.mapper Show documentation
System to system mapping utilities
The newest version!
package io.lsn.spring.system.mapper.domain;
public interface SystemMapperDaoInterface {
/**
* returns all system mappings as JSON
*
* @return
*/
String getList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy