类 Jsr310DateTimeFormatAnnotationFormatterFactory

java.lang.Object
cn.taketoday.context.support.EmbeddedValueResolutionSupport
cn.taketoday.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
所有已实现的接口:
Aware, EmbeddedValueResolverAware, AnnotationFormatterFactory<DateTimeFormat>

public class Jsr310DateTimeFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport implements AnnotationFormatterFactory<DateTimeFormat>
Formats fields annotated with the DateTimeFormat annotation using the JSR-310 java.time package in JDK 8.
从以下版本开始:
4.0
作者:
Juergen Hoeller, Sam Brannen, Kazuki Shimizu
另请参阅:
  • 构造器详细资料

    • Jsr310DateTimeFormatAnnotationFormatterFactory

      public Jsr310DateTimeFormatAnnotationFormatterFactory()
  • 方法详细资料