if (Constants.WRITE_FIELD_FIELD_GETTER.equals(name)) {
value = this.getFieldGetter();
break;
}
if (Constants.WRITE_FIELD_JAVASCRIPT_PROPERTY_NAME.equals(name)) {
value = new StringLiteral(this.getJavascriptPropertyName());
break;
}
if (Constants.WRITE_FIELD_SERIALIZER.equals(name)) {
value = this.getSerializer();
break;