Searched refs:ConstructJodaTimestamp (Results 1 – 2 of 2) sorted by relevance
31 this.yamlConstructors.put(Tag.TIMESTAMP, new ConstructJodaTimestamp()); in JodaTimeImplicitContructor()34 private class ConstructJodaTimestamp extends ConstructYamlTimestamp { class in JodaTimeImplicitContructor
93 jodaDateConstruct = new ConstructJodaTimestamp(); in JodaTimeConstructor()102 public class ConstructJodaTimestamp extends AbstractConstruct { class in JodaTimeExampleTest.JodaTimeConstructor