Uses of Interface
com.lucimber.dbus.type.DBusContainerType
Packages that use DBusContainerType
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusContainerType in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder with type parameters of type DBusContainerTypeModifier and TypeMethodDescriptionstatic <R extends DBusContainerType>
DecoderResult<R>DecoderUtils.decodeContainerType
(DBusSignature signature, ByteBuffer buffer, int offset) Decodes a D-Bus container type from the buffer. -
Uses of DBusContainerType in com.lucimber.dbus.type
Classes in com.lucimber.dbus.type that implement DBusContainerTypeModifier and TypeClassDescriptionfinal class
An ordered collection of elements.final class
DBusDict<KeyT extends DBusBasicType,
ValueT extends DBusType> An object that maps keys to values.final class
DBusDictEntry<KeyT extends DBusBasicType,
ValueT extends DBusType> A map entry (key-value pair).final class
A struct that can hold various objects.final class
Variants may contain a value of any type.