|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ezmorph.object.AbstractObjectMorpher
net.sf.ezmorph.object.DateMorpher
public final class DateMorpher
Morphs a String to a Date.
This morpher will iterate through the supplied formats until one succeeds or the default value is returned (if default value is configured).
| Constructor Summary | |
|---|---|
DateMorpher(String[] formats)
|
|
DateMorpher(String[] formats,
boolean lenient)
|
|
DateMorpher(String[] formats,
Date defaultValue)
|
|
DateMorpher(String[] formats,
Date defaultValue,
Locale locale,
boolean lenient)
|
|
DateMorpher(String[] formats,
Locale locale)
|
|
DateMorpher(String[] formats,
Locale locale,
boolean lenient)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Date |
getDefaultValue()
Returns the default value for this Morpher. |
int |
hashCode()
|
Object |
morph(Object value)
Morphs the input object into an output object of the supported type. |
Class |
morphsTo()
Returns the target Class for conversion. |
void |
setDefaultValue(Date defaultValue)
Sets the defaultValue to use if the value to be morphed is null. |
boolean |
supports(Class clazz)
Returns true if the Morpher supports conversion from this Class. Supports any type that is not an Array. |
| Methods inherited from class net.sf.ezmorph.object.AbstractObjectMorpher |
|---|
isUseDefault, setUseDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateMorpher(String[] formats)
formats - a list of formats this morpher supports.
public DateMorpher(String[] formats,
boolean lenient)
formats - a list of formats this morpher supports.lenient - if the parsing should be lenient or not.
public DateMorpher(String[] formats,
Date defaultValue)
formats - a list of formats this morpher supports.defaultValue - return value if the value to be morphed is null.
public DateMorpher(String[] formats,
Date defaultValue,
Locale locale,
boolean lenient)
formats - a list of formats this morpher supports.defaultValue - return value if the value to be morphed is null.locale - the Locale used to parse each format.lenient - if the parsing should be lenient or not.
public DateMorpher(String[] formats,
Locale locale)
formats - a list of formats this morpher supports.locale - the Locale used to parse each format.
public DateMorpher(String[] formats,
Locale locale,
boolean lenient)
formats - a list of formats this morpher supports.locale - the Locale used to parse each format.lenient - if the parsing should be lenient or not.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic Date getDefaultValue()
public int hashCode()
hashCode in class Objectpublic Object morph(Object value)
ObjectMorpher
value - The input value to be morphedpublic Class morphsTo()
Morpher
public void setDefaultValue(Date defaultValue)
defaultValue - return value if the value to be morphed is nullpublic boolean supports(Class clazz)
AbstractObjectMorpher
supports in interface Morphersupports in class AbstractObjectMorpherclazz - the source Class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||