public class BasicFieldGetJoinPoint extends BasicTargettedJoinPoint implements FieldGetJoinpoint
| Modifier and Type | Field and Description |
|---|---|
protected FieldInfo |
fieldInfo
The field info
|
target| Constructor and Description |
|---|
BasicFieldGetJoinPoint(FieldInfo fieldInfo)
Create a new field get join point
|
| Modifier and Type | Method and Description |
|---|---|
Object |
dispatch()
Invoke on the actual joinpoint
|
FieldInfo |
getFieldInfo()
Get the field info for this join point
|
String |
toHumanReadableString()
A human readable version of the join point
|
clone, getTarget, setTargetequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTarget, setTargetprotected FieldInfo fieldInfo
public BasicFieldGetJoinPoint(FieldInfo fieldInfo)
fieldInfo - the field infopublic FieldInfo getFieldInfo()
FieldGetJoinpointgetFieldInfo in interface FieldGetJoinpointpublic Object dispatch() throws Throwable
Joinpointpublic String toHumanReadableString()
JoinpointtoHumanReadableString in interface JoinpointCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.