首页>代码>ssm开发生产管理ERP系统>/src/main/java/com/megagao/production/ssm/controller/converter/StringTrimConverter.java
package com.megagao.production.ssm.controller.converter;

import org.springframework.core.convert.converter.Converter;

/**
 *
 * 自定义字符串转换器
 */
public class StringTrimConverter implements Converter<String, String> {
	@Override
	public String convert(String source) {
		try {
			//去掉字符串两边空格,如果去除后为空设置为null
			if(source!=null){
				source = source.trim();
				if(source.equals("")){
					return null;
				}
			}
		} catch (Exception e) {
			e.printStackTrace();
		}
		return source;
	}
}
最近下载更多
chutianyu  LV4 7月22日
13188866605  LV12 4月18日
爱情的本质  LV16 2024年8月8日
泓鼎168  LV20 2024年6月18日
educationAAA  LV11 2024年4月30日
weilaizhisheng  LV21 2024年3月27日
pureshyness  LV6 2024年2月14日
403401  LV2 2023年12月17日
guanrenan  LV10 2023年11月28日
daguocai001  LV3 2023年11月4日
最近浏览更多
dazi001 8月10日
暂无贡献等级
chutianyu  LV4 7月22日
萌萌哒的泰迪熊  LV4 6月16日
xmjying  LV13 6月11日
哪里的完整版  LV8 3月1日
xianyu091012  LV5 2024年12月26日
蛋蛋蛋蛋的糕糕 2024年12月17日
暂无贡献等级
别让自己无聊  LV13 2024年12月10日
微信网友_7269098639953920  LV2 2024年11月25日
shunlun8855  LV1 2024年10月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友