3.5.4 FormatterRegistrar SPI
package org.springframework.format;
public interface FormatterRegistrar {
void registerFormatters(FormatterRegistry registry);
}Last updated
Was this helpful?
package org.springframework.format;
public interface FormatterRegistrar {
void registerFormatters(FormatterRegistry registry);
}Last updated
Was this helpful?
Was this helpful?