Searched refs:jodaDateConstruct (Results 1 - 1 of 1) sorted by relevance

/external/snakeyaml/src/test/java/examples/jodatime/
H A DJodaTimeExampleTest.java89 private final Construct jodaDateConstruct; field in class:JodaTimeExampleTest.JodaTimeConstructor
93 jodaDateConstruct = new ConstructJodaTimestamp();
96 yamlConstructors.put(Tag.TIMESTAMP, jodaDateConstruct);
113 return jodaDateConstruct.construct(nnode);

Completed in 136 milliseconds