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

com.github.linushp.commons.StringParser Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.github.linushp.commons;

public interface StringParser {

    /**
     * 对象转字符串的方法
     *
     * @param o 对象
     * @return 字符串
     */
    String valueOf(Object o);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy