Home
last modified time | relevance | path

Searched refs:ConstructJodaTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/test/java/examples/jodatime/
DJodaTimeImplicitContructor.java31 this.yamlConstructors.put(Tag.TIMESTAMP, new ConstructJodaTimestamp()); in JodaTimeImplicitContructor()
34 private class ConstructJodaTimestamp extends ConstructYamlTimestamp { class in JodaTimeImplicitContructor
DJodaTimeExampleTest.java93 jodaDateConstruct = new ConstructJodaTimestamp(); in JodaTimeConstructor()
102 public class ConstructJodaTimestamp extends AbstractConstruct { class in JodaTimeExampleTest.JodaTimeConstructor