public class DatePairAnnotationFormatterFactory extends Object implements org.springframework.format.AnnotationFormatterFactory<DatePairFormat>
DatePairParser| 构造器和说明 |
|---|
DatePairAnnotationFormatterFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Class<?>> |
getFieldTypes() |
org.springframework.format.Parser<?> |
getParser(DatePairFormat annotation,
Class<?> fieldType) |
org.springframework.format.Printer<?> |
getPrinter(DatePairFormat annotation,
Class<?> fieldType) |
public Set<Class<?>> getFieldTypes()
getFieldTypes 在接口中 org.springframework.format.AnnotationFormatterFactory<DatePairFormat>public org.springframework.format.Printer<?> getPrinter(DatePairFormat annotation, Class<?> fieldType)
getPrinter 在接口中 org.springframework.format.AnnotationFormatterFactory<DatePairFormat>public org.springframework.format.Parser<?> getParser(DatePairFormat annotation, Class<?> fieldType)
getParser 在接口中 org.springframework.format.AnnotationFormatterFactory<DatePairFormat>Copyright © 2022. All rights reserved.