| java.lang.Object org.jvyamlb.BaseConstructorImpl org.jvyamlb.SafeConstructorImpl
All known Subclasses: org.jvyamlb.ConstructorImpl,
Method Summary | |
public static void | addConstructor(String tag, YamlConstructor ctor) | public static void | addMultiConstructor(String tagPrefix, YamlMultiConstructor ctor) | public static Object | constructJava(Constructor ctor, String pref, Node node) | public static Object | constructSpecializedMap(Constructor ctor, String pref, Node node) | public static Object | constructSpecializedSequence(Constructor ctor, String pref, Node node) | public static Object | constructUndefined(Constructor ctor, Node node) | public static Object | constructYamlBinary(Constructor ctor, Node node) | public static Object | constructYamlBool(Constructor ctor, Node node) | public static Object | constructYamlFloat(Constructor ctor, Node node) | public static Object | constructYamlInt(Constructor ctor, Node node) | public static Object | constructYamlMap(Constructor ctor, Node node) | public static Object | constructYamlNull(Constructor ctor, Node node) | public static Object | constructYamlOmap(Constructor ctor, Node node) | public static Object | constructYamlPairs(Constructor ctor, Node node) | public static Object | constructYamlSeq(Constructor ctor, Node node) | public static Object | constructYamlSet(Constructor ctor, Node node) | public static Object | constructYamlStr(Constructor ctor, Node node) | public static Object | constructYamlTimestamp(Constructor ctor, Node node) | public YamlConstructor | getYamlConstructor(Object key) | public YamlMultiConstructor | getYamlMultiConstructor(Object key) | public Pattern | getYamlMultiRegexp(Object key) | public Set | getYamlMultiRegexps() | public static void | main(String[] args) |
SafeConstructorImpl | public SafeConstructorImpl(Composer composer)(Code) | | |
addConstructor | public static void addConstructor(String tag, YamlConstructor ctor)(Code) | | |
addMultiConstructor | public static void addMultiConstructor(String tagPrefix, YamlMultiConstructor ctor)(Code) | | |
getYamlConstructor | public YamlConstructor getYamlConstructor(Object key)(Code) | | |
getYamlMultiConstructor | public YamlMultiConstructor getYamlMultiConstructor(Object key)(Code) | | |
getYamlMultiRegexps | public Set getYamlMultiRegexps()(Code) | | |
Fields inherited from org.jvyamlb.BaseConstructorImpl | final public static YamlConstructor CONSTRUCT_MAPPING(Code)(Java Doc) final public static YamlConstructor CONSTRUCT_PRIMITIVE(Code)(Java Doc) final public static YamlConstructor CONSTRUCT_PRIVATE(Code)(Java Doc) final public static YamlConstructor CONSTRUCT_SCALAR(Code)(Java Doc) final public static YamlConstructor CONSTRUCT_SEQUENCE(Code)(Java Doc)
|
|
|