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