public class ReflectionMethod extends BasicReflectionMember<Method> implements IMethodModel
ReflectionMethod class.
element| Constructor and Description |
|---|
ReflectionMethod(Method element)
Constructor for ReflectionMethod.
|
| Modifier and Type | Method and Description |
|---|---|
IDocInfo |
getBasicDocInfo()
getBasicDocInfo.
|
ITypeModel |
getBodyType()
getBodyType.
|
Class<?> |
getJavaType()
getJavaType.
|
ITypeModel |
getJAXBType()
getJAXBType.
|
String |
getName()
getName.
|
IParameterModel[] |
getParameters()
getParameters.
|
ITypeModel |
getReturnedType()
getReturnedType.
|
ITypeModel |
getType()
getType.
|
boolean |
isPublic()
isPublic.
|
boolean |
isStatic()
isStatic.
|
equals, getAnnotation, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getElement, hasAnnotation, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, hasAnnotationpublic IParameterModel[] getParameters()
getParameters.
getParameters in interface IMethodModelIParameterModel objects.public IDocInfo getBasicDocInfo()
getBasicDocInfo.
getBasicDocInfo in interface IMethodModelIDocInfo object.public ITypeModel getReturnedType()
getReturnedType.
getReturnedType in interface IMethodModelITypeModel object.public String getName()
getName.
getName in interface IBasicModelgetName in class BasicReflectionMember<Method>String object.public ITypeModel getBodyType()
getBodyType.
getBodyType in interface IMethodModelITypeModel object.public boolean isStatic()
isStatic.
isStatic in interface IMemberisStatic in interface IMethodModelpublic boolean isPublic()
isPublic.
isPublic in interface IMemberisPublic in interface IMethodModelpublic ITypeModel getType()
getType.
getType in interface IMemberITypeModel object.public ITypeModel getJAXBType()
getJAXBType.
getJAXBType in interface IMemberITypeModel object.public Class<?> getJavaType()
getJavaType.
getJavaType in interface IMemberClass object.Copyright © 2015 Mulesoft. All rights reserved.