getFieldValue

public static Object getFieldValue(Object instance, Field field)(source)

Returns the content of a field.

Return

the content of a field.

Parameters

instance

the object instance containing the field

field

the field to retrieve its content


public Object getFieldValue(Field field)(source)

Returns the field content.

Return

the field content

Parameters

field

the field to access