static class DateTimeFormatter.JaxbDateTimeFormatter extends java.lang.Object implements DateTimeFormatter.FormatterImpl
Modifier and Type | Field and Description |
---|---|
private static java.lang.reflect.Method |
DATATYPE_CONVERTER_PARSE_DATE_TIME_METHOD |
private static java.lang.reflect.Method |
DATATYPE_CONVERTER_PRINT_DATE_TIME_METHOD |
Constructor and Description |
---|
JaxbDateTimeFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(long dateTime) |
long |
parse(java.lang.String dateTimeString) |
private static final java.lang.reflect.Method DATATYPE_CONVERTER_PARSE_DATE_TIME_METHOD
private static final java.lang.reflect.Method DATATYPE_CONVERTER_PRINT_DATE_TIME_METHOD
public long parse(java.lang.String dateTimeString)
parse
in interface DateTimeFormatter.FormatterImpl
public java.lang.String format(long dateTime)
format
in interface DateTimeFormatter.FormatterImpl