public class FieldDescriptorImpl extends Object implements BeanFieldDescriptor
Constructor and Description |
---|
FieldDescriptorImpl(Context context,
Field field) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<String,AnnotationDescriptor> |
getAnnotation() |
AnnotationDescriptor[] |
getAnnotations() |
BeanMethodDescriptor |
getGetter() |
String |
getName() |
BeanMethodDescriptor |
getSetter() |
TypeDescriptor |
getType() |
int |
hashCode() |
public AnnotationDescriptor[] getAnnotations()
getAnnotations
in interface HasAnnotations
public Map<String,AnnotationDescriptor> getAnnotation()
getAnnotation
in interface HasAnnotations
public String getName()
getName
in interface FieldDescriptor
public TypeDescriptor getType()
getType
in interface FieldDescriptor
public BeanMethodDescriptor getGetter()
getGetter
in interface BeanFieldDescriptor
public BeanMethodDescriptor getSetter()
getSetter
in interface BeanFieldDescriptor
Copyright © 2014. All Rights Reserved.