protected ReflectionConvertor _convertor;
public Field(PropertyMeta propertyMeta)
{
super(propertyMeta, new MessagePropertyAccessor(propertyMeta),
new BuilderPropertyAccessor(propertyMeta)
{
protected boolean set(Object builder, Object value, Method method)
throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
{