Annotation Interface的使用
cn.taketoday.format.annotation.NumberFormat
使用NumberFormat的程序包
程序包
说明
Formatters for
java.lang.Number properties.Integration with the JSR-354
javax.money package.-
cn.taketoday.format.number中NumberFormat的使用
参数类型为NumberFormat的cn.taketoday.format.number中的方法修饰符和类型方法说明NumberFormatAnnotationFormatterFactory.getParser(NumberFormat annotation, Class<?> fieldType) NumberFormatAnnotationFormatterFactory.getPrinter(NumberFormat annotation, Class<?> fieldType) -
cn.taketoday.format.number.money中NumberFormat的使用
修饰符和类型方法说明Parser<javax.money.MonetaryAmount>Jsr354NumberFormatAnnotationFormatterFactory.getParser(NumberFormat annotation, Class<?> fieldType) Printer<javax.money.MonetaryAmount>Jsr354NumberFormatAnnotationFormatterFactory.getPrinter(NumberFormat annotation, Class<?> fieldType)