org.elasticsearch.util.yaml.snakeyaml.constructor
Class SafeConstructor

java.lang.Object
  extended by org.elasticsearch.util.yaml.snakeyaml.constructor.BaseConstructor
      extended by org.elasticsearch.util.yaml.snakeyaml.constructor.SafeConstructor
Direct Known Subclasses:
Constructor

public class SafeConstructor
extends BaseConstructor

Construct standard Java classes

See Also:
PyYAML for more information

Nested Class Summary
protected  class SafeConstructor.ConstructYamlTimestamp
           
 
Field Summary
static org.elasticsearch.util.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined undefinedConstructor
           
 
Fields inherited from class org.elasticsearch.util.yaml.snakeyaml.constructor.BaseConstructor
rootTag, yamlClassConstructors, yamlConstructors, yamlMultiConstructors
 
Constructor Summary
SafeConstructor()
           
 
Method Summary
protected  void constructMapping2ndStep(MappingNode node, java.util.Map<java.lang.Object,java.lang.Object> mapping)
           
protected  void constructSet2ndStep(MappingNode node, java.util.Set<java.lang.Object> set)
           
 
Methods inherited from class org.elasticsearch.util.yaml.snakeyaml.constructor.BaseConstructor
checkData, constructMapping, constructObject, constructScalar, constructSequence, constructSequenceStep2, constructSet, createDefaultList, createDefaultMap, createDefaultSet, getConstructor, getData, getSingleData, setComposer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undefinedConstructor

public static org.elasticsearch.util.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined undefinedConstructor
Constructor Detail

SafeConstructor

public SafeConstructor()
Method Detail

constructMapping2ndStep

protected void constructMapping2ndStep(MappingNode node,
                                       java.util.Map<java.lang.Object,java.lang.Object> mapping)
Overrides:
constructMapping2ndStep in class BaseConstructor

constructSet2ndStep

protected void constructSet2ndStep(MappingNode node,
                                   java.util.Set<java.lang.Object> set)
Overrides:
constructSet2ndStep in class BaseConstructor