org.ho.yaml.wrapper
Class DateWrapper

java.lang.Object
  extended by org.ho.yaml.wrapper.AbstractWrapper
      extended by org.ho.yaml.wrapper.DefaultSimpleTypeWrapper
          extended by org.ho.yaml.wrapper.DateWrapper
All Implemented Interfaces:
ObjectWrapper, SimpleObjectWrapper, WrapperFactory

public class DateWrapper
extends DefaultSimpleTypeWrapper
implements WrapperFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ho.yaml.wrapper.ObjectWrapper
ObjectWrapper.CreateListener
 
Field Summary
static java.lang.String DATEFORMAT_ISO8601
           
static java.lang.String DATEFORMAT_YAML
           
 
Constructor Summary
DateWrapper()
           
 
Method Summary
 java.lang.Class expectedArgType()
           
 java.lang.Object getOutputValue()
           
 ObjectWrapper makeWrapper()
           
 void setObject(java.lang.Object obj)
           
 
Methods inherited from class org.ho.yaml.wrapper.AbstractWrapper
addCreateHandler, createPrototype, getObject, getType, setYamlConfig, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ho.yaml.wrapper.ObjectWrapper
addCreateHandler, createPrototype, getObject, getType, setYamlConfig
 

Field Detail

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
Constructor Detail

DateWrapper

public DateWrapper()
Method Detail

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