Uses of Annotation Interface
org.springframework.format.annotation.NumberFormat
Packages that use NumberFormat
Package
Description
Formatters for
java.lang.Number properties.Integration with the JSR-354
javax.money package.-
Uses of NumberFormat in org.springframework.format.number
Classes in org.springframework.format.number that implement interfaces with type arguments of type NumberFormatModifier and TypeClassDescriptionclassFormats fields annotated with theNumberFormatannotation.Methods in org.springframework.format.number with parameters of type NumberFormatModifier and TypeMethodDescriptionNumberFormatAnnotationFormatterFactory.getParser(NumberFormat annotation, Class<?> fieldType) NumberFormatAnnotationFormatterFactory.getPrinter(NumberFormat annotation, Class<?> fieldType) -
Uses of NumberFormat in org.springframework.format.number.money
Classes in org.springframework.format.number.money that implement interfaces with type arguments of type NumberFormatModifier and TypeClassDescriptionclassFormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation.Methods in org.springframework.format.number.money with parameters of type NumberFormatModifier and TypeMethodDescriptionParser<javax.money.MonetaryAmount> Jsr354NumberFormatAnnotationFormatterFactory.getParser(NumberFormat annotation, Class<?> fieldType) Printer<javax.money.MonetaryAmount> Jsr354NumberFormatAnnotationFormatterFactory.getPrinter(NumberFormat annotation, Class<?> fieldType)