|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.agapple.mapping.process.convertor.StringAndDateConvertor
public class StringAndDateConvertor

string <-> Date/Calendar 之间的转化
| 嵌套类摘要 | |
|---|---|
static class |
StringAndDateConvertor.CalendarDayToString
Calendar -> string(格式为:"2010-10-01") |
static class |
StringAndDateConvertor.CalendarTimeToString
Calendar -> string(格式为:"2010-10-01 00:00:00") |
static class |
StringAndDateConvertor.DateDayToString
Date -> string(格式为:"2010-10-01") |
static class |
StringAndDateConvertor.DateTimeToString
Date -> string(格式为:"2010-10-01 00:00:00") |
static class |
StringAndDateConvertor.StringToCalendarDay
string(格式为:"2010-10-01") -> Calendar |
static class |
StringAndDateConvertor.StringToCalendarTime
string(格式为:"2010-10-01 00:00:00") -> Calendar |
static class |
StringAndDateConvertor.StringToDateDay
string(格式为:"2010-10-01") -> Calendar |
static class |
StringAndDateConvertor.StringToDateTime
string(格式为:"2010-10-01 00:00:00") -> Date |
| 字段摘要 | |
|---|---|
static String |
DAY_FORMAT
|
static String |
TIME_FORMAT
|
| 构造方法摘要 | |
|---|---|
StringAndDateConvertor()
|
|
| 方法摘要 |
|---|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final String DAY_FORMAT
public static final String TIME_FORMAT
| 构造方法详细信息 |
|---|
public StringAndDateConvertor()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||