05-07-2015 06:02 PM
05-07-2015 06:36 PM
05-13-2015 09:14 AM
11-23-2017 03:21 AM
You don't need to copy RestApiAutoConfiguration. Try this:
@Autowired
private RestResponseFactory restResponseFactory;
@PostConstruct
public void addCustomConverters() {
restResponseFactory.getVariableConverters().add(new YourCustomRestVariableConverter());
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.