public class MapWithListValueTupleBuilder extends MapTupleBuilder
logger| Constructor and Description |
|---|
MapWithListValueTupleBuilder(String fieldName,
Class<?> valueClass) |
| Modifier and Type | Method and Description |
|---|---|
TupleBuilder |
getBuilderForTuple(org.yaml.snakeyaml.nodes.NodeTuple tuple)
Returns the node child builder that can handle the specified NodeTuple.
|
addBuilders, buildValue, getBuilders, getFieldName, getValueClass, setInnerTupleHandler, toStringaddBuildersFor, buildKey, getChildrenTupleBuilders, getHandler, getParent, processPojoAnnotations, setChildrenTupleBuilders, setHandler, setParentNodeBuilder, unaliaspublic TupleBuilder getBuilderForTuple(org.yaml.snakeyaml.nodes.NodeTuple tuple)
TupleBuildergetBuilderForTuple in interface TupleBuilder<org.yaml.snakeyaml.nodes.ScalarNode,org.yaml.snakeyaml.nodes.Node>getBuilderForTuple in class DefaultTupleBuilder<org.yaml.snakeyaml.nodes.ScalarNode,org.yaml.snakeyaml.nodes.Node>tuple - The tuple to whom builder will handleCopyright © 2016. All rights reserved.