A facade around {@link Binding} and {@link InternalComponentResources} that is used to instrumentfields with the {@link Parameter} annotation. Extends {@link FieldConduit} so thatthe get() method implicitly coerces the value to the field's type.
{@link #get(Object,org.apache.tapestry5.plastic.InstanceContext)} will read from the underlying {@link Binding} and used the {@link TypeCoercer} coerce the value to theparameter field's type. get() also includes a null value check (as per {@link Parameter#allowNull()}.
{@link #set(Object,org.apache.tapestry5.plastic.InstanceContext,Object)} pushes the value into the binding.
@since 5.2.0