public class AttributeUtil
extends Object
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LIST_SEPARATOR
public static final String LIST_SEPARATOR
- See Also:
-
-
Method Details
-
fromLong
@Nullable
public static String fromLong(@Nullable
Long value)
-
fromBoolean
@Nullable
public static String fromBoolean(@Nullable
Boolean value)
-
-
toLong
@Nullable
public static Long toLong(@Nullable
String value)
-
toBoolean
@Nullable
public static Boolean toBoolean(@Nullable
String value)
-