Class FieldHandleImpl
java.lang.Object
org.apache.tapestry5.internal.plastic.FieldHandleImpl
- All Implemented Interfaces:
FieldHandle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shim
-
-
Constructor Details
-
FieldHandleImpl
-
-
Method Details
-
toString
-
get
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 interfaceFieldHandle
-
set
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 interfaceFieldHandle
-