| ClassBuilderInfo |
Helper to create Java class/interface files with proper formatting.
|
| ClassBuilderInfo.AnnotationInfo |
Contains information about annotation to place on classes, members or methods.
|
| ClassBuilderInfo.ClassConstructor |
Pojo which represents a class constructor.
|
| ClassBuilderInfo.ClassMethod |
Pojo which represents a class method.
|
| ClassBuilderInfo.MemberOrArgument |
Pojo which represents a class member/field or argument.
|
| InterfaceCodeGenerator |
Replacement for the old CreateInterface tool.
|
| StructTreeBuilder |
Helper to create a DBus struct class.
|
| StructTreeBuilder.StructTree |
Class to represent a tree structure.
|
| TypeConverter |
Helper to convert DBus types and java types.
|