field.setValue("null");
JavaMethod accessor = super.getAccessor(config, propertyBean, field);
try {
ELPropertyAccessorMethodBody propertyAccessorMethodBody =
new ELPropertyAccessorMethodBody(config, propertyBean, field);
accessor.setMethodBody(propertyAccessorMethodBody);
} catch (GeneratorException e) {
accessor.setMethodBody(new MethodBody());