public class

FieldDescriptor

extends Object
java.lang.Object
   ↳ org.mule.modules.odata.reflection.FieldDescriptor

Summary

Fields
private Field field
private boolean isGuid
private PropertyDescriptor property
Public Constructors
FieldDescriptor(Field field, PropertyDescriptor property)
Public Methods
Field getField()
String getName()
PropertyDescriptor getProperty()
Object getValue(Object target)
boolean isGuid()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Field field

private boolean isGuid

private PropertyDescriptor property

Public Constructors

public FieldDescriptor (Field field, PropertyDescriptor property)

Parameters
field
property

Public Methods

public Field getField ()

public String getName ()

public PropertyDescriptor getProperty ()

public Object getValue (Object target)

Parameters
target
Throws
IllegalAccessException
InvocationTargetException

public boolean isGuid ()