public class MethodDescriptorImpl extends Object implements BeanMethodDescriptor
Constructor and Description |
---|
MethodDescriptorImpl(Context context,
Method method) |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationDescriptor> |
getAnnotation() |
AnnotationDescriptor[] |
getAnnotations() |
FieldDescriptor |
getField() |
BeanMethodDescriptor |
getGetter() |
String |
getName() |
TypeDescriptor[] |
getParameters() |
BeanMethodDescriptor |
getSetter() |
TypeDescriptor |
getType() |
boolean |
isBean() |
boolean |
isGetter() |
boolean |
isSetter() |
public AnnotationDescriptor[] getAnnotations()
getAnnotations
in interface HasAnnotations
public Map<String,AnnotationDescriptor> getAnnotation()
getAnnotation
in interface HasAnnotations
public String getName()
getName
in interface MethodDescriptor
public TypeDescriptor getType()
getType
in interface MethodDescriptor
public TypeDescriptor[] getParameters()
getParameters
in interface MethodDescriptor
public BeanMethodDescriptor getGetter()
getGetter
in interface BeanMethodDescriptor
public BeanMethodDescriptor getSetter()
getSetter
in interface BeanMethodDescriptor
public FieldDescriptor getField()
getField
in interface BeanMethodDescriptor
public boolean isGetter()
isGetter
in interface BeanMethodDescriptor
public boolean isSetter()
isSetter
in interface BeanMethodDescriptor
public boolean isBean()
isBean
in interface BeanMethodDescriptor
Copyright © 2014. All Rights Reserved.