
ars.util.Formable Maven / Gradle / Ivy
The newest version!
package ars.util;
import java.util.Map;
/**
* 对象可格式化接口
*
* @author wuyongqiang
*/
public interface Formable {
/**
* 对象键/值对格式化
*
* @return 键/值对
*/
public Map format();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy