org.freedesktop.dbus.types
Class DBusStructType
java.lang.Object
org.freedesktop.dbus.types.DBusStructType
- All Implemented Interfaces:
- java.lang.reflect.ParameterizedType, java.lang.reflect.Type
public class DBusStructType
- extends java.lang.Object
- implements java.lang.reflect.ParameterizedType
The type of a struct.
Should be used whenever you need a Type variable for a struct.
Constructor Summary |
DBusStructType(java.lang.reflect.Type... contents)
Create a struct type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBusStructType
public DBusStructType(java.lang.reflect.Type... contents)
- Create a struct type.
- Parameters:
contents
- The types contained in this struct.
getActualTypeArguments
public java.lang.reflect.Type[] getActualTypeArguments()
- Specified by:
getActualTypeArguments
in interface java.lang.reflect.ParameterizedType
getRawType
public java.lang.reflect.Type getRawType()
- Specified by:
getRawType
in interface java.lang.reflect.ParameterizedType
getOwnerType
public java.lang.reflect.Type getOwnerType()
- Specified by:
getOwnerType
in interface java.lang.reflect.ParameterizedType