Uses of Class
org.yaml.snakeyaml.nodes.NodeTuple
-
Packages that use NodeTuple Package Description org.yaml.snakeyaml.composer org.yaml.snakeyaml.constructor org.yaml.snakeyaml.nodes org.yaml.snakeyaml.representer org.yaml.snakeyaml.util -
-
Uses of NodeTuple in org.yaml.snakeyaml.composer
Method parameters in org.yaml.snakeyaml.composer with type arguments of type NodeTuple Modifier and Type Method Description protected voidComposer. composeMappingChildren(java.util.List<NodeTuple> children, MappingNode node)Compose the members of mapping -
Uses of NodeTuple in org.yaml.snakeyaml.constructor
Methods in org.yaml.snakeyaml.constructor that return types with arguments of type NodeTuple Modifier and Type Method Description private java.util.List<NodeTuple>SafeConstructor. mergeNode(MappingNode node, boolean isPreffered, java.util.Map<java.lang.Object,java.lang.Integer> key2index, java.util.List<NodeTuple> values, boolean forceStringKeys)Does merge for supplied mapping node.Method parameters in org.yaml.snakeyaml.constructor with type arguments of type NodeTuple Modifier and Type Method Description private java.util.List<NodeTuple>SafeConstructor. mergeNode(MappingNode node, boolean isPreffered, java.util.Map<java.lang.Object,java.lang.Integer> key2index, java.util.List<NodeTuple> values, boolean forceStringKeys)Does merge for supplied mapping node. -
Uses of NodeTuple in org.yaml.snakeyaml.nodes
Fields in org.yaml.snakeyaml.nodes with type parameters of type NodeTuple Modifier and Type Field Description private java.util.List<NodeTuple>MappingNode. valueMethods in org.yaml.snakeyaml.nodes that return types with arguments of type NodeTuple Modifier and Type Method Description java.util.List<NodeTuple>MappingNode. getValue()Returns the entries of this map.Method parameters in org.yaml.snakeyaml.nodes with type arguments of type NodeTuple Modifier and Type Method Description voidMappingNode. setValue(java.util.List<NodeTuple> mergedValue)Constructor parameters in org.yaml.snakeyaml.nodes with type arguments of type NodeTuple Constructor Description MappingNode(Tag tag, boolean resolved, java.util.List<NodeTuple> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle)MappingNode(Tag tag, java.util.List<NodeTuple> value, DumperOptions.FlowStyle flowStyle) -
Uses of NodeTuple in org.yaml.snakeyaml.representer
Methods in org.yaml.snakeyaml.representer that return NodeTuple Modifier and Type Method Description protected NodeTupleRepresenter. representJavaBeanProperty(java.lang.Object javaBean, Property property, java.lang.Object propertyValue, Tag customTag)Represent one JavaBean property. -
Uses of NodeTuple in org.yaml.snakeyaml.util
Methods in org.yaml.snakeyaml.util that return types with arguments of type NodeTuple Modifier and Type Method Description private Tuple<java.util.List<NodeTuple>,java.util.Set<java.lang.String>>MergeUtils. filter(java.util.List<NodeTuple> mergables, java.util.Set<java.lang.String> filter)Filters outNodeTuples withScalarNodekeys that are present in the provided filter set.java.util.List<NodeTuple>MergeUtils. flatten(MappingNode node)Processes and resolves merge keys in aMappingNode, merging resolved key/values into the node.Method parameters in org.yaml.snakeyaml.util with type arguments of type NodeTuple Modifier and Type Method Description private Tuple<java.util.List<NodeTuple>,java.util.Set<java.lang.String>>MergeUtils. filter(java.util.List<NodeTuple> mergables, java.util.Set<java.lang.String> filter)Filters outNodeTuples withScalarNodekeys that are present in the provided filter set.
-