Class NumberFormatAnnotationFormatterFactory

java.lang.Object
org.springframework.context.support.EmbeddedValueResolutionSupport
org.springframework.format.number.NumberFormatAnnotationFormatterFactory
All Implemented Interfaces:
Aware, EmbeddedValueResolverAware, AnnotationFormatterFactory<NumberFormat>

public class NumberFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport implements AnnotationFormatterFactory<NumberFormat>
Formats fields annotated with the NumberFormat annotation.
Since:
3.0
Author:
Keith Donald, Juergen Hoeller
See Also:
  • Constructor Details

    • NumberFormatAnnotationFormatterFactory

      public NumberFormatAnnotationFormatterFactory()
  • Method Details