Constructor
public class SafeConstructor extends BaseConstructor
Modifier and Type | Class | Description |
---|---|---|
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 |
|
static class |
SafeConstructor.ConstructYamlTimestamp |
Modifier and Type | Field | Description |
---|---|---|
static SafeConstructor.ConstructUndefined |
undefinedConstructor |
composer, rootTag, typeDefinitions, typeTags, yamlClassConstructors, yamlConstructors, yamlMultiConstructors
Constructor | Description |
---|---|
SafeConstructor() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
constructMapping2ndStep(MappingNode node,
Map<Object,Object> mapping) |
|
protected void |
constructSet2ndStep(MappingNode node,
Set<Object> set) |
|
protected void |
flattenMapping(MappingNode node) |
|
protected void |
processDuplicateKeys(MappingNode node) |
addTypeDescription, checkData, constructArray, constructArrayStep2, constructDocument, constructMapping, constructObject, constructObjectNoCheck, constructScalar, constructSequence, constructSequenceStep2, constructSet, constructSet, createArray, createDefaultList, createDefaultMap, createDefaultSet, finalizeConstruction, getConstructor, getData, getPropertyUtils, getSingleData, isAllowDuplicateKeys, isExplicitPropertyUtils, newInstance, newInstance, newInstance, newList, newMap, newSet, setAllowDuplicateKeys, setComposer, setPropertyUtils
public static final SafeConstructor.ConstructUndefined undefinedConstructor
protected void flattenMapping(MappingNode node)
protected void processDuplicateKeys(MappingNode node)
protected void constructMapping2ndStep(MappingNode node, Map<Object,Object> mapping)
constructMapping2ndStep
in class BaseConstructor
protected void constructSet2ndStep(MappingNode node, Set<Object> set)
constructSet2ndStep
in class BaseConstructor
Copyright © 2008–2018. All rights reserved.