Uses of Interface
com.lucimber.dbus.codec.encoder.Encoder

Packages that use Encoder
Package
Description
D-Bus message encoding infrastructure for converting Java objects to wire format.
  • Uses of Encoder in com.lucimber.dbus.codec.encoder

    Classes in com.lucimber.dbus.codec.encoder that implement Encoder
    Modifier and Type
    Class
    Description
    final class 
    An encoder which encodes an array to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a boolean to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a byte to the D-Bus marshalling format using ByteBuffer.
    final class 
    DictEncoder<KeyT extends DBusBasicType,ValueT extends DBusType>
    An encoder which encodes a dictionary to the D-Bus marshalling format using ByteBuffer.
    final class 
    DictEntryEncoder<KeyT extends DBusBasicType,ValueT extends DBusType>
    An encoder which encodes a key-value pair to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a double to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a short to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a 32-bit integer to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a 64-bit integer to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes an object path to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a signature to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a string to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a struct to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes an unsigned 16-bit integer to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes an unsigned 32-bit integer to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes an unsigned 64-bit integer to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a file-descriptor to the D-Bus marshalling format using ByteBuffer.
    final class 
    An encoder which encodes a variant to the D-Bus marshalling format using ByteBuffer.
    Modifier and Type
    Method
    Description
    DefaultEncoderFactory.EncoderCreator.create(ByteOrder order)
     
    DefaultEncoderFactory.createEncoder(Type type, ByteOrder order)
     
    EncoderFactory.createEncoder(Type type, ByteOrder order)
    Creates an encoder for the specified D-Bus type.