- GeneralSettings - Class in dev.dejvokep.boostedyaml.settings.general
-
General settings cover all options related to documents in general.
- GeneralSettings - Class in dev.dejvokep.boostedyaml.settings.general
-
General settings cover all options related to documents in general.
- GeneralSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.general
-
Builder for general settings.
- GeneralSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.general
-
Builder for general settings.
- GeneralSettings.KeyFormat - Enum in dev.dejvokep.boostedyaml.settings.general
-
Key format for sections to use; specifies how the loaded/supplied keys should be formatted.
- GeneralSettings.KeyFormat - Enum in dev.dejvokep.boostedyaml.settings.general
-
Key format for sections to use; specifies how the loaded/supplied keys should be formatted.
- get(Block<?>, Comments.NodeType, Comments.Position) - Static method in class dev.dejvokep.boostedyaml.block.Comments
-
Returns comments at the given position.
- get(Block<?>, Comments.NodeType, Comments.Position) - Static method in class dev.dejvokep.boostedyaml.block.Comments
-
Returns comments at the given position.
- get(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(Route, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(String, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(Route, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(String, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance.
- get(int) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
-
- get(int) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
-
- get(int) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
-
- get(int) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
-
- get(int) - Method in interface dev.dejvokep.boostedyaml.route.Route
-
Returns key in this route (from the backing array), at the given position.
- get(int) - Method in interface dev.dejvokep.boostedyaml.route.Route
-
Returns key in this route (from the backing array), at the given position.
- getAs(Route, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(Route, Class<T>, T) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(String, Class<T>, T) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(Route, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(Route, Class<T>, T) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAs(String, Class<T>, T) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class.
- getAsOptional(Route, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class; encapsulated in an instance of
Optional
.
- getAsOptional(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class; encapsulated in an instance of
Optional
.
- getAsOptional(Route, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class; encapsulated in an instance of
Optional
.
- getAsOptional(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value) at the given route, or if it is a section, the corresponding
Section
instance, in both cases cast to instance of the given class; encapsulated in an instance of
Optional
.
- getBigInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(Route, BigInteger) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(String, BigInteger) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(Route, BigInteger) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigInt(String, BigInteger) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route.
- getBigIntList(Route, List<BigInteger>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(String, List<BigInteger>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(Route, List<BigInteger>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(String, List<BigInteger>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBigIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route.
- getBlock(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
- getBlock(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
- getBlock(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
- getBlock(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
- getBoolean(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(Route, Boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(String, Boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(Route, Boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getBoolean(String, Boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route.
- getByte(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(Route, Byte) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(String, Byte) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(Route, Byte) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByte(String, Byte) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route.
- getByteList(Route, List<Byte>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(String, List<Byte>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(Route, List<Byte>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(String, List<Byte>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getByteList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route.
- getChar(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(Route, Character) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(String, Character) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(Route, Character) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getChar(String, Character) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route.
- getComments() - Method in class dev.dejvokep.boostedyaml.block.Block
-
Returns comments at the given position.
- getComments() - Method in class dev.dejvokep.boostedyaml.block.Block
-
Returns comments at the given position.
- getConstructed(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
-
- getConstructed(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
-
- getCursor(int) - Method in class dev.dejvokep.boostedyaml.dvs.Version
-
Returns the cursor corresponding to pattern's segment at the given index.
- getCursor(int) - Method in class dev.dejvokep.boostedyaml.dvs.Version
-
Returns the cursor corresponding to pattern's segment at the given index.
- getDefault() - Static method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- getDefault() - Static method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- getDefaultBoolean() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default boolean to use by
Section
getters if the return type is boolean.
- getDefaultBoolean() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default boolean to use by
Section
getters if the return type is boolean.
- getDefaultChar() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default char to use by
Section
getters if the return type is char.
- getDefaultChar() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default char to use by
Section
getters if the return type is char.
- getDefaultList(int) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default list of the given size.
- getDefaultList() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns an empty default list.
- getDefaultList(int) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default list of the given size.
- getDefaultList() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns an empty default list.
- getDefaultMap(int) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default map of the given size.
- getDefaultMap() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns an empty default map.
- getDefaultMap(int) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default map of the given size.
- getDefaultMap() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns an empty default map.
- getDefaultMapSupplier() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default map supplier to use to supply map instances during loading/creating new sections/when needed.
- getDefaultMapSupplier() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default map supplier to use to supply map instances during loading/creating new sections/when needed.
- getDefaultNumber() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default number to use by
Section
getters if the return type is a number - integer, float, byte,
biginteger...
- getDefaultNumber() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default number to use by
Section
getters if the return type is a number - integer, float, byte,
biginteger...
- getDefaultObject() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default object to use by
Section
getters if the return type is object.
- getDefaultObject() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default object to use by
Section
getters if the return type is object.
- getDefaults() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns equivalent of this section in the defaults.
- getDefaults() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns equivalent of this section in the defaults.
- getDefaults() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the defaults associated with the document, if any were given to YamlDocument.create()
method.
- getDefaults() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the defaults associated with the document, if any were given to YamlDocument.create()
method.
- getDefaultSet(int) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default set of the given size.
- getDefaultSet() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns an empty default set.
- getDefaultSet(int) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default set of the given size.
- getDefaultSet() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns an empty default set.
- getDefaultString() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default string to use by
Section
getters if the return type is string.
- getDefaultString() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns default string to use by
Section
getters if the return type is string.
- getDocumentVersion(Section, boolean) - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
-
- getDocumentVersion(Section, boolean) - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
-
- getDocumentVersion(Section, boolean) - Method in class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
-
- getDocumentVersion(Section, boolean) - Method in class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
-
- getDocumentVersion(Section, boolean) - Method in interface dev.dejvokep.boostedyaml.dvs.versioning.Versioning
-
Returns version of the given document (section).
- getDocumentVersion(Section, boolean) - Method in interface dev.dejvokep.boostedyaml.dvs.versioning.Versioning
-
Returns version of the given document (section).
- getDouble(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(Route, Double) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(String, Double) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(Route, Double) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDouble(String, Double) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route.
- getDoubleList(Route, List<Double>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(String, List<Double>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(Route, List<Double>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(String, List<Double>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDoubleList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route.
- getDumperSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the dumper settings associated with the file.
- getDumperSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the dumper settings associated with the file.
- getElement(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
-
- getElement(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
-
- getElement(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
-
- getElement(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
-
- getElement(int) - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
-
Returns i-th element in the segment's definition (1st element being represented by 0
).
- getElement(int) - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
-
Returns i-th element in the segment's definition (1st element being represented by 0
).
- getElementLength(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
-
- getElementLength(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
-
- getElementLength(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
-
- getElementLength(int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
-
- getElementLength(int) - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
-
Returns length (in characters) of the i-th element in the segment's definition (1st element being represented by
0
).
- getElementLength(int) - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
-
Returns length (in characters) of the i-th element in the segment's definition (1st element being represented by
0
).
- getEscapedSeparator() - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
-
- getEscapedSeparator() - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
-
- getEscapedSeparator() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns the escaped route separator.
- getEscapedSeparator() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns the escaped route separator.
- getFile() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the file associated with this document, if any were given to YamlDocument.create()
method.
- getFile() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the file associated with this document, if any were given to YamlDocument.create()
method.
- getFirstVersion() - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
-
Builds and returns the first version specified by this pattern.
- getFirstVersion() - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
-
Builds and returns the first version specified by this pattern.
- getFirstVersion() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
-
- getFirstVersion() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
-
- getFirstVersion() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
-
- getFirstVersion() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
-
- getFirstVersion() - Method in interface dev.dejvokep.boostedyaml.dvs.versioning.Versioning
-
Returns the first version specified by the used pattern.
- getFirstVersion() - Method in interface dev.dejvokep.boostedyaml.dvs.versioning.Versioning
-
Returns the first version specified by the used pattern.
- getFloat(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(Route, Float) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(String, Float) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(Route, Float) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloat(String, Float) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route.
- getFloatList(Route, List<Float>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(String, List<Float>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(Route, List<Float>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(String, List<Float>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFloatList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route.
- getFor(boolean, boolean) - Static method in enum dev.dejvokep.boostedyaml.settings.updater.MergeRule
-
Returns merge rule representing the given information.
- getFor(boolean, boolean) - Static method in enum dev.dejvokep.boostedyaml.settings.updater.MergeRule
-
Returns merge rule representing the given information.
- getGeneralSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the general settings associated with the file.
- getGeneralSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the general settings associated with the file.
- getIgnoredRoutes(String, char) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns which blocks (represented by their routes) to ignore (including their contents) while updating to the
specified version ID.
- getIgnoredRoutes(String, char) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns which blocks (represented by their routes) to ignore (including their contents) while updating to the
specified version ID.
- getInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(Route, Integer) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(String, Integer) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(Route, Integer) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getInt(String, Integer) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route.
- getIntList(Route, List<Integer>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(String, List<Integer>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(Route, List<Integer>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(String, List<Integer>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route.
- getKeyFormat() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns the key format to use.
- getKeyFormat() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns the key format to use.
- getKeys() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns set of direct keys (in this section only - not deep); while not keeping any reference to this section.
- getKeys() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns set of direct keys (in this section only - not deep); while not keeping any reference to this section.
- getList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(Route, List<?>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(String, List<?>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(Route, List<?>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getList(String, List<?>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route.
- getLoaderSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the loader settings associated with the file.
- getLoaderSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the loader settings associated with the file.
- getLong(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(Route, Long) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(String, Long) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(Route, Long) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLong(String, Long) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route.
- getLongList(Route, List<Long>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(String, List<Long>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(Route, List<Long>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(String, List<Long>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getLongList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route.
- getMapList(Route, List<Map<?, ?>>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(String, List<Map<?, ?>>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(Route, List<Map<?, ?>>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(String, List<Map<?, ?>>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMapList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route.
- getMergeRules() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns merge preservation rules.
- getMergeRules() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns merge preservation rules.
- getName() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the name of this section.
- getName() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the name of this section.
- getNameAsRoute() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the name of this section as a single-key route.
- getNameAsRoute() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the name of this section as a single-key route.
- getNameAsString() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the name of this section as a string.
- getNameAsString() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the name of this section as a string.
- getNumber(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(Route, Number) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(String, Number) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(Route, Number) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getNumber(String, Number) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route.
- getOptional(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance; encapsulated in an instance of
Optional
.
- getOptional(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance; encapsulated in an instance of
Optional
.
- getOptional(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance; encapsulated in an instance of
Optional
.
- getOptional(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the value of the block (the actual value - list, integer...) at the given route, or if it is a section,
the corresponding
Section
instance; encapsulated in an instance of
Optional
.
- getOptionalBigInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route encapsulated in an instance of
Optional
.
- getOptionalBigInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route encapsulated in an instance of
Optional
.
- getOptionalBigInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route encapsulated in an instance of
Optional
.
- getOptionalBigInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns big integer at the given route encapsulated in an instance of
Optional
.
- getOptionalBigIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route encapsulated in an instance of
Optional
.
- getOptionalBigIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route encapsulated in an instance of
Optional
.
- getOptionalBigIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route encapsulated in an instance of
Optional
.
- getOptionalBigIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of big integers at the given route encapsulated in an instance of
Optional
.
- getOptionalBlock(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns block at the given route encapsulated in an instance of
Optional
.
- getOptionalBlock(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns block at the given string route encapsulated in an instance of
Optional
.
- getOptionalBlock(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns block at the given route encapsulated in an instance of
Optional
.
- getOptionalBlock(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns block at the given string route encapsulated in an instance of
Optional
.
- getOptionalBoolean(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route encapsulated in an instance of
Optional
.
- getOptionalBoolean(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route encapsulated in an instance of
Optional
.
- getOptionalBoolean(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route encapsulated in an instance of
Optional
.
- getOptionalBoolean(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns boolean at the given route encapsulated in an instance of
Optional
.
- getOptionalByte(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route encapsulated in an instance of
Optional
.
- getOptionalByte(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route encapsulated in an instance of
Optional
.
- getOptionalByte(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route encapsulated in an instance of
Optional
.
- getOptionalByte(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns byte at the given route encapsulated in an instance of
Optional
.
- getOptionalByteList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route encapsulated in an instance of
Optional
.
- getOptionalByteList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route encapsulated in an instance of
Optional
.
- getOptionalByteList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route encapsulated in an instance of
Optional
.
- getOptionalByteList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of bytes at the given route encapsulated in an instance of
Optional
.
- getOptionalChar(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route encapsulated in an instance of
Optional
.
- getOptionalChar(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route encapsulated in an instance of
Optional
.
- getOptionalChar(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route encapsulated in an instance of
Optional
.
- getOptionalChar(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns char at the given route encapsulated in an instance of
Optional
.
- getOptionalDouble(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route encapsulated in an instance of
Optional
.
- getOptionalDouble(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route encapsulated in an instance of
Optional
.
- getOptionalDouble(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route encapsulated in an instance of
Optional
.
- getOptionalDouble(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns double at the given route encapsulated in an instance of
Optional
.
- getOptionalDoubleList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route encapsulated in an instance of
Optional
.
- getOptionalDoubleList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route encapsulated in an instance of
Optional
.
- getOptionalDoubleList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route encapsulated in an instance of
Optional
.
- getOptionalDoubleList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of doubles at the given route encapsulated in an instance of
Optional
.
- getOptionalFloat(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route encapsulated in an instance of
Optional
.
- getOptionalFloat(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route encapsulated in an instance of
Optional
.
- getOptionalFloat(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route encapsulated in an instance of
Optional
.
- getOptionalFloat(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns float at the given route encapsulated in an instance of
Optional
.
- getOptionalFloatList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route encapsulated in an instance of
Optional
.
- getOptionalFloatList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route encapsulated in an instance of
Optional
.
- getOptionalFloatList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route encapsulated in an instance of
Optional
.
- getOptionalFloatList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of floats at the given route encapsulated in an instance of
Optional
.
- getOptionalInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route encapsulated in an instance of
Optional
.
- getOptionalInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route encapsulated in an instance of
Optional
.
- getOptionalInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route encapsulated in an instance of
Optional
.
- getOptionalInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns integer at the given route encapsulated in an instance of
Optional
.
- getOptionalIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route encapsulated in an instance of
Optional
.
- getOptionalIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route encapsulated in an instance of
Optional
.
- getOptionalIntList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route encapsulated in an instance of
Optional
.
- getOptionalIntList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of integers at the given route encapsulated in an instance of
Optional
.
- getOptionalList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route encapsulated in an instance of
Optional
.
- getOptionalList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route encapsulated in an instance of
Optional
.
- getOptionalList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route encapsulated in an instance of
Optional
.
- getOptionalList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list at the given route encapsulated in an instance of
Optional
.
- getOptionalLong(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route encapsulated in an instance of
Optional
.
- getOptionalLong(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route encapsulated in an instance of
Optional
.
- getOptionalLong(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route encapsulated in an instance of
Optional
.
- getOptionalLong(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns long at the given route encapsulated in an instance of
Optional
.
- getOptionalLongList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route encapsulated in an instance of
Optional
.
- getOptionalLongList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route encapsulated in an instance of
Optional
.
- getOptionalLongList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route encapsulated in an instance of
Optional
.
- getOptionalLongList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of longs at the given route encapsulated in an instance of
Optional
.
- getOptionalMapList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route encapsulated in an instance of
Optional
.
- getOptionalMapList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route encapsulated in an instance of
Optional
.
- getOptionalMapList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route encapsulated in an instance of
Optional
.
- getOptionalMapList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of maps at the given route encapsulated in an instance of
Optional
.
- getOptionalNumber(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route encapsulated in an instance of
Optional
.
- getOptionalNumber(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route encapsulated in an instance of
Optional
.
- getOptionalNumber(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route encapsulated in an instance of
Optional
.
- getOptionalNumber(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns number at the given route encapsulated in an instance of
Optional
.
- getOptionalSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route encapsulated in an instance of
Optional
.
- getOptionalSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route encapsulated in an instance of
Optional
.
- getOptionalSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route encapsulated in an instance of
Optional
.
- getOptionalSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route encapsulated in an instance of
Optional
.
- getOptionalShort(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route encapsulated in an instance of
Optional
.
- getOptionalShort(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route encapsulated in an instance of
Optional
.
- getOptionalShort(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route encapsulated in an instance of
Optional
.
- getOptionalShort(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route encapsulated in an instance of
Optional
.
- getOptionalShortList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route encapsulated in an instance of
Optional
.
- getOptionalShortList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route encapsulated in an instance of
Optional
.
- getOptionalShortList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route encapsulated in an instance of
Optional
.
- getOptionalShortList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route encapsulated in an instance of
Optional
.
- getOptionalString(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route encapsulated in an instance of
Optional
.
- getOptionalString(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route encapsulated in an instance of
Optional
.
- getOptionalString(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route encapsulated in an instance of
Optional
.
- getOptionalString(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route encapsulated in an instance of
Optional
.
- getOptionalStringList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route encapsulated in an instance of
Optional
.
- getOptionalStringList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route encapsulated in an instance of
Optional
.
- getOptionalStringList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route encapsulated in an instance of
Optional
.
- getOptionalStringList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route encapsulated in an instance of
Optional
.
- getParent() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the parent section, or
null
if this section has no parent - the section is also the root
(check
Section.isRoot()
).
- getParent(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the parent route of the given one, encapsulated in an instance of
Optional
.
- getParent(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the parent route of the given one, encapsulated in an instance of
Optional
.
- getParent() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the parent section, or
null
if this section has no parent - the section is also the root
(check
Section.isRoot()
).
- getParent(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the parent route of the given one, encapsulated in an instance of
Optional
.
- getParent(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the parent route of the given one, encapsulated in an instance of
Optional
.
- getPart(int) - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
-
Returns segment at the given index (from the most significant one on the left).
- getPart(int) - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
-
Returns segment at the given index (from the most significant one on the left).
- getPattern() - Method in class dev.dejvokep.boostedyaml.dvs.Version
-
Returns the pattern using which this version was parsed.
- getPattern() - Method in class dev.dejvokep.boostedyaml.dvs.Version
-
Returns the pattern using which this version was parsed.
- getRelocations(String, char) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns relocations (in from route = to route
format) that took effect at the given version ID.
- getRelocations(String, char) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns relocations (in from route = to route
format) that took effect at the given version ID.
- getRoot() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the root file of this section.
- getRoot() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the root file of this section.
- getRoute() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the absolute route of this section (route to this section from the root
Section.getRoot()
).
- getRoute() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the absolute route of this section (route to this section from the root
Section.getRoot()
).
- getRouteAsString() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the absolute route of this section (route to this section from the root
Section.getRoot()
) as a string.
- getRouteAsString() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns the absolute route of this section (route to this section from the root
Section.getRoot()
) as a string.
- getRouteMappedBlocks(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=block pairs; while not keeping any reference to this (or sub-) sections.
- getRouteMappedBlocks(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=block pairs; while not keeping any reference to this (or sub-) sections.
- getRouteMappedValues(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=value pairs; while not keeping any reference to this (or sub-) sections.
- getRouteMappedValues(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=value pairs; while not keeping any reference to this (or sub-) sections.
- getRoutes(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns set of routes in this section; while not keeping any reference to this (or sub-) sections.
- getRoutes(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns set of routes in this section; while not keeping any reference to this (or sub-) sections.
- getRoutesAsStrings(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns set of routes (interpreted as strings) in this section; while not keeping any reference to this (or sub-)
sections.
- getRoutesAsStrings(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns set of routes (interpreted as strings) in this section; while not keeping any reference to this (or sub-)
sections.
- getRouteSeparator() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Sets route separator used to separate individual keys inside a string route and vice-versa.
- getRouteSeparator() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Sets route separator used to separate individual keys inside a string route and vice-versa.
- getSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(Route, Section) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(String, Section) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(Route, Section) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSection(String, Section) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns section at the given route.
- getSeparator() - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
-
Returns the separator character.
- getSeparator() - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
-
Returns the separator character.
- getSerializer() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns serializer to use for custom object serialization/deserialization.
- getSerializer() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
-
Returns serializer to use for custom object serialization/deserialization.
- getShort(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(Route, Short) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(String, Short) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(Route, Short) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShort(String, Short) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns short at the given route.
- getShortList(Route, List<Short>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(String, List<Short>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(Route, List<Short>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(String, List<Short>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getShortList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of shorts at the given route.
- getStoredValue() - Method in class dev.dejvokep.boostedyaml.block.Block
-
Returns the stored value.
- getStoredValue() - Method in class dev.dejvokep.boostedyaml.block.Block
-
Returns the stored value.
- getString(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(Route, String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(String, String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(Route, String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getString(String, String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns string at the given route.
- getStringList(Route, List<String>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(String, List<String>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(Route, List<String>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(String, List<String>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns list of strings at the given route.
- getStringRouteMappedBlocks(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=block pairs; while not keeping any reference to this (or sub-) sections.
- getStringRouteMappedBlocks(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=block pairs; while not keeping any reference to this (or sub-) sections.
- getStringRouteMappedValues(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=value pairs; while not keeping any reference to this (or sub-) sections.
- getStringRouteMappedValues(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns a complete map of route=value pairs; while not keeping any reference to this (or sub-) sections.
- getSubRoute(Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns sub-route for the specified key derived from this section's
route
.
- getSubRoute(Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Returns sub-route for the specified key derived from this section's
route
.
- getSupportedClasses() - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- getSupportedClasses() - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- getSupportedClasses() - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
-
Returns a set of all explicitly defined classes this serializer supports and can (de-)serialize.
- getSupportedClasses() - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
-
Returns a set of all explicitly defined classes this serializer supports and can (de-)serialize.
- getSupportedParentClasses() - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- getSupportedParentClasses() - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- getSupportedParentClasses() - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
-
Returns a set of all parent classes (classes, interfaces...) instances of which this serializer supports and can
(de-)serialize.
- getSupportedParentClasses() - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
-
Returns a set of all parent classes (classes, interfaces...) instances of which this serializer supports and can
(de-)serialize.
- getUpdaterSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the updater settings associated with the file.
- getUpdaterSettings() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Returns the updater settings associated with the file.
- getVersion(String) - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
-
Parses the given version ID.
- getVersion(String) - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
-
Parses the given version ID.
- getVersioning() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns the versioning.
- getVersioning() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
-
Returns the versioning.
- save() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
- save(File) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Saves the contents to the given file using the associated
dumper
and
general
settings, in
UTF-8
charset.
- save(OutputStream, Charset) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Saves the contents to the given stream using the associated
dumper
and
general
settings, in the given charset.
- save(OutputStreamWriter) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Saves the contents to the given writer using the associated
dumper
and
general
settings.
- save() - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
- save(File) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Saves the contents to the given file using the associated
dumper
and
general
settings, in
UTF-8
charset.
- save(OutputStream, Charset) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Saves the contents to the given stream using the associated
dumper
and
general
settings, in the given charset.
- save(OutputStreamWriter) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Saves the contents to the given writer using the associated
dumper
and
general
settings.
- Section - Class in dev.dejvokep.boostedyaml.block.implementation
-
Represents one YAML section (map), while storing its contents and comments.
- Section - Class in dev.dejvokep.boostedyaml.block.implementation
-
Represents one YAML section (map), while storing its contents and comments.
- Section(YamlDocument, Section, Route, Node, MappingNode, ExtendedConstructor) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.Section
-
Creates a section using the given relatives, nodes and constructor, which is used to retrieve the actual Java
representations of nodes (and sub-nodes).
- Section(YamlDocument, Section, Route, Block<?>, Map<?, ?>) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.Section
-
Creates a section using the given relatives, previous block and mappings.
- Section(Map<Object, Block<?>>) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.Section
-
Creates a section using the given (not necessarily empty) instance of default map.
- Section(YamlDocument, Section, Route, Node, MappingNode, ExtendedConstructor) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.Section
-
Creates a section using the given relatives, nodes and constructor, which is used to retrieve the actual Java
representations of nodes (and sub-nodes).
- Section(YamlDocument, Section, Route, Block<?>, Map<?, ?>) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.Section
-
Creates a section using the given relatives, previous block and mappings.
- Section(Map<Object, Block<?>>) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.Section
-
Creates a section using the given (not necessarily empty) instance of default map.
- Segment - Interface in dev.dejvokep.boostedyaml.dvs.segment
-
Represents a segment (= part) in definition of a
Pattern
.
- Segment - Interface in dev.dejvokep.boostedyaml.dvs.segment
-
Represents a segment (= part) in definition of a
Pattern
.
- serialize(T, MapSupplier) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- serialize(T, MapSupplier) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
- serialize(T) - Method in interface dev.dejvokep.boostedyaml.serialization.standard.TypeAdapter
-
Serializes the given instance into a map.
- serialize(T) - Method in interface dev.dejvokep.boostedyaml.serialization.standard.TypeAdapter
-
Serializes the given instance into a map.
- serialize(T, MapSupplier) - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
-
Attempts to serialize the given object into a map and returns it.
- serialize(T, MapSupplier) - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
-
Attempts to serialize the given object into a map and returns it.
- set(Block<?>, Comments.NodeType, Comments.Position, List<CommentLine>) - Static method in class dev.dejvokep.boostedyaml.block.Comments
-
Sets the given comments at the given position.
- set(Block<?>, Comments.NodeType, Comments.Position, List<CommentLine>) - Static method in class dev.dejvokep.boostedyaml.block.Comments
-
Sets the given comments at the given position.
- set(Route, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Sets the given value at the given route in this section - overwrites the already existing value (if any).
- set(String, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Sets the given value at the given route in this section - overwrites the already existing value (if any).
- set(Route, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Sets the given value at the given route in this section - overwrites the already existing value (if any).
- set(String, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Sets the given value at the given route in this section - overwrites the already existing value (if any).
- setAllowDuplicateKeys(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets if to allow duplicate keys in sections (last key wins when loading).
- setAllowDuplicateKeys(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets if to allow duplicate keys in sections (last key wins when loading).
- setAnchorGenerator(Supplier<AnchorGenerator>) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets custom anchor generator supplier used to supply generators when dumping.
- setAnchorGenerator(Supplier<AnchorGenerator>) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets custom anchor generator supplier used to supply generators when dumping.
- setAutoSave(boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets if the file should automatically be saved using
save()
after the updater has
finished updating (does not save if nothing's changed).
- setAutoSave(boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets if the file should automatically be saved using
save()
after the updater has
finished updating (does not save if nothing's changed).
- setAutoUpdate(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
If enabled, automatically calls
update()
after the document has been loaded.
- setAutoUpdate(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
If enabled, automatically calls
update()
after the document has been loaded.
- setCanonicalForm(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to dump in canonical form.
- setCanonicalForm(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to dump in canonical form.
- setComments(List<String>) - Method in class dev.dejvokep.boostedyaml.block.Block
-
Sets the given comments at the given node.
- setComments(List<String>) - Method in class dev.dejvokep.boostedyaml.block.Block
-
Sets the given comments at the given node.
- setCreateFileIfAbsent(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets if to create a new file and save it if it does not exist automatically.
- setCreateFileIfAbsent(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets if to create a new file and save it if it does not exist automatically.
- setDefaultBoolean(Boolean) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default boolean used by section getters if the return type is boolean.
- setDefaultBoolean(Boolean) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default boolean used by section getters if the return type is boolean.
- setDefaultChar(Character) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default char used by section getters if the return type is char.
- setDefaultChar(Character) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default char used by section getters if the return type is char.
- setDefaultList(ListSupplier) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default list supplier used to supply list instances during loading/when needed.
- setDefaultList(ListSupplier) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default list supplier used to supply list instances during loading/when needed.
- setDefaultMap(MapSupplier) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default map supplier used to supply map instances during loading/creating new sections/when needed.
- setDefaultMap(MapSupplier) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default map supplier used to supply map instances during loading/creating new sections/when needed.
- setDefaultNumber(Number) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default number used by section getters if the return type is a number - integer, float, byte,
biginteger...
- setDefaultNumber(Number) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default number used by section getters if the return type is a number - integer, float, byte,
biginteger...
- setDefaultObject(Object) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default object used by section getters if the return type is object.
- setDefaultObject(Object) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default object used by section getters if the return type is object.
- setDefaultSet(SetSupplier) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default set supplier used to supply set instances during loading/when needed.
- setDefaultSet(SetSupplier) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default set supplier used to supply set instances during loading/when needed.
- setDefaultString(String) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default string used by section getters if the return type is string.
- setDefaultString(String) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets default string used by section getters if the return type is string.
- setDetailedErrors(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets if to print detailed error messages.
- setDetailedErrors(boolean) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets if to print detailed error messages.
- setDumperSettings(DumperSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new dumper settings.
- setDumperSettings(DumperSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new dumper settings.
- setEnableDowngrading(boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets if to enable downgrading.
- setEnableDowngrading(boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets if to enable downgrading.
- setEncoding(DumperSettings.Encoding) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the encoding to use.
- setEncoding(DumperSettings.Encoding) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the encoding to use.
- setEndMarker(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to forcefully add document end marker (...
- setEndMarker(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to forcefully add document end marker (...
- setEnvironmentConfig(EnvConfig) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom environment variable config.
- setEnvironmentConfig(EnvConfig) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom environment variable config.
- setErrorLabel(String) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom label for error messages.
- setErrorLabel(String) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom label for error messages.
- setEscapeUnprintable(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if strings containing unprintable characters should have those characters escaped, or the whole string
dumped as binary data.
- setEscapeUnprintable(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if strings containing unprintable characters should have those characters escaped, or the whole string
dumped as binary data.
- setFlowStyle(FlowStyle) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets flow style to use.
- setFlowStyle(FlowStyle) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets flow style to use.
- setGeneralSettings(GeneralSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new general settings.
- setGeneralSettings(GeneralSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new general settings.
- setIgnored(boolean) - Method in class dev.dejvokep.boostedyaml.block.Block
-
Sets if to ignore this block.
- setIgnored(boolean) - Method in class dev.dejvokep.boostedyaml.block.Block
-
Sets if to ignore this block.
- setIgnoredRoutes(Map<String, Set<Route>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their routes) to ignore (including their contents) while updating to a
certain version ID.
- setIgnoredRoutes(String, Set<Route>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their routes) to ignore (including their contents) while updating to the
specified version ID.
- setIgnoredRoutes(Map<String, Set<Route>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their routes) to ignore (including their contents) while updating to a
certain version ID.
- setIgnoredRoutes(String, Set<Route>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their routes) to ignore (including their contents) while updating to the
specified version ID.
- setIgnoredStringRoutes(Map<String, Set<String>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their string routes) to ignore (including their contents) while
updating to a certain version ID.
- setIgnoredStringRoutes(String, Set<String>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their string routes) to ignore (including their contents) while
updating to a certain version ID.
- setIgnoredStringRoutes(Map<String, Set<String>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their string routes) to ignore (including their contents) while
updating to a certain version ID.
- setIgnoredStringRoutes(String, Set<String>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets which blocks (represented by their string routes) to ignore (including their contents) while
updating to a certain version ID.
- setIndentation(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets how many spaces to use per one indent = one level in YAML indentation hierarchy.
- setIndentation(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets how many spaces to use per one indent = one level in YAML indentation hierarchy.
- setIndicatorIndentation(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets how many spaces to use per one indentation level for indicators.
- setIndicatorIndentation(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets how many spaces to use per one indentation level for indicators.
- setInternal(Object, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Internally sets the given value at the given key in this section - overwrites the already existing value (if
any).
- setInternal(Object, Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
-
Internally sets the given value at the given key in this section - overwrites the already existing value (if
any).
- setKeepAll(boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets if to keep all non-merged (that don't have an equivalent in the defaults) blocks in the document instead
of deleting them.
- setKeepAll(boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets if to keep all non-merged (that don't have an equivalent in the defaults) blocks in the document instead
of deleting them.
- setKeyFormat(GeneralSettings.KeyFormat) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets the key format to use.
- setKeyFormat(GeneralSettings.KeyFormat) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets the key format to use.
- setLineBreak(String) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the line break appended at the end of each line.
- setLineBreak(String) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the line break appended at the end of each line.
- setLineWidth(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the preferred line width.
- setLineWidth(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the preferred line width.
- setLoaderSettings(LoaderSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new loader settings.
- setLoaderSettings(LoaderSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new loader settings.
- setMaxCollectionAliases(int) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
- setMaxCollectionAliases(int) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
- setMaxSimpleKeyLength(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the maximum length a key can (in serialized form, also applies to flow sequence and map keys) have to be
printed in simple format (without the explicit key indicator ?
- setMaxSimpleKeyLength(int) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the maximum length a key can (in serialized form, also applies to flow sequence and map keys) have to be
printed in simple format (without the explicit key indicator ?
- setMergeRule(MergeRule, boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets merge preservation rule and overwrites the already existing value for the given rule.
- setMergeRule(MergeRule, boolean) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets merge preservation rule and overwrites the already existing value for the given rule.
- setMergeRules(Map<MergeRule, Boolean>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets merge preservation rules.
- setMergeRules(Map<MergeRule, Boolean>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets merge preservation rules.
- setMultilineStyle(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to separate content of the document using newlines to make the dumped file somewhat readable; has
effect if and only if the flow style is set to FlowStyle.FLOW
.
- setMultilineStyle(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to separate content of the document using newlines to make the dumped file somewhat readable; has
effect if and only if the flow style is set to FlowStyle.FLOW
.
- setRelocations(Map<String, Map<Route, Route>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) per version ID, at which they took place.
- setRelocations(String, Map<Route, Route>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) that took effect at the given version ID.
- setRelocations(Map<String, Map<Route, Route>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) per version ID, at which they took place.
- setRelocations(String, Map<Route, Route>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) that took effect at the given version ID.
- setRootTag(Tag) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets (explicit) tag of the root document element (top-level element in the document).
- setRootTag(Tag) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets (explicit) tag of the root document element (top-level element in the document).
- setRouteSeparator(char) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets route separator used to separate individual keys inside a string route and vice-versa.
- setRouteSeparator(char) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets route separator used to separate individual keys inside a string route and vice-versa.
- setScalarResolver(ScalarResolver) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets custom scalar resolver, used to resolve tags for objects.
- setScalarResolver(ScalarResolver) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets custom scalar resolver, used to resolve tags for objects.
- setScalarResolver(ScalarResolver) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom scalar resolver, used to resolve tags for objects.
- setScalarResolver(ScalarResolver) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom scalar resolver, used to resolve tags for objects.
- setScalarStyle(ScalarStyle) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets scalar style to use.
- setScalarStyle(ScalarStyle) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets scalar style to use.
- setSerializer(YamlSerializer) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets serializer used for custom object serialization/deserialization.
- setSerializer(YamlSerializer) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets serializer used for custom object serialization/deserialization.
- setStartMarker(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to forcefully add document start marker (---
).
- setStartMarker(boolean) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if to forcefully add document start marker (---
).
- setStringRelocations(Map<String, Map<String, String>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) per version ID, at which they took place.
- setStringRelocations(String, Map<String, String>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) that took effect at the given version ID.
- setStringRelocations(Map<String, Map<String, String>>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) per version ID, at which they took place.
- setStringRelocations(String, Map<String, String>) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets relocations (in from route = to route
format) that took effect at the given version ID.
- SetSupplier - Interface in dev.dejvokep.boostedyaml.utils.supplier
-
Supplier used to supply sets of any type.
- SetSupplier - Interface in dev.dejvokep.boostedyaml.utils.supplier
-
Supplier used to supply sets of any type.
- setTagConstructors(Map<Tag, ConstructNode>) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom node to Java object constructors, per YAML tag.
- setTagConstructors(Map<Tag, ConstructNode>) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
-
Sets custom node to Java object constructors, per YAML tag.
- setTagDirectives(Map<String, String>) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the given tag (%TAG
) directives in form of a map, where key is the !
- setTagDirectives(Map<String, String>) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the given tag (%TAG
) directives in form of a map, where key is the !
- setUnprintableStyle(NonPrintableStyle) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if strings containing unprintable characters should have those characters escaped, or the whole string
dumped as binary data.
- setUnprintableStyle(NonPrintableStyle) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets if strings containing unprintable characters should have those characters escaped, or the whole string
dumped as binary data.
- setUpdaterSettings(UpdaterSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new updater settings.
- setUpdaterSettings(UpdaterSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
-
Associates new updater settings.
- setUseDefaults(boolean) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets if to enable use of the defaults by
Section
methods (if any are present).
- setUseDefaults(boolean) - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
-
Sets if to enable use of the defaults by
Section
methods (if any are present).
- setVersioning(Versioning) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Pattern, String, String) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Pattern, Route) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Pattern, String) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Versioning) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Pattern, String, String) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Pattern, Route) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setVersioning(Pattern, String) - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
-
Sets versioning information.
- setYamlDirective(SpecVersion) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the version (%YAML
) directive.
- setYamlDirective(SpecVersion) - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
-
Sets the version (%YAML
) directive.
- SingleKeyRoute - Class in dev.dejvokep.boostedyaml.route.implementation
-
Represents a single-key route.
- SingleKeyRoute - Class in dev.dejvokep.boostedyaml.route.implementation
-
Represents a single-key route.
- SingleKeyRoute(Object) - Constructor for class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
-
Constructs route from the given single key, enabling usage of wide-range data types as keys.
- SingleKeyRoute(Object) - Constructor for class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
-
Constructs route from the given single key, enabling usage of wide-range data types as keys.
- StandardSerializer - Class in dev.dejvokep.boostedyaml.serialization.standard
-
Standard serializer.
- StandardSerializer - Class in dev.dejvokep.boostedyaml.serialization.standard
-
Standard serializer.
- StandardSerializer(Object) - Constructor for class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
Creates a serializer.
- StandardSerializer(Object) - Constructor for class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
-
Creates a serializer.
- supply(int) - Method in interface dev.dejvokep.boostedyaml.utils.supplier.ListSupplier
-
Supplies list of the given type and (initial) size.
- supply(int) - Method in interface dev.dejvokep.boostedyaml.utils.supplier.ListSupplier
-
Supplies list of the given type and (initial) size.
- supply(int) - Method in interface dev.dejvokep.boostedyaml.utils.supplier.MapSupplier
-
Supplies map of the given key and value types and (initial) size.
- supply(int) - Method in interface dev.dejvokep.boostedyaml.utils.supplier.MapSupplier
-
Supplies map of the given key and value types and (initial) size.
- supply(int) - Method in interface dev.dejvokep.boostedyaml.utils.supplier.SetSupplier
-
Supplies set of the given type and (initial) size.
- supply(int) - Method in interface dev.dejvokep.boostedyaml.utils.supplier.SetSupplier
-
Supplies set of the given type and (initial) size.