A B C D E F H I K L M N O P R S T U V Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- above() - Method in interface com.amihaiemil.eoyaml.ScalarComment
-
Comment above the Scalar.
- add(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlSequenceBuilder
-
Add a value to the sequence.
- add(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlStreamBuilder
-
Add a YAML to the Stream.
- add(YamlNode, YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMappingBuilder
-
Add a pair to the mapping.
- add(YamlNode, String) - Method in interface com.amihaiemil.eoyaml.YamlMappingBuilder
-
Add a pair to the mapping.
- add(String) - Method in interface com.amihaiemil.eoyaml.YamlSequenceBuilder
-
Add a value to the sequence.
- add(String, YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMappingBuilder
-
Add a pair to the mapping.
- add(String, String) - Method in interface com.amihaiemil.eoyaml.YamlMappingBuilder
-
Add a pair to the mapping.
- addLine(String) - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Add a line of text this Scalar.
- allMatch(Predicate<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- anyMatch(Predicate<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- asClass(Class<T>, Node) - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Gives the
YamlNodeinstance from node class and node type. - asMapping() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Gives a Mapping value of the node.
- asScalar() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Gives a String value of the node.
- asSequence() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Gives a Sequence value of the node.
- asStream() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Gives a Stream value of the node.
B
- BaseYamlMapping - Class in com.amihaiemil.eoyaml
-
Base YamlMapping which all implementations of YamlMapping should extend.
- BaseYamlMapping() - Constructor for class com.amihaiemil.eoyaml.BaseYamlMapping
- BaseYamlSequence - Class in com.amihaiemil.eoyaml
-
Base YamlSequence which all implementations should extend.
- BaseYamlSequence() - Constructor for class com.amihaiemil.eoyaml.BaseYamlSequence
- build() - Method in interface com.amihaiemil.eoyaml.YamlMappingBuilder
-
Build the YamlMapping.
- build() - Method in interface com.amihaiemil.eoyaml.YamlSequenceBuilder
-
Build the YamlSequence.
- build() - Method in interface com.amihaiemil.eoyaml.YamlStreamBuilder
-
Build the YamlStream.
- build(String) - Method in interface com.amihaiemil.eoyaml.YamlMappingBuilder
-
Build the YamlMapping.
- build(String) - Method in interface com.amihaiemil.eoyaml.YamlSequenceBuilder
-
Build the YamlSequence and specify a comment referring to it.
- buildFoldedBlockScalar() - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a Folded Block Scalar.
- buildFoldedBlockScalar(String) - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a Folded Block Scalar.
- buildLiteralBlockScalar() - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a Literal Block Scalar.
- buildLiteralBlockScalar(String) - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a Literal Block Scalar.
- buildPlainScalar() - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a plain Scalar.
- buildPlainScalar(String) - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a plain Scalar.
- buildPlainScalar(String, String) - Method in interface com.amihaiemil.eoyaml.YamlScalarBuilder
-
Build a plain Scalar.
C
- close() - Method in interface com.amihaiemil.eoyaml.YamlStream
- collect(Supplier<R>, BiConsumer<R, ? super YamlNode>, BiConsumer<R, R>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- collect(Collector<? super YamlNode, A, R>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- com.amihaiemil.eoyaml - package com.amihaiemil.eoyaml
- com.amihaiemil.eoyaml.exceptions - package com.amihaiemil.eoyaml.exceptions
- com.amihaiemil.eoyaml.extensions - package com.amihaiemil.eoyaml.extensions
-
This package contains convenient extensions for both YamlMapping and YamlSequence that provide all sorts of different functionality.
- comment() - Method in class com.amihaiemil.eoyaml.EmptyYamlMapping
- comment() - Method in class com.amihaiemil.eoyaml.EmptyYamlSequence
- comment() - Method in class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
- comment() - Method in class com.amihaiemil.eoyaml.extensions.MergedYamlSequence
- comment() - Method in class com.amihaiemil.eoyaml.StrictYamlMapping
-
Deprecated.
- comment() - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.
- comment() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Comment referring to this Node.
- comment() - Method in interface com.amihaiemil.eoyaml.YamlStream
- Comment - Interface in com.amihaiemil.eoyaml
-
A YAML comment.
- compareTo(YamlNode) - Method in class com.amihaiemil.eoyaml.BaseYamlMapping
-
Compare this Mapping to another node.
A Mapping is always considered greater than a Scalar or a Sequence.
If other is a Mapping, their integer lengths are compared - the one with the greater length is considered greater. - compareTo(YamlNode) - Method in class com.amihaiemil.eoyaml.BaseYamlSequence
-
Compare this Sequence to another node.
A Sequence is always considered greater than a Scalar and less than a Mapping.
If other is a Sequence, their integer lengths are compared - the one with the greater length is considered greater. - count() - Method in interface com.amihaiemil.eoyaml.YamlStream
- createYamlDump(Object) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a YAML dump to represent the given object as YAML.
- createYamlInput(File) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlInputfrom a File. - createYamlInput(File, boolean) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlInputfrom a File. - createYamlInput(InputStream) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlInputfrom an InputStream. - createYamlInput(InputStream, boolean) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlInputfrom an InputStream. - createYamlInput(String) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlInputfrom a String. - createYamlInput(String, boolean) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlInputfrom a String. - createYamlMappingBuilder() - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlMappingBuilder. - createYamlPrinter(Writer) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a YamlPrinter to write a YamlNode somewhere.
- createYamlScalarBuilder() - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlScalarBuilder. - createYamlSequenceBuilder() - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlSequenceBuilder. - createYamlStreamBuilder() - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a
YamlStreamBuilder.
D
- date(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Convenience method to directly read a LocalDate value from this sequence.
- date(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a LocalDate value from this map.
- date(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a LocalDate value from this map.
- dateTime(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Convenience method to directly read a LocalDateTime value from this sequence.
- dateTime(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a LocalDateTime value from this map.
- dateTime(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a LocalDateTime value from this map.
- distinct() - Method in interface com.amihaiemil.eoyaml.YamlStream
- doubleNumber(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Convenience method to directly read a double value from this sequence.
- doubleNumber(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a double value from this map.
- doubleNumber(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a double value from this map.
- dump() - Method in interface com.amihaiemil.eoyaml.YamlDump
-
Dump an Object, represent it as YAML.
- dumpMapping() - Method in interface com.amihaiemil.eoyaml.YamlDump
-
Convenience method, equivalent to calling the dump(...) method and casting the YamlNode to YamlMapping.
- dumpScalar() - Method in interface com.amihaiemil.eoyaml.YamlDump
-
Convenience method, equivalent to calling the dump(...) method and casting the YamlNode to Scalar.
- dumpSequence() - Method in interface com.amihaiemil.eoyaml.YamlDump
-
Convenience method, equivalent to calling the dump(...) method and casting the YamlNode to YamlSequence.
E
- EmptyYamlMapping - Class in com.amihaiemil.eoyaml
-
Representation of an empty YAML Mapping (or "{}").
- EmptyYamlMapping(YamlMapping) - Constructor for class com.amihaiemil.eoyaml.EmptyYamlMapping
-
Wrap an existing mapping - expects comments() to be implemented.
- EmptyYamlSequence - Class in com.amihaiemil.eoyaml
-
Representation of an empty YAML Sequence (or "[]").
- EmptyYamlSequence(YamlSequence) - Constructor for class com.amihaiemil.eoyaml.EmptyYamlSequence
-
Wrap an existing sequence - expects comments() to be implemented.
- equals(Object) - Method in class com.amihaiemil.eoyaml.BaseYamlMapping
-
Equals method for YamlMapping.
- equals(Object) - Method in class com.amihaiemil.eoyaml.BaseYamlSequence
-
Equals method for YamlSequence.
F
- filter(Predicate<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- findAny() - Method in interface com.amihaiemil.eoyaml.YamlStream
- findFirst() - Method in interface com.amihaiemil.eoyaml.YamlStream
- flatMap(Function<? super YamlNode, ? extends Stream<? extends R>>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- flatMapToDouble(Function<? super YamlNode, ? extends DoubleStream>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- flatMapToInt(Function<? super YamlNode, ? extends IntStream>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- flatMapToLong(Function<? super YamlNode, ? extends LongStream>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- floatNumber(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Convenience method to directly read a float value from this sequence.
- floatNumber(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a float value from this map.
- floatNumber(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a float value from this map.
- foldedBlockScalar(int) - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.Get the folded block String from the given index.
- foldedBlockScalar(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Get the folded block scalar from the given index.
- foldedBlockScalar(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the String folded block scalar associated with the given key.
- foldedBlockScalar(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the String folded block scalar associated with the given key.
- forEach(Consumer<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- forEachOrdered(Consumer<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- fromJsonArray(JsonArray) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a YAML sequence from a
JsonArray. - fromJsonObject(JsonObject) - Static method in class com.amihaiemil.eoyaml.Yaml
-
Create a YAML mapping from a
JsonObject.
H
- hashCode() - Method in class com.amihaiemil.eoyaml.BaseYamlMapping
- hashCode() - Method in class com.amihaiemil.eoyaml.BaseYamlSequence
I
- inline() - Method in interface com.amihaiemil.eoyaml.ScalarComment
-
Comment inline with the Scalar.
- integer(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Convenience method to directly read an integer value from this sequence.
- integer(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read an integer value from this map.
- integer(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read an integer value from this map.
- isEmpty() - Method in class com.amihaiemil.eoyaml.BaseYamlMapping
- isEmpty() - Method in class com.amihaiemil.eoyaml.BaseYamlSequence
- isEmpty() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Is this YamlNode empty?
- isParallel() - Method in interface com.amihaiemil.eoyaml.YamlStream
- iterator() - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Returns this YamlSequence's children Iterator.
It is equivalent to YamlSequence.values().iterator(). - iterator() - Method in interface com.amihaiemil.eoyaml.YamlStream
K
- keys() - Method in class com.amihaiemil.eoyaml.EmptyYamlMapping
- keys() - Method in class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
- keys() - Method in class com.amihaiemil.eoyaml.StrictYamlMapping
-
Deprecated.
- keys() - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Return the keys' set of this mapping.
L
- limit(long) - Method in interface com.amihaiemil.eoyaml.YamlStream
- literalBlockScalar(int) - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.Get the literal block Strings from the given index.
- literalBlockScalar(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Get the literal block scalar from the given index.
- literalBlockScalar(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the String lines of the literal block scalar associated with the given key.
- literalBlockScalar(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the String lines of the literal block scalar associated with the given key.
- longNumber(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Convenience method to directly read a long value from this sequence.
- longNumber(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a long value from this map.
- longNumber(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Convenience method to directly read a long value from this map.
M
- map(Function<? super YamlNode, ? extends R>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- MAPPING - com.amihaiemil.eoyaml.Node
-
Type of
YamlMapping. - mapToDouble(ToDoubleFunction<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- mapToInt(ToIntFunction<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- mapToLong(ToLongFunction<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- max(Comparator<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- MergedYamlMapping - Class in com.amihaiemil.eoyaml.extensions
-
Merge two YAML Mappings into a single one.
- MergedYamlMapping(YamlMapping, YamlMapping) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
-
Constructor.
- MergedYamlMapping(YamlMapping, YamlMapping, boolean) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
-
Constructor.
- MergedYamlMapping(YamlMapping, Supplier<YamlMapping>) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
-
Constructor.
- MergedYamlMapping(YamlMapping, Supplier<YamlMapping>, boolean) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
-
Constructor.
- MergedYamlSequence - Class in com.amihaiemil.eoyaml.extensions
-
Merge two YAML Sequences into a single one.
- MergedYamlSequence(YamlSequence, YamlSequence) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlSequence
-
Constructor.
- MergedYamlSequence(YamlSequence, YamlSequence, boolean) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlSequence
-
Constructor.
- MergedYamlSequence(YamlSequence, Supplier<YamlSequence>) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlSequence
-
Constructor.
- MergedYamlSequence(YamlSequence, Supplier<YamlSequence>, boolean) - Constructor for class com.amihaiemil.eoyaml.extensions.MergedYamlSequence
-
Constructor.
- min(Comparator<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
N
- Node - Enum in com.amihaiemil.eoyaml
-
The class is for defining the type of
YamlNode. - noneMatch(Predicate<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
O
- onClose(Runnable) - Method in interface com.amihaiemil.eoyaml.YamlStream
P
- parallel() - Method in interface com.amihaiemil.eoyaml.YamlStream
- peek(Consumer<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- print(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlPrinter
-
Print a YAML Node.
R
- readFoldedBlockScalar() - Method in interface com.amihaiemil.eoyaml.YamlInput
-
Read the given input as a folded block scalar.
- readLiteralBlockScalar() - Method in interface com.amihaiemil.eoyaml.YamlInput
-
Read the given input as a literal block scalar.
- readPlainScalar() - Method in interface com.amihaiemil.eoyaml.YamlInput
-
Read the given input as a plain scalar.
- readYamlMapping() - Method in interface com.amihaiemil.eoyaml.YamlInput
-
Read the given input as a Yaml mapping.
- readYamlSequence() - Method in interface com.amihaiemil.eoyaml.YamlInput
-
Read the given input as a Yaml sequence.
- readYamlStream() - Method in interface com.amihaiemil.eoyaml.YamlInput
-
Read the given input as a Yaml stream.
- reduce(YamlNode, BinaryOperator<YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- reduce(BinaryOperator<YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- reduce(U, BiFunction<U, ? super YamlNode, U>, BinaryOperator<U>) - Method in interface com.amihaiemil.eoyaml.YamlStream
S
- Scalar - Interface in com.amihaiemil.eoyaml
-
Yaml Scalar.
- SCALAR - com.amihaiemil.eoyaml.Node
-
Type of
Scalar. - ScalarComment - Interface in com.amihaiemil.eoyaml
-
A scalar can have 2 comments: 1 on top of it and 1 inline.
- SEQUENCE - com.amihaiemil.eoyaml.Node
-
Type of
YamlSequence. - sequential() - Method in interface com.amihaiemil.eoyaml.YamlStream
- size() - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
The number of Yaml elements (scalars, mappings and sequences) found in this sequence.
- skip(long) - Method in interface com.amihaiemil.eoyaml.YamlStream
- sorted() - Method in interface com.amihaiemil.eoyaml.YamlStream
- sorted(Comparator<? super YamlNode>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- spliterator() - Method in interface com.amihaiemil.eoyaml.YamlStream
- STREAM - com.amihaiemil.eoyaml.Node
-
Type of
YamlStream. - StrictYamlMapping - Class in com.amihaiemil.eoyaml
-
Deprecated.This class will be moved to the extensions package in one of the future releases. There will be no changes to it other than a more suitable package.
- StrictYamlMapping(YamlMapping) - Constructor for class com.amihaiemil.eoyaml.StrictYamlMapping
-
Deprecated.Ctor.
- StrictYamlSequence - Class in com.amihaiemil.eoyaml
-
Deprecated.This class will be moved to the extensions package in one of the future releases. There will be no changes to it other than a more suitable package.
- StrictYamlSequence(YamlSequence) - Constructor for class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.Ctor.
- string(int) - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.Get the String from the given index.
- string(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Get the String from the given index.
- string(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the String associated with the given key.
- string(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the String associated with the given key.
T
- toArray() - Method in interface com.amihaiemil.eoyaml.YamlStream
- toArray(IntFunction<A[]>) - Method in interface com.amihaiemil.eoyaml.YamlStream
- type() - Method in class com.amihaiemil.eoyaml.BaseYamlMapping
- type() - Method in class com.amihaiemil.eoyaml.BaseYamlSequence
- type() - Method in interface com.amihaiemil.eoyaml.YamlNode
-
Type of the node.
U
- unordered() - Method in interface com.amihaiemil.eoyaml.YamlStream
V
- value() - Method in interface com.amihaiemil.eoyaml.Comment
-
The actual comment.
- value() - Method in interface com.amihaiemil.eoyaml.Scalar
-
Value of this scalar.
- value(YamlNode) - Method in class com.amihaiemil.eoyaml.EmptyYamlMapping
- value(YamlNode) - Method in class com.amihaiemil.eoyaml.extensions.MergedYamlMapping
- value(YamlNode) - Method in class com.amihaiemil.eoyaml.StrictYamlMapping
-
Deprecated.
- value(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the YamlNode mapped to the specified key.
- value(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the YamlNode mapped to the specified key.
- valueOf(String) - Static method in enum com.amihaiemil.eoyaml.Node
-
Returns the enum constant of this type with the specified name.
- values() - Method in class com.amihaiemil.eoyaml.EmptyYamlSequence
- values() - Method in class com.amihaiemil.eoyaml.extensions.MergedYamlSequence
- values() - Static method in enum com.amihaiemil.eoyaml.Node
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.
- values() - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Fetch the values of this mapping.
- values() - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Fetch the values of this sequence.
- values() - Method in interface com.amihaiemil.eoyaml.YamlStream
-
Fetch the values from this stream.
Y
- Yaml - Class in com.amihaiemil.eoyaml
-
Yaml.
- YamlDump - Interface in com.amihaiemil.eoyaml
-
In YAML, "dumping" means representing the state of an Object as YAML.
- YamlIndentationException - Exception in com.amihaiemil.eoyaml.exceptions
-
Represents an indentation exception.
- YamlIndentationException() - Constructor for exception com.amihaiemil.eoyaml.exceptions.YamlIndentationException
-
Constructor without parameters.
- YamlIndentationException(String) - Constructor for exception com.amihaiemil.eoyaml.exceptions.YamlIndentationException
-
Constructor with parameters.
- YamlInput - Interface in com.amihaiemil.eoyaml
-
Yaml input.
- yamlMapping(int) - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.Get the Yaml mapping from the given index.
- yamlMapping(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Get the Yaml mapping from the given index.
- yamlMapping(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the Yaml mapping associated with the given key.
- yamlMapping(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the Yaml mapping associated with the given key.
- YamlMapping - Interface in com.amihaiemil.eoyaml
-
A Yaml mapping.
- YamlMappingBuilder - Interface in com.amihaiemil.eoyaml
-
Builder of YamlMapping.
- yamlNode() - Method in interface com.amihaiemil.eoyaml.Comment
-
Yaml node to which this comment refers.
- YamlNode - Interface in com.amihaiemil.eoyaml
-
YAML node.
- YamlNodeNotFoundException - Exception in com.amihaiemil.eoyaml
-
Exception thrown when a YamlNode cannot be cast to a given type.
- YamlNodeNotFoundException(String) - Constructor for exception com.amihaiemil.eoyaml.YamlNodeNotFoundException
-
Ctor.
- YamlNodeNotFoundException(String, Throwable) - Constructor for exception com.amihaiemil.eoyaml.YamlNodeNotFoundException
-
Ctor.
- YamlNodeNotFoundException(Throwable) - Constructor for exception com.amihaiemil.eoyaml.YamlNodeNotFoundException
-
Ctor.
- YamlPrinter - Interface in com.amihaiemil.eoyaml
-
YAML Printer.
- YamlPrintException - Exception in com.amihaiemil.eoyaml.exceptions
-
If there is any problem while printing a YamlNode, this runtime exception is thrown, encapsulating the original IOException.
- YamlPrintException(String, IOException) - Constructor for exception com.amihaiemil.eoyaml.exceptions.YamlPrintException
-
Constructor with parameters.
- YamlReadingException - Exception in com.amihaiemil.eoyaml.exceptions
-
Represents a reading exception.
- YamlReadingException() - Constructor for exception com.amihaiemil.eoyaml.exceptions.YamlReadingException
-
Constructor without parameters.
- YamlReadingException(String) - Constructor for exception com.amihaiemil.eoyaml.exceptions.YamlReadingException
-
Constructor with parameters.
- YamlScalarBuilder - Interface in com.amihaiemil.eoyaml
-
Builder of Yaml Scalar.
- yamlSequence(int) - Method in class com.amihaiemil.eoyaml.StrictYamlSequence
-
Deprecated.Get the Yaml sequence from the given index.
- yamlSequence(int) - Method in interface com.amihaiemil.eoyaml.YamlSequence
-
Get the Yaml sequence from the given index.
- yamlSequence(YamlNode) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the Yaml sequence associated with the given key.
- yamlSequence(String) - Method in interface com.amihaiemil.eoyaml.YamlMapping
-
Get the Yaml sequence associated with the given key.
- YamlSequence - Interface in com.amihaiemil.eoyaml
-
A Yaml sequence.
- YamlSequenceBuilder - Interface in com.amihaiemil.eoyaml
-
Builder of YamlSequence.
- YamlStream - Interface in com.amihaiemil.eoyaml
-
A YAML Stream of documents.
- YamlStreamBuilder - Interface in com.amihaiemil.eoyaml
-
Builder of YamlStream.
All Classes All Packages