org.ho.yaml.wrapper
Class DateWrapper
java.lang.Object
org.ho.yaml.wrapper.AbstractWrapper
org.ho.yaml.wrapper.DefaultSimpleTypeWrapper
org.ho.yaml.wrapper.DateWrapper
- All Implemented Interfaces:
- ObjectWrapper, SimpleObjectWrapper, WrapperFactory
public class DateWrapper
- extends DefaultSimpleTypeWrapper
- implements WrapperFactory
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATEFORMAT_YAML
public static final java.lang.String DATEFORMAT_YAML
- See Also:
- Constant Field Values
DATEFORMAT_ISO8601
public static final java.lang.String DATEFORMAT_ISO8601
- See Also:
- Constant Field Values
DateWrapper
public DateWrapper()
expectedArgType
public java.lang.Class expectedArgType()
- Specified by:
expectedArgType
in interface SimpleObjectWrapper
- Overrides:
expectedArgType
in class DefaultSimpleTypeWrapper
makeWrapper
public ObjectWrapper makeWrapper()
- Specified by:
makeWrapper
in interface WrapperFactory
- Overrides:
makeWrapper
in class AbstractWrapper
setObject
public void setObject(java.lang.Object obj)
- Specified by:
setObject
in interface ObjectWrapper
- Overrides:
setObject
in class AbstractWrapper
getOutputValue
public java.lang.Object getOutputValue()
- Specified by:
getOutputValue
in interface SimpleObjectWrapper
- Overrides:
getOutputValue
in class DefaultSimpleTypeWrapper