| java.lang.Object org.jvyamlb.BaseConstructorImpl org.jvyamlb.SafeConstructorImpl org.jvyamlb.ConstructorImpl
All known Subclasses: org.jruby.yaml.JRubyConstructor,
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) | | |
Methods inherited from org.jvyamlb.SafeConstructorImpl | public static void addConstructor(String tag, YamlConstructor ctor)(Code)(Java Doc) public static void addMultiConstructor(String tagPrefix, YamlMultiConstructor ctor)(Code)(Java Doc) public static Object constructJava(Constructor ctor, String pref, Node node)(Code)(Java Doc) public static Object constructSpecializedMap(Constructor ctor, String pref, Node node)(Code)(Java Doc) public static Object constructSpecializedSequence(Constructor ctor, String pref, Node node)(Code)(Java Doc) public static Object constructUndefined(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlBinary(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlBool(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlFloat(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlInt(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlMap(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlNull(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlOmap(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlPairs(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlSeq(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlSet(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlStr(Constructor ctor, Node node)(Code)(Java Doc) public static Object constructYamlTimestamp(Constructor ctor, Node node)(Code)(Java Doc) public YamlConstructor getYamlConstructor(Object key)(Code)(Java Doc) public YamlMultiConstructor getYamlMultiConstructor(Object key)(Code)(Java Doc) public Pattern getYamlMultiRegexp(Object key)(Code)(Java Doc) public Set getYamlMultiRegexps()(Code)(Java Doc) public static void main(String[] args) throws Exception(Code)(Java Doc)
|
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)
|
|
|