IpsStringUtils instead. It provides the same
functionality.@Deprecated public class StringUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY
Deprecated.
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
EMPTY constant of
IpsStringUtils instead. It provides the same content. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(String s)
Deprecated.
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
isBlank(String s) method of
IpsStringUtils instead. It has the same functionality. |
static boolean |
isEmpty(String s)
Deprecated.
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
isEmpty(String s) method of
IpsStringUtils instead. It has the same functionality. |
@Deprecated public static final String EMPTY
EMPTY constant of
IpsStringUtils instead. It provides the same content.@Deprecated public static final boolean isEmpty(String s)
isEmpty(String s) method of
IpsStringUtils instead. It has the same functionality.@Deprecated public static final boolean isBlank(String s)
isBlank(String s) method of
IpsStringUtils instead. It has the same functionality.Copyright © 2023. All rights reserved.