java.lang.Object
io.helidon.codegen.classmodel.Parameter
Method parameter model.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAccess modifier of this component.List of annotations on this component.static Parameter.Builderbuilder()Create newParameter.Builderinstance.Description (javadoc lines) of this parameter.booleaninthashCode()name()Name of this component.toString()typeName()Type name of this component.
-
Method Details
-
builder
Create newParameter.Builderinstance.- Returns:
- new builder instance
-
equals
-
hashCode
public int hashCode() -
toString
-
description
Description (javadoc lines) of this parameter.- Returns:
- parameter description
-
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
-
typeName
Type name of this component.- Returns:
- type name
-