java.lang.Object
io.helidon.codegen.classmodel.Parameter
Method parameter model.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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- 
builderCreate newParameter.Builderinstance.- Returns:
- new builder instance
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
descriptionDescription (javadoc lines) of this parameter.- Returns:
- parameter description
 
- 
annotationsList of annotations on this component.- Returns:
- annotations
 
- 
nameName of this component.- Returns:
- component name
 
- 
accessModifierAccess modifier of this component.- Returns:
- access modifier
 
- 
typeNameType name of this component.- Returns:
- type name
 
 
-