org.jvyamlb
Class RepresenterImpl.DateYAMLNodeCreator
java.lang.Object
org.jvyamlb.RepresenterImpl.DateYAMLNodeCreator
- All Implemented Interfaces:
- YAMLNodeCreator
- Enclosing class:
- RepresenterImpl
public static class RepresenterImpl.DateYAMLNodeCreator
- extends java.lang.Object
- implements YAMLNodeCreator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
private final java.util.Date data
dateOutput
private static java.text.DateFormat dateOutput
dateOutputUsec
private static java.text.DateFormat dateOutputUsec
RepresenterImpl.DateYAMLNodeCreator
public RepresenterImpl.DateYAMLNodeCreator(java.lang.Object data)
taguri
public java.lang.String taguri()
- Specified by:
taguri
in interface YAMLNodeCreator
toYamlNode
public Node toYamlNode(Representer representer)
throws java.io.IOException
- Specified by:
toYamlNode
in interface YAMLNodeCreator
- Throws:
java.io.IOException