|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
public class JodaDateTimeFormatAnnotationFormatterFactory
Formats fields annotated with the DateTimeFormat annotation.
DateTimeFormat| Field Summary | |
|---|---|
private StringValueResolver |
embeddedValueResolver
|
private java.util.Set<java.lang.Class<?>> |
fieldTypes
|
| Constructor Summary | |
|---|---|
JodaDateTimeFormatAnnotationFormatterFactory()
|
|
| Method Summary | |
|---|---|
private org.joda.time.format.DateTimeFormatter |
configureDateTimeFormatterFrom(DateTimeFormat annotation)
|
private org.joda.time.format.DateTimeFormatter |
forIso(DateTimeFormat.ISO iso)
|
private org.joda.time.format.DateTimeFormatter |
forPattern(java.lang.String pattern)
|
private org.joda.time.format.DateTimeFormatter |
forStyle(java.lang.String style)
|
java.util.Set<java.lang.Class<?>> |
getFieldTypes()
The types of fields that may be annotated with the <A> annotation. |
Parser<org.joda.time.DateTime> |
getParser(DateTimeFormat annotation,
java.lang.Class<?> fieldType)
Get the Parser to parse a submitted value for a field of fieldType annotated with annotation. |
Printer<?> |
getPrinter(DateTimeFormat annotation,
java.lang.Class<?> fieldType)
Get the Printer to print the value of a field of fieldType annotated with annotation. |
protected java.lang.String |
resolveEmbeddedValue(java.lang.String value)
|
void |
setEmbeddedValueResolver(StringValueResolver resolver)
Set the StringValueResolver to use for resolving embedded definition values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.util.Set<java.lang.Class<?>> fieldTypes
private StringValueResolver embeddedValueResolver
| Constructor Detail |
|---|
public JodaDateTimeFormatAnnotationFormatterFactory()
| Method Detail |
|---|
public final java.util.Set<java.lang.Class<?>> getFieldTypes()
AnnotationFormatterFactory
getFieldTypes in interface AnnotationFormatterFactory<DateTimeFormat>public void setEmbeddedValueResolver(StringValueResolver resolver)
EmbeddedValueResolverAware
setEmbeddedValueResolver in interface EmbeddedValueResolverAwareprotected java.lang.String resolveEmbeddedValue(java.lang.String value)
public Printer<?> getPrinter(DateTimeFormat annotation,
java.lang.Class<?> fieldType)
AnnotationFormatterFactoryfieldType annotated with annotation.
If the type <T> the printer accepts is not assignable to fieldType, a coersion from fieldType to <T> will be attempted before the Printer is invoked.
getPrinter in interface AnnotationFormatterFactory<DateTimeFormat>annotation - the annotation instancefieldType - the type of field that was annotated
public Parser<org.joda.time.DateTime> getParser(DateTimeFormat annotation,
java.lang.Class<?> fieldType)
AnnotationFormatterFactoryfieldType annotated with annotation.
If the object the parser returns is not assignable to fieldType, a coersion to fieldType will be attempted before the field is set.
getParser in interface AnnotationFormatterFactory<DateTimeFormat>annotation - the annotation instancefieldType - the type of field that was annotated
private org.joda.time.format.DateTimeFormatter configureDateTimeFormatterFrom(DateTimeFormat annotation)
private org.joda.time.format.DateTimeFormatter forPattern(java.lang.String pattern)
private org.joda.time.format.DateTimeFormatter forStyle(java.lang.String style)
private org.joda.time.format.DateTimeFormatter forIso(DateTimeFormat.ISO iso)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||