com.sun.xml.bind.v2.runtime.reflect

Class Accessor.SetterOnlyReflection<BeanT,ValueT>

public static class Accessor.SetterOnlyReflection<BeanT,ValueT> extends GetterSetterReflection<BeanT,ValueT>

A version of GetterSetterReflection thaat doesn't have any getter.

This provides a user-friendly error message.

Constructor Summary
SetterOnlyReflection(Method setter)
Method Summary
ValueTget(BeanT bean)

Constructor Detail

SetterOnlyReflection

public SetterOnlyReflection(Method setter)

Method Detail

get

ValueT get(BeanT bean)