org.yaml.snakeyaml.constructor
Class SafeConstructor
java.lang.Object
org.yaml.snakeyaml.constructor.BaseConstructor
org.yaml.snakeyaml.constructor.SafeConstructor
- Direct Known Subclasses:
- Constructor
public class SafeConstructor
- extends BaseConstructor
Construct standard Java classes
- See Also:
- PyYAML for more information
Field Summary |
static org.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined |
undefinedConstructor
|
Methods inherited from class org.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 |
undefinedConstructor
public static org.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined undefinedConstructor
SafeConstructor
public SafeConstructor()
constructMapping2ndStep
protected void constructMapping2ndStep(MappingNode node,
Map<Object,Object> mapping)
- Overrides:
constructMapping2ndStep
in class BaseConstructor
constructSet2ndStep
protected void constructSet2ndStep(MappingNode node,
Set<Object> set)
- Overrides:
constructSet2ndStep
in class BaseConstructor
Copyright © 2008-2010. All Rights Reserved.