|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatterFactory | |
---|---|
org.springframework.binding.convert.support | Supporting type converter implementations that are generically applicable and frequently used. |
org.springframework.binding.format.support | Supporting formatter implementations that are generically applicable and frequently used. |
Uses of FormatterFactory in org.springframework.binding.convert.support |
---|
Methods in org.springframework.binding.convert.support that return FormatterFactory | |
---|---|
protected FormatterFactory |
AbstractFormattingConverter.getFormatterFactory()
|
Methods in org.springframework.binding.convert.support with parameters of type FormatterFactory | |
---|---|
void |
AbstractFormattingConverter.setFormatterFactory(FormatterFactory formatterSource)
|
Constructors in org.springframework.binding.convert.support with parameters of type FormatterFactory | |
---|---|
AbstractFormattingConverter(FormatterFactory formatterFactory)
Creates a new converter that delegates to a formatter. |
|
TextToNumber(FormatterFactory formatterFactory)
Create a string to number converter using given formatter factory. |
Uses of FormatterFactory in org.springframework.binding.format.support |
---|
Classes in org.springframework.binding.format.support that implement FormatterFactory | |
---|---|
class |
AbstractFormatterFactory
Base class for formatter factories. |
class |
SimpleFormatterFactory
Simple FormatterFactory implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |