public class CompactConstructor extends Constructor
| Modifier and Type | Class and Description |
|---|---|
class |
CompactConstructor.ConstructCompactObject |
Constructor.ConstructMapping, Constructor.ConstructScalar, Constructor.ConstructSequence, Constructor.ConstructYamlObjectSafeConstructor.ConstructUndefined, SafeConstructor.ConstructYamlBinary, SafeConstructor.ConstructYamlBool, SafeConstructor.ConstructYamlFloat, SafeConstructor.ConstructYamlInt, SafeConstructor.ConstructYamlMap, SafeConstructor.ConstructYamlNull, SafeConstructor.ConstructYamlNumber, SafeConstructor.ConstructYamlOmap, SafeConstructor.ConstructYamlPairs, SafeConstructor.ConstructYamlSeq, SafeConstructor.ConstructYamlSet, SafeConstructor.ConstructYamlStr, SafeConstructor.ConstructYamlTimestamptypeDefinitionsundefinedConstructorcomposer, rootTag, yamlClassConstructors, yamlConstructors, yamlMultiConstructors| Constructor and Description |
|---|
CompactConstructor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applySequence(Object bean,
List<?> value) |
protected Object |
constructCompactFormat(ScalarNode node,
CompactData data) |
protected Construct |
createCompactConstruct() |
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) |
addTypeDescription, getClassForName, getClassForNodeconstructMapping2ndStep, constructSet2ndStep, flattenMappingcheckData, constructArray, constructArrayStep2, constructDocument, constructMapping, constructObject, constructScalar, constructSequence, constructSequenceStep2, constructSet, constructSet, createArray, createDefaultList, createDefaultMap, createDefaultSet, createDefaultSet, getData, getPropertyUtils, getSingleData, isExplicitPropertyUtils, setComposer, setPropertyUtilsprotected Object constructCompactFormat(ScalarNode node, CompactData data)
protected Object createInstance(ScalarNode node, CompactData data) throws Exception
Exceptionprotected void setProperties(Object bean, Map<String,Object> data) throws Exception
Exceptionpublic CompactData getCompactData(String scalar)
protected Construct createCompactConstruct()
protected Construct getConstructor(Node node)
BaseConstructorgetConstructor in class BaseConstructornode - Node to be constructedprotected String getSequencePropertyName(Class<?> bean) throws IntrospectionException
IntrospectionExceptionCopyright © 2008–2016. All rights reserved.