public interface MethodDefinition
| Modifier and Type | Method and Description |
|---|---|
default List<AnnotationDefinition> |
getAnnotations() |
String |
getBody() |
String |
getMethodName() |
String |
getReturnType() |
boolean |
isPublic() |
boolean |
isStatic() |
default List<MethodParameter> |
parameters() |
String getMethodName()
String getReturnType()
String getBody()
default List<AnnotationDefinition> getAnnotations()
boolean isStatic()
boolean isPublic()
default List<MethodParameter> parameters()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.