Verwendungen von Klasse
org.freedesktop.dbus.Struct
-
Verwendungen von Struct in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungstatic <T extends Struct>
voidStructHelper.convertToStructCollection
(Collection<Object[]> _input, Class<T> _structType, Collection<T> _result) Creates a collection of struct of the given type using the list of object arrays.StructHelper.convertToStructList
(List<Object[]> _obj, Class<T> _structType) Creates aArrayList
of struct of the given type using the list of object arrays.StructHelper.convertToStructSet
(Set<Object[]> _obj, Class<T> _structType) Creates aLinkedHashSet
of struct of the given type using the list of object arrays.static <T extends Struct>
TStructHelper.createStruct
(Class<?>[] _constructorArgs, Object _values, Class<T> _classToConstruct) Will create a newStruct
subclass instance if possible.static <T extends Struct>
TStructHelper.createStructFromVariant
(Variant<?> _variant, Class<T> _structClass) Creates a instance of the givenStruct
subclass if the given variant is some sort of Struct.