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, setTarget
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTarget, setTarget
protected FieldInfo fieldInfo
protected Object value
public BasicFieldSetJoinPoint(FieldInfo fieldInfo)
fieldInfo
- the field infopublic FieldInfo getFieldInfo()
FieldSetJoinpoint
getFieldInfo
in interface FieldSetJoinpoint
public Object getValue()
public void setValue(Object value)
FieldSetJoinpoint
setValue
in interface FieldSetJoinpoint
value
- the value to setpublic Object dispatch() throws Throwable
Joinpoint
public String toHumanReadableString()
Joinpoint
toHumanReadableString
in interface Joinpoint
Copyright © 2014 JBoss by Red Hat. All rights reserved.