Searched refs:SpecialContructor (Results 1 – 1 of 1) sorted by relevance
112 Yaml yaml = new Yaml(new SpecialContructor(Tag.BINARY)); in testRedefineBinaryTag()121 private class SpecialContructor extends Constructor { class in YamlBase64Test122 public SpecialContructor(Tag tag) { in SpecialContructor() method in YamlBase64Test.SpecialContructor142 Yaml yaml = new Yaml(new SpecialContructor(new Tag("!beautiful"))); in testLocalBinaryTag()