Package org.springframework.format
@NonNullApi
@NonNullFields
package org.springframework.format
An API for defining Formatters to format field model values for display in a UI.
-
ClassDescriptionAnnotationFormatterFactory<A extends Annotation>A factory that creates formatters to format values of fields annotated with a particular
Annotation
.Formatter<T>Formats objects of type T.RegistersConverters
andFormatters
with a FormattingConversionService through theFormatterRegistry
SPI.A registry of field formatting logic.Parser<T>Parses text strings to produce instances of T.Printer<T>Prints objects of type T for display.