public class TypeConverter extends Object
| Constructor and Description |
|---|
TypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getJavaTypeFromDBusType(String _dbusType,
Set<String> _javaIncludes)
Converts a DBus data type string to java classname(s).
|
static String |
getProperJavaClass(String _argType,
Set<String> _includes)
Converts a java class type to another type.
|
public static String getProperJavaClass(String _argType, Set<String> _includes)
_argType - Argument to convert_includes - Set where additional includes will be added (should never be null!)public static String getJavaTypeFromDBusType(String _dbusType, Set<String> _javaIncludes) throws DBusException
_dbusType - DBus data type string_javaIncludes - List where additional imports will be added to (should not be null!)DBusException - on DBus errorCopyright © 2019. All rights reserved.