StringUtils (Spring Framework 6.0.13 API)
Spring 提供的对 String 的工具类
判空
boolean hasLength(CharSequence str)
boolean hasLength(String str)
neither null nor of length 0
不是 null 也不是 长度为0
StringUtils (Spring Framework 6.0.13 API)
Spring 提供的对 String 的工具类
boolean hasLength(CharSequence str)
boolean hasLength(String str)
neither null nor of length 0
不是 null 也不是 长度为0