Package org.freedesktop.dbus.types
Class DBusListType
java.lang.Object
org.freedesktop.dbus.types.DBusListType
- All Implemented Interfaces:
ParameterizedType
,Type
The type of a list.
Should be used whenever you need a Type variable for a list.
-
Constructor Details
-
DBusListType
Create a List type.- Parameters:
v
- Type of the list contents.
-
-
Method Details
-
getActualTypeArguments
- Specified by:
getActualTypeArguments
in interfaceParameterizedType
-
getRawType
- Specified by:
getRawType
in interfaceParameterizedType
-
getOwnerType
- Specified by:
getOwnerType
in interfaceParameterizedType
-