Class ClassBuilderInfo.ClassConstructor
java.lang.Object
org.freedesktop.dbus.utils.generator.ClassBuilderInfo.ClassConstructor
- Enclosing class:
ClassBuilderInfo
Pojo which represents a class constructor.
- Since:
- v3.0.1 - 2018-12-20
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<ClassBuilderInfo.MemberOrArgument> Map of arguments for the constructor.private final List<ClassBuilderInfo.MemberOrArgument> Map of arguments for the super-constructor.List of throws arguments. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arguments
Map of arguments for the constructor. Key is argument name, value is argument type. -
superArguments
Map of arguments for the super-constructor. Key is argument name, value is argument type. -
throwArguments
List of throws arguments.
-
-
Constructor Details
-
ClassConstructor
public ClassConstructor()
-
-
Method Details