Package org.freedesktop.dbus.types
Class DBusMapType
- java.lang.Object
-
- org.freedesktop.dbus.types.DBusMapType
-
- All Implemented Interfaces:
ParameterizedType,Type
public class DBusMapType extends Object implements ParameterizedType
The type of a map. Should be used whenever you need a Type variable for a map.
-
-
Constructor Summary
Constructors Constructor Description DBusMapType(Type _k, Type _v)Create a map type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]getActualTypeArguments()TypegetOwnerType()TypegetRawType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
Method Detail
-
getActualTypeArguments
public Type[] getActualTypeArguments()
- Specified by:
getActualTypeArgumentsin interfaceParameterizedType
-
getRawType
public Type getRawType()
- Specified by:
getRawTypein interfaceParameterizedType
-
getOwnerType
public Type getOwnerType()
- Specified by:
getOwnerTypein interfaceParameterizedType
-
-