public interface  org.springframework.format.FormatterRegistry extends java.lang.Object implements org.springframework.core.convert.converter.ConverterRegistry
{
public abstract void addFormatter(org.springframework.format.Formatter);
public abstract void addFormatterForFieldType(java.lang.Class, org.springframework.format.Formatter);
public abstract void addFormatterForFieldType(java.lang.Class, org.springframework.format.Printer, org.springframework.format.Parser);
public abstract void addFormatterForFieldAnnotation(org.springframework.format.AnnotationFormatterFactory);
}