|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.convert.support.AbstractConverter
org.springframework.binding.convert.support.AbstractFormattingConverter
public abstract class AbstractFormattingConverter
A converter that delegates to a formatter to perform the conversion. Formatters are typically not thread safe, so we use a FormatterFactory that is expected to provide us with thread-safe instances as necessary.
| Constructor Summary | |
|---|---|
protected |
AbstractFormattingConverter(FormatterFactory formatterFactory)
Creates a new converter that delegates to a formatter. |
| Method Summary | |
|---|---|
protected FormatterFactory |
getFormatterFactory()
|
void |
setFormatterFactory(FormatterFactory formatterSource)
|
| Methods inherited from class org.springframework.binding.convert.support.AbstractConverter |
|---|
convert, convert, convert, convert, doConvert |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.binding.convert.Converter |
|---|
getSourceClasses, getTargetClasses |
| Constructor Detail |
|---|
protected AbstractFormattingConverter(FormatterFactory formatterFactory)
formatterFactory - the factory to use| Method Detail |
|---|
protected FormatterFactory getFormatterFactory()
public void setFormatterFactory(FormatterFactory formatterSource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||