Class ArrayFrob
java.lang.Object
org.freedesktop.dbus.ArrayFrob
-
Method Details
-
getPrimitiveToWrapperTypes
@Deprecated(since="5.1.1 - 2024-09-15") public static Map<Class<?>,Class<?>> getPrimitiveToWrapperTypes()Deprecated.- Returns:
- Map with primitive type and wrapper types
-
getWrapperToPrimitiveTypes
@Deprecated(since="5.1.1 - 2024-09-15") public static Map<Class<?>,Class<?>> getWrapperToPrimitiveTypes()Deprecated.- Returns:
- Map with wrapper type and primitive type
-
wrap
- Throws:
IllegalArgumentException
-
unwrap
- Throws:
IllegalArgumentException
-
listify
- Throws:
IllegalArgumentException
-
listify
- Throws:
IllegalArgumentException
-
delist
- Throws:
IllegalArgumentException
-
delistprimitive
- Throws:
IllegalArgumentException
-
convert
- Throws:
IllegalArgumentException
-
type
-
PrimitiveUtils.getPrimitiveToWrapperTypes()