public class ReflectionMethod extends ReflectionGenericElement<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.
|
List<ITypeModel> |
getJAXBTypes()
getJAXBType.
|
String |
getName()
getName.
|
IParameterModel[] |
getParameters()
getParameters.
|
ITypeModel |
getReturnedType()
getReturnedType.
|
ITypeModel |
getType()
getType.
|
boolean |
hasGenericReturnType()
isPublic.
|
boolean |
isCollection() |
boolean |
isMap() |
boolean |
isPublic()
isPublic.
|
boolean |
isStatic()
isStatic.
|
getTypeParametersequals, getAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getElement, hasAnnotation, hasAnnotationWithCanonicalName, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, hasAnnotation, hasAnnotationWithCanonicalNamegetTypeParameterspublic 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 List<ITypeModel> getJAXBTypes()
getJAXBType.
getJAXBTypes in interface IMemberITypeModel object.public Class<?> getJavaType()
getJavaType.
getJavaType in interface IMemberClass object.public boolean hasGenericReturnType()
IMethodModelisPublic.
hasGenericReturnType in interface IMethodModelpublic boolean isCollection()
isCollection in interface IMemberCopyright © 2015 Mulesoft. All rights reserved.