Package org.yaml.snakeyaml.representer
Class JsonRepresenter.RepresentDate
- java.lang.Object
-
- org.yaml.snakeyaml.representer.SafeRepresenter.RepresentDate
-
- org.yaml.snakeyaml.representer.JsonRepresenter.RepresentDate
-
- All Implemented Interfaces:
Represent
- Enclosing class:
- JsonRepresenter
protected class JsonRepresenter.RepresentDate extends SafeRepresenter.RepresentDate
Use the provided serialisation but emit as string
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRepresentDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggetDefaultTag()-
Methods inherited from class org.yaml.snakeyaml.representer.SafeRepresenter.RepresentDate
representData
-
-
-
-
Method Detail
-
getDefaultTag
public Tag getDefaultTag()
- Overrides:
getDefaultTagin classSafeRepresenter.RepresentDate
-
-