public Object getDefaultValue(String propertyName) {
return null;
}
protected Response legacyCreated(String name, String message, RestModel model) {
RestModelResponseBody rb = legacyResponseBody(RestModel.class);
rb.setEntity(model);
rb.addSuccess(message);
return legacyCreated(getChildItemUri(name), rb);
}