接口的使用
cn.taketoday.context.expression.EmbeddedValueResolverAware
程序包
说明
Formatters for
java.util.Date properties.Integration with the JSR-310
java.time package in JDK 8.Formatters for
java.lang.Number properties.Integration with the JSR-354
javax.money package.Support classes for the formatting package,
providing common implementations as well as adapters.
Java 5 annotation for asynchronous method execution.
-
cn.taketoday.context.support中EmbeddedValueResolverAware的使用
修饰符和类型类说明classConvenient base class for components with a need for embedded value resolution (i.e. -
cn.taketoday.format.datetime中EmbeddedValueResolverAware的使用
修饰符和类型类说明classFormats fields annotated with theDateTimeFormatannotation using aDateFormatter. -
cn.taketoday.format.datetime.standard中EmbeddedValueResolverAware的使用
修饰符和类型类说明classFormats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8. -
cn.taketoday.format.number中EmbeddedValueResolverAware的使用
-
cn.taketoday.format.number.money中EmbeddedValueResolverAware的使用
修饰符和类型类说明classFormatsMonetaryAmountfields annotated with Framework's commonNumberFormatannotation. -
cn.taketoday.format.support中EmbeddedValueResolverAware的使用
修饰符和类型类说明classA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classAConversionServiceimplementation designed to be configured as aFormatterRegistry.classA factory providing convenient access to aFormattingConversionServiceconfigured with converters and formatters for common types such as numbers and datetimes. -
cn.taketoday.scheduling.annotation中EmbeddedValueResolverAware的使用
修饰符和类型类说明classBean post-processor that registers methods annotated with@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.