public class FieldAccess extends AccessStrategy
| Constructor and Description |
|---|
FieldAccess(Field field)
Create a new FieldAccess instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(Object instance)
Get the value from the given instance.
|
ElementType |
getElementType()
Get the Java program
ElementType used by this AccessStrategy
to determine property values. |
Type |
getJavaType()
Get the type of the property
|
String |
getPropertyName()
Get a name representative of this property.
|
int |
hashCode() |
String |
toString() |
public FieldAccess(Field field)
field - public Object get(Object instance)
get in class AccessStrategypublic ElementType getElementType()
ElementType used by this AccessStrategy
to determine property values.getElementType in class AccessStrategypublic Type getJavaType()
getJavaType in class AccessStrategypublic String getPropertyName()
getPropertyName in class AccessStrategyCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.