java.lang.Object
io.helidon.codegen.classmodel.Executable
io.helidon.codegen.classmodel.Constructor
Constructor model.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAccess modifier of this component.List of annotations on this component.static Constructor.Builder
builder()
Create newConstructor.Builder
instance.Description (javadoc) of this component.name()
Name of this component.typeName()
Type name of this component.Methods inherited from class io.helidon.codegen.classmodel.Executable
exceptions, parameters
-
Method Details
-
builder
Create newConstructor.Builder
instance.- Returns:
- new builder instance
-
annotations
List of annotations on this component.- Returns:
- annotations
-
name
Name of this component.- Returns:
- component name
-
accessModifier
Access modifier of this component.- Returns:
- access modifier
-
description
Description (javadoc) of this component.- Returns:
- description lines
-
typeName
Type name of this component.- Returns:
- type name
-