public class BasicFieldSetJoinPoint extends BasicTargettedJoinPoint implements FieldSetJoinpoint
| Modifier and Type | Field and Description |
|---|---|
protected FieldInfo |
fieldInfo
The field info
|
protected Object |
value
The value
|
target| Constructor and Description |
|---|
BasicFieldSetJoinPoint(FieldInfo fieldInfo)
Create a new field set 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
|
Object |
getValue()
Get the value
|
void |
setValue(Object value)
The value to set
|
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
protected Object value
public BasicFieldSetJoinPoint(FieldInfo fieldInfo)
fieldInfo - the field infopublic FieldInfo getFieldInfo()
FieldSetJoinpointgetFieldInfo in interface FieldSetJoinpointpublic Object getValue()
public void setValue(Object value)
FieldSetJoinpointsetValue in interface FieldSetJoinpointvalue - the value to setpublic Object dispatch() throws Throwable
Joinpointpublic String toHumanReadableString()
JoinpointtoHumanReadableString in interface JoinpointCopyright © 2016 JBoss by Red Hat. All rights reserved.