类的使用
org.springframework.format.annotation.NumberFormat
使用NumberFormat的程序包 程序包 说明 org.springframework.format.number Formatters forjava.lang.Numberproperties.org.springframework.format.number.money Integration with the JSR-354javax.moneypackage.org.springframework.format.number中NumberFormat的使用
参数类型为NumberFormat的org.springframework.format.number中的方法 修饰符和类型 方法 说明 Parser<Number>NumberFormatAnnotationFormatterFactory. getParser(NumberFormat annotation, Class<?> fieldType)Printer<Number>NumberFormatAnnotationFormatterFactory. getPrinter(NumberFormat annotation, Class<?> fieldType)org.springframework.format.number.money中NumberFormat的使用
参数类型为NumberFormat的org.springframework.format.number.money中的方法 修饰符和类型 方法 说明 Parser<javax.money.MonetaryAmount>Jsr354NumberFormatAnnotationFormatterFactory. getParser(NumberFormat annotation, Class<?> fieldType)Printer<javax.money.MonetaryAmount>Jsr354NumberFormatAnnotationFormatterFactory. getPrinter(NumberFormat annotation, Class<?> fieldType)