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 classAn ordered collection of elements.final classDBusDict<KeyT extends DBusBasicType,ValueT extends DBusType> An object that maps keys to values.final classDBusDictEntry<KeyT extends DBusBasicType,ValueT extends DBusType> A map entry (key-value pair).final classA struct that can hold various objects.final classVariants may contain a value of any type.