Class Method
java.lang.Object
io.helidon.codegen.classmodel.Executable
io.helidon.codegen.classmodel.Method
Model of the method which should be created in the specific type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAccess modifier of this component.List of annotations on this component.static Method.Builderbuilder()Create newMethod.Builderinstance.Description (javadoc) of this component.booleaninthashCode()booleanIs this an abstract method.booleanIs this a default method (of an interface).booleanisFinal()Is this a final method.booleanisStatic()Is this a static method.name()Name of this component.toString()typeName()Type name of this component.Methods inherited from class Executable
exceptions, parametersModifier and TypeMethodDescriptionList of thrown exceptions.List of method parameters.
-
Method Details
-
builder
Create newMethod.Builderinstance.- Returns:
- new builder instance
-
isStatic
public boolean isStatic()Is this a static method.- Returns:
- whether this method is static
-
isFinal
public boolean isFinal()Is this a final method.- Returns:
- whether this method is final
-
isAbstract
public boolean isAbstract()Is this an abstract method.- Returns:
- whether this method is abstract
-
isDefault
public boolean isDefault()Is this a default method (of an interface).- Returns:
- whether this method is default
-
equals
-
hashCode
-
toString
-
annotations
-
name
-
accessModifier
-
description
-
typeName
-