Uses of Class
com.lucimber.dbus.type.DBusDict
Packages that use DBusDict
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
Standard D-Bus interfaces and implementations for common D-Bus functionality.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusDict in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusDict -
Uses of DBusDict in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusDictModifier and TypeMethodDescription -
Uses of DBusDict in com.lucimber.dbus.standard
Methods in com.lucimber.dbus.standard that return DBusDictModifier and TypeMethodDescriptionObjectManager.getManagedObjects()
Gets all managed objects below this object path.Properties.getProperties
(DBusString interfaceName) Gets all properties.Methods in com.lucimber.dbus.standard that return types with arguments of type DBusDictModifier and TypeMethodDescriptionObjectManager.getManagedObjects()
Gets all managed objects below this object path.ObjectManager.getManagedObjects()
Gets all managed objects below this object path. -
Uses of DBusDict in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusDictModifier and TypeMethodDescriptionstatic DBusDict<DBusString,
DBusString> DBusDict.fromStringMap
(Map<String, String> map) Creates a dictionary with string keys and string values from a Java Map.static DBusDict<DBusString,
DBusVariant> DBusDict.fromVariantMap
(Map<String, Object> map) Creates a dictionary with string keys and variant values from a Java Map.static DBusDict<DBusInt32,
DBusString> DBusDict.ofInt32ToString()
Creates a dictionary with int32 keys and string values.static DBusDict<DBusObjectPath,
DBusString> DBusDict.ofObjectPathToString()
Creates a dictionary with object path keys and string values.static DBusDict<DBusString,
DBusBoolean> DBusDict.ofStringToBoolean()
Creates a dictionary with string keys and boolean values.static DBusDict<DBusString,
DBusInt32> DBusDict.ofStringToInt32()
Creates a dictionary with string keys and int32 values.static DBusDict<DBusString,
DBusInt64> DBusDict.ofStringToInt64()
Creates a dictionary with string keys and int64 values.static DBusDict<DBusString,
DBusString> DBusDict.ofStringToString()
Creates a dictionary with string keys and string values.static DBusDict<DBusString,
DBusVariant> DBusDict.ofStringToVariant()
Creates a dictionary with string keys and variant values.Constructors in com.lucimber.dbus.type with parameters of type DBusDict