public class CompactConstructor extends Constructor
Modifier and Type | Class and Description |
---|---|
class |
CompactConstructor.ConstructCompactObject
Custom ConstructMapping
|
Constructor.ConstructMapping, Constructor.ConstructScalar, Constructor.ConstructSequence, Constructor.ConstructYamlObject
SafeConstructor.ConstructUndefined, SafeConstructor.ConstructYamlBinary, SafeConstructor.ConstructYamlBool, SafeConstructor.ConstructYamlFloat, SafeConstructor.ConstructYamlInt, SafeConstructor.ConstructYamlMap, SafeConstructor.ConstructYamlNull, SafeConstructor.ConstructYamlOmap, SafeConstructor.ConstructYamlPairs, SafeConstructor.ConstructYamlSeq, SafeConstructor.ConstructYamlSet, SafeConstructor.ConstructYamlStr, SafeConstructor.ConstructYamlTimestamp
undefinedConstructor
composer, loadingConfig, NOT_INSTANTIATED_OBJECT, rootTag, typeDefinitions, typeTags, yamlClassConstructors, yamlConstructors, yamlMultiConstructors
Constructor and Description |
---|
CompactConstructor()
Create with defaults
|
CompactConstructor(LoaderOptions loadingConfig)
Create with provided options
|
Modifier and Type | Method and Description |
---|---|
protected void |
applySequence(Object bean,
List<?> value) |
protected Object |
constructCompactFormat(ScalarNode node,
CompactData data) |
protected Construct |
createCompactConstruct()
Create
|
protected Object |
createInstance(ScalarNode node,
CompactData data) |
CompactData |
getCompactData(String scalar) |
protected Construct |
getConstructor(Node node)
Get the constructor to construct the Node.
|
protected String |
getSequencePropertyName(Class<?> bean)
Provide the name of the property which is used when the entries form a sequence.
|
protected void |
setProperties(Object bean,
Map<String,Object> data) |
getClassForName, getClassForNode
constructMapping2ndStep, constructSet2ndStep, createLongOrBigInteger, flattenMapping, flattenMapping, processDuplicateKeys, processDuplicateKeys
addTypeDescription, checkData, constructArray, constructArrayStep2, constructDocument, constructMapping, constructObject, constructObjectNoCheck, constructScalar, constructSequence, constructSequenceStep2, constructSet, constructSet, createArray, createDefaultList, createDefaultMap, createDefaultSet, finalizeConstruction, getData, getPropertyUtils, getSingleData, isAllowDuplicateKeys, isEnumCaseSensitive, isExplicitPropertyUtils, isWrappedToRootException, newInstance, newInstance, newInstance, newList, newMap, newSet, postponeMapFilling, postponeSetFilling, setAllowDuplicateKeys, setComposer, setEnumCaseSensitive, setPropertyUtils, setWrappedToRootException
public CompactConstructor(LoaderOptions loadingConfig)
loadingConfig
- - optionspublic CompactConstructor()
protected Object constructCompactFormat(ScalarNode node, CompactData data)
protected Object createInstance(ScalarNode node, CompactData data) throws Exception
Exception
protected void setProperties(Object bean, Map<String,Object> data) throws Exception
Exception
public CompactData getCompactData(String scalar)
protected Construct createCompactConstruct()
protected Construct getConstructor(Node node)
BaseConstructor
getConstructor
in class BaseConstructor
node
- Node
to construct an instance fromConstruct
implementation for the specified nodeCopyright © 2008–2022. All rights reserved.