|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.yaml.snakeyaml.constructor.BaseConstructor
org.yaml.snakeyaml.constructor.SafeConstructor
public class SafeConstructor
Construct standard Java classes
Nested Class Summary | |
---|---|
static class |
SafeConstructor.ConstructUndefined
|
class |
SafeConstructor.ConstructYamlBinary
|
class |
SafeConstructor.ConstructYamlBool
|
class |
SafeConstructor.ConstructYamlFloat
|
class |
SafeConstructor.ConstructYamlInt
|
class |
SafeConstructor.ConstructYamlMap
|
class |
SafeConstructor.ConstructYamlNull
|
class |
SafeConstructor.ConstructYamlOmap
|
class |
SafeConstructor.ConstructYamlPairs
|
class |
SafeConstructor.ConstructYamlSeq
|
class |
SafeConstructor.ConstructYamlSet
|
class |
SafeConstructor.ConstructYamlStr
|
class |
SafeConstructor.ConstructYamlTimestamp
|
Field Summary | |
---|---|
static SafeConstructor.ConstructUndefined |
undefinedConstructor
|
Fields inherited from class org.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)
|
protected void |
flattenMapping(MappingNode node)
|
Methods inherited from class org.yaml.snakeyaml.constructor.BaseConstructor |
---|
checkData, constructArray, constructArrayStep2, constructMapping, constructObject, constructScalar, constructSequence, constructSequenceStep2, constructSet, constructSet, createArray, createDefaultList, createDefaultMap, createDefaultSet, createDefaultSet, getConstructor, getData, getPropertyUtils, getSingleData, isExplicitPropertyUtils, setComposer, setPropertyUtils |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static SafeConstructor.ConstructUndefined undefinedConstructor
Constructor Detail |
---|
public SafeConstructor()
Method Detail |
---|
protected void flattenMapping(MappingNode node)
protected void constructMapping2ndStep(MappingNode node, java.util.Map<java.lang.Object,java.lang.Object> mapping)
constructMapping2ndStep
in class BaseConstructor
protected void constructSet2ndStep(MappingNode node, java.util.Set<java.lang.Object> set)
constructSet2ndStep
in class BaseConstructor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |