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

cn.wwmxd.util.StringHelper Maven / Gradle / Ivy

There is a newer version: 1.1.4-Release
Show newest version
package cn.wwmxd.util;

/**
 * Created by ace on 2017/9/10.
 */
public class StringHelper {
    public static String getObjectValue(Object obj){
        return obj==null?"":obj.toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy