Searched refs:ConstructYamlSeq (Results 1 – 1 of 1) sorted by relevance
62 this.yamlConstructors.put(Tag.SEQ, new ConstructYamlSeq()); in SafeConstructor()464 public class ConstructYamlSeq implements Construct { class in SafeConstructor