Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java96 this.representers.put(Shape.class, new RepresentShape()); in MyRepresenter()
103 private class RepresentShape implements Represent { class in Example2_24Test.MyRepresenter