Uses of Class
org.freedesktop.dbus.Struct
Packages that use Struct
-
Uses of Struct in org.freedesktop.dbus
Methods in org.freedesktop.dbus with type parameters of type StructModifier and TypeMethodDescriptionstatic <T extends Struct>
TStructHelper.createStruct(Class<?>[] _constructorArgs, Object _values, Class<T> _classToConstruct) Will create a newStructsubclass instance if possible.static <T extends Struct>
TStructHelper.createStructFromVariant(Variant<?> _variant, Class<T> _structClass) Creates a instance of the givenStructsubclass if the given variant is some sort of Struct.