Searched refs:ConstructUndefined (Results 1 – 2 of 2) sorted by relevance
49 public static final ConstructUndefined undefinedConstructor = new ConstructUndefined();503 public static final class ConstructUndefined extends AbstractConstruct { class in SafeConstructor
260 this.yamlConstructors.put(null, new ConstructUndefined()); in MyConstructor()263 private class ConstructUndefined extends AbstractConstruct { class in PyStructureTest.MyConstructor