public class DefaultDateType extends AbstractType implements DateTimeType
| Modifier and Type | Field and Description |
|---|---|
protected SimpleDateFormat |
sdf |
classType| Constructor and Description |
|---|
DefaultDateType() |
DefaultDateType(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value) |
Class<?> |
getClassType() |
String |
getPattern() |
void |
setPattern(String value) |
void |
show(MvcResponse response,
Object value) |
String |
toString(Object value) |
isAlwaysRender, setClassTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAlwaysRender, setClassTypeprotected SimpleDateFormat sdf
public DefaultDateType(String pattern)
public DefaultDateType()
public void setPattern(String value)
setPattern in interface DateTimeTypepublic Class<?> getClassType()
getClassType in interface TypegetClassType in class AbstractTypepublic void show(MvcResponse response, Object value)
public String getPattern()
getPattern in interface DateTimeTypeCopyright © 2025 Brandao. All rights reserved.