List of usage examples for org.springframework.format FormatterRegistry addConverterFactory
void addConverterFactory(ConverterFactory<?, ?> factory);
From source file:org.jhk.pulsing.web.config.WebControllerConfig.java
@Override public void addFormatters(FormatterRegistry registry) { super.addFormatters(registry); registry.addConverterFactory(new StringToAvroRecordFactory()); }