Uses of Class
com.lucimber.dbus.type.DBusBoolean
Packages that use DBusBoolean
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.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusBoolean in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusBoolean -
Uses of DBusBoolean in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusBoolean -
Uses of DBusBoolean in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusBooleanModifier and TypeMethodDescriptionstatic DBusBoolean
DBusBoolean.valueOf
(boolean value) Constructs a new D-Bus boolean from its Java counterpart.Methods in com.lucimber.dbus.type that return types with arguments of type DBusBooleanModifier and TypeMethodDescriptionstatic DBusArray<DBusBoolean>
DBusArray.ofBooleans
(boolean... booleans) Creates an array of booleans.static DBusDict<DBusString,
DBusBoolean> DBusDict.ofStringToBoolean()
Creates a dictionary with string keys and boolean values.