// Configure the list of HttpMessageConverters to use
}
@Override
protected void addFormatters(FormatterRegistry registry) {
registry.addFormatterForFieldAnnotation(new JsonFormatAnnotationFormatterFactory());
registry.addFormatterForFieldAnnotation(new ListFormatAnnotationFormatterFactory());
registry.addFormatterForFieldAnnotation(new CustomFormatAnnotationFormatterFactory(registry));
}