Class AttributeUtil

java.lang.Object
de.aservo.confapi.crowd.util.AttributeUtil

public class AttributeUtil extends Object
  • Field Details

  • Method Details

    • fromLong

      @Nullable public static String fromLong(@Nullable Long value)
    • fromBoolean

      @Nullable public static String fromBoolean(@Nullable Boolean value)
    • fromIntegerList

      public static String fromIntegerList(@Nullable List<Integer> value)
    • toLong

      @Nullable public static Long toLong(@Nullable String value)
    • toBoolean

      @Nullable public static Boolean toBoolean(@Nullable String value)
    • toIntegerList

      @Nullable public static List<Integer> toIntegerList(@Nullable String value)