org.apache.tapestry5.internal.plastic
Class FieldHandleImpl
java.lang.Object
org.apache.tapestry5.internal.plastic.FieldHandleImpl
- All Implemented Interfaces:
- FieldHandle
public class FieldHandleImpl
- extends Object
- implements FieldHandle
shim
protected volatile PlasticClassHandleShim shim
FieldHandleImpl
public FieldHandleImpl(String className,
String fieldName,
int fieldIndex)
toString
public String toString()
- Overrides:
toString
in class Object
get
public Object get(Object instance)
- Description copied from interface:
FieldHandle
- Gets the current value of the field. If the field is a primitive value, then the primitive
will be wrapped.
- Specified by:
get
in interface FieldHandle
set
public void set(Object instance,
Object newValue)
- Description copied from interface:
FieldHandle
- Updates the current value of the field. If the field is a primitive value, then the newValue
will be unwrapped automatically.
- Specified by:
set
in interface FieldHandle
Copyright © 2003-2012 The Apache Software Foundation.