Skip navigation links
A B C D E F G H I J L M N P R S T U V Y 

A

adaptKey(Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Adapts the given key, as defined by the key format currently in use (GeneralSettings.getKeyFormat()).
adaptKey(Object) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Adapts the given key, as defined by the key format currently in use (GeneralSettings.getKeyFormat()).
add(Block<?>, Comments.NodeType, Comments.Position, List<CommentLine>) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Adds the given comments to already existing comments at the given position.
add(Block<?>, Comments.NodeType, Comments.Position, CommentLine) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Adds the given comment to already existing comments at the given position.
add(Block<?>, Comments.NodeType, Comments.Position, List<CommentLine>) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Adds the given comments to already existing comments at the given position.
add(Block<?>, Comments.NodeType, Comments.Position, CommentLine) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Adds the given comment to already existing comments at the given position.
add(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
add(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
add(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
add(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
add(Object) - Method in interface dev.dejvokep.boostedyaml.route.Route
Creates a new route, copies this route's backing array, adds the given key at the end and returns the new route created from the new array.
add(Object) - Method in interface dev.dejvokep.boostedyaml.route.Route
Creates a new route, copies this route's backing array, adds the given key at the end and returns the new route created from the new array.
addComment(String) - Method in class dev.dejvokep.boostedyaml.block.Block
Adds the given comment to already existing comments at the given node.
addComment(String) - Method in class dev.dejvokep.boostedyaml.block.Block
Adds the given comment to already existing comments at the given node.
addComments(List<String>) - Method in class dev.dejvokep.boostedyaml.block.Block
Adds the given comments to already existing comments at the given node.
addComments(List<String>) - Method in class dev.dejvokep.boostedyaml.block.Block
Adds the given comments to already existing comments at the given node.
addTo(Route, Object) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Performs the same operation on the given route as Route.add(Object) (and returns the result); if the given route is null, creates and returns a single-key route containing only the given key.
addTo(Route, Object) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Performs the same operation on the given route as Route.add(Object) (and returns the result); if the given route is null, creates and returns a single-key route containing only the given key.
apply(UpdaterSettings, char) - Method in class dev.dejvokep.boostedyaml.updater.Relocator
Applies all appropriate relocations to the given section (in constructor), one by one using Relocator.apply(Map, Route).
apply(UpdaterSettings, char) - Method in class dev.dejvokep.boostedyaml.updater.Relocator
Applies all appropriate relocations to the given section (in constructor), one by one using Relocator.apply(Map, Route).
applyKeyComments(Block<?>, Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
Applies the given block's (if not null) key comments to the given node and returns the given node itself.
applyKeyComments(Block<?>, Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
Applies the given block's (if not null) key comments to the given node and returns the given node itself.
applyValueComments(Block<?>, Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
Applies the given block's (if not null) value comments to the given node and returns the given node itself.
applyValueComments(Block<?>, Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
Applies the given block's (if not null) value comments to the given node and returns the given node itself.
asID() - Method in class dev.dejvokep.boostedyaml.dvs.Version
Returns the version as an ID - according to the current cursors.
asID() - Method in class dev.dejvokep.boostedyaml.dvs.Version
Returns the version as an ID - according to the current cursors.
AutomaticVersioning - Class in dev.dejvokep.boostedyaml.dvs.versioning
Represents automatically supplied versioning information.
AutomaticVersioning - Class in dev.dejvokep.boostedyaml.dvs.versioning
Represents automatically supplied versioning information.
AutomaticVersioning(Pattern, Route) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
Creates automatically supplied versioning information.
AutomaticVersioning(Pattern, String) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
Creates automatically supplied versioning information.
AutomaticVersioning(Pattern, Route) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
Creates automatically supplied versioning information.
AutomaticVersioning(Pattern, String) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
Creates automatically supplied versioning information.

B

BasicVersioning - Class in dev.dejvokep.boostedyaml.dvs.versioning
Basic implementation of automatic versioning.
BasicVersioning - Class in dev.dejvokep.boostedyaml.dvs.versioning
Basic implementation of automatic versioning.
BasicVersioning(String) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.BasicVersioning
Initializes the versioning with the given route.
BasicVersioning(String) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.BasicVersioning
Initializes the versioning with the given route.
BLANK_LINE - Static variable in class dev.dejvokep.boostedyaml.block.Comments
Comment representing a blank line.
BLANK_LINE - Static variable in class dev.dejvokep.boostedyaml.block.Comments
Comment representing a blank line.
Block<T> - Class in dev.dejvokep.boostedyaml.block
Represents one YAML block, while storing its value and comments.
Block<T> - Class in dev.dejvokep.boostedyaml.block
Represents one YAML block, while storing its value and comments.
Block(Node, Node, T) - Constructor for class dev.dejvokep.boostedyaml.block.Block
Creates a block using the given parameters; while storing references to comments from the given nodes.
Block(T) - Constructor for class dev.dejvokep.boostedyaml.block.Block
Creates a block with the given value, but no comments.
Block(Block<?>, T) - Constructor for class dev.dejvokep.boostedyaml.block.Block
Creates a block with the same comments as the provided previous block, with the given value.
Block(Node, Node, T) - Constructor for class dev.dejvokep.boostedyaml.block.Block
Creates a block using the given parameters; while storing references to comments from the given nodes.
Block(T) - Constructor for class dev.dejvokep.boostedyaml.block.Block
Creates a block with the given value, but no comments.
Block(Block<?>, T) - Constructor for class dev.dejvokep.boostedyaml.block.Block
Creates a block with the same comments as the provided previous block, with the given value.
build() - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
Builds the settings.
build() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings.Builder
Builds the settings.
buildEngineSettings() - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Builds the SnakeYAML Engine settings.
buildEngineSettings() - Method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Builds the SnakeYAML Engine settings.
buildEngineSettings(GeneralSettings) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Builds the SnakeYAML Engine settings.
buildEngineSettings(GeneralSettings) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Builds the SnakeYAML Engine settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Returns a new builder.
builder(DumpSettingsBuilder) - Static method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Creates and returns a new builder from the given, already created SnakeYAML Engine settings builder.
builder(DumperSettings) - Static method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Returns a new builder.
builder(DumpSettingsBuilder) - Static method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Creates and returns a new builder from the given, already created SnakeYAML Engine settings builder.
builder(DumperSettings) - Static method in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Returns a new builder.
builder(GeneralSettings) - Static method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Returns a new builder.
builder(GeneralSettings) - Static method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns a new builder.
builder(LoadSettingsBuilder) - Static method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Creates and returns a new builder from the given, already created SnakeYAML Engine settings builder.
builder(LoaderSettings) - Static method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns a new builder.
builder(LoadSettingsBuilder) - Static method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Creates and returns a new builder from the given, already created SnakeYAML Engine settings builder.
builder(LoaderSettings) - Static method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns a new builder.
builder(UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns a new builder with the same configuration as the given settings.
builder() - Static method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns a new builder.
builder(UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns a new builder with the same configuration as the given settings.

C

clear() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Clears content within this section.
clear() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Clears content within this section.
clear() - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
Clears all the (previously) constructed objects - therefore, freeing up the memory.
clear() - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
Clears all the (previously) constructed objects - therefore, freeing up the memory.
Comments - Class in dev.dejvokep.boostedyaml.block
Comment manager for blocks, providing additional methods on top of those already provided by Block.
Comments - Class in dev.dejvokep.boostedyaml.block
Comment manager for blocks, providing additional methods on top of those already provided by Block.
Comments() - Constructor for class dev.dejvokep.boostedyaml.block.Comments
 
Comments() - Constructor for class dev.dejvokep.boostedyaml.block.Comments
 
Comments.NodeType - Enum in dev.dejvokep.boostedyaml.block
Represents to which node the comments are attached in a mapping.
Comments.NodeType - Enum in dev.dejvokep.boostedyaml.block
Represents to which node the comments are attached in a mapping.
Comments.Position - Enum in dev.dejvokep.boostedyaml.block
Comment position relative to the node (scalar; see Comments.NodeType) to which the comment is attached.
Comments.Position - Enum in dev.dejvokep.boostedyaml.block
Comment position relative to the node (scalar; see Comments.NodeType) to which the comment is attached.
compareTo(Version) - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
compareTo(Version) - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
construct(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
 
construct(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
 
constructObjectNoCheck(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
 
constructObjectNoCheck(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
 
contains(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns whether this section contains anything at the given route.
contains(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns whether this section contains anything at the given route.
contains(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns whether this section contains anything at the given route.
contains(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns whether this section contains anything at the given route.
convertNumber(Object, Class<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts a number to the target type.
convertNumber(Object, Class<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts a number to the target type.
copy() - Method in class dev.dejvokep.boostedyaml.dvs.Version
Creates a copy of this version object.
copy() - Method in class dev.dejvokep.boostedyaml.dvs.Version
Creates a copy of this version object.
create(String, Comments.Position) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Creates a comment.
create(String, Comments.Position) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Creates a comment.
create(String) - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
Constructs a route from the given string route, by splitting it by the factory's separator.
create(String) - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
Constructs a route from the given string route, by splitting it by the factory's separator.
create(File, InputStream, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using the given settings.
create(File, InputStream) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using default settings (GeneralSettings.DEFAULT...).
create(InputStream, InputStream, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given stream using the given settings.
create(InputStream, InputStream) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using default settings (GeneralSettings.DEFAULT...).
create(File, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using the given settings.
create(File) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using default settings (GeneralSettings.DEFAULT...).
create(InputStream, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given stream using the given settings.
create(InputStream) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given stream using default settings (GeneralSettings.DEFAULT...).
create(File, InputStream, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using the given settings.
create(File, InputStream) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using default settings (GeneralSettings.DEFAULT...).
create(InputStream, InputStream, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given stream using the given settings.
create(InputStream, InputStream) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using default settings (GeneralSettings.DEFAULT...).
create(File, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using the given settings.
create(File) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given file using default settings (GeneralSettings.DEFAULT...).
create(InputStream, GeneralSettings, LoaderSettings, DumperSettings, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given stream using the given settings.
create(InputStream) - Static method in class dev.dejvokep.boostedyaml.YamlDocument
Creates and initially loads YAML document from the given stream using default settings (GeneralSettings.DEFAULT...).
createSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Creates sections along the whole route, including the route itself and returns the section created at the end (at the route given).
createSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Creates sections along the whole route, including the route itself and returns the section created at the end (at the route given).
createSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Creates sections along the whole route, including the route itself and returns the section created at the end (at the route given).
createSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Creates sections along the whole route, including the route itself and returns the section created at the end (at the route given).

D

DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Default dumper settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings
Default dumper settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default general settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default general settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Default loader settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Default loader settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Default updater settings.
DEFAULT - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Default updater settings.
DEFAULT_ALLOW_DUPLICATE_KEYS - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to allow duplicate keys by default.
DEFAULT_ALLOW_DUPLICATE_KEYS - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to allow duplicate keys by default.
DEFAULT_ANCHOR_GENERATOR - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default anchor generator supplier.
DEFAULT_ANCHOR_GENERATOR - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default anchor generator supplier.
DEFAULT_AUTO_SAVE - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
If to, by default, automatically save the file after updating.
DEFAULT_AUTO_SAVE - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
If to, by default, automatically save the file after updating.
DEFAULT_AUTO_UPDATE - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to automatically update the file after load by default.
DEFAULT_AUTO_UPDATE - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to automatically update the file after load by default.
DEFAULT_BOOLEAN - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default boolean.
DEFAULT_BOOLEAN - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default boolean.
DEFAULT_CANONICAL - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to dump in canonical form by default.
DEFAULT_CANONICAL - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to dump in canonical form by default.
DEFAULT_CHAR - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default char.
DEFAULT_CHAR - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default char.
DEFAULT_CREATE_FILE_IF_ABSENT - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to automatically create a new file if absent by default.
DEFAULT_CREATE_FILE_IF_ABSENT - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to automatically create a new file if absent by default.
DEFAULT_DETAILED_ERRORS - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to print detailed error messages by default.
DEFAULT_DETAILED_ERRORS - Static variable in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
If to print detailed error messages by default.
DEFAULT_ENABLE_DOWNGRADING - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
If to enable file downgrading by default.
DEFAULT_ENABLE_DOWNGRADING - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
If to enable file downgrading by default.
DEFAULT_ENCODING - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default encoding.
DEFAULT_ENCODING - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default encoding.
DEFAULT_END_MARKER - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to add document end by default.
DEFAULT_END_MARKER - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to add document end by default.
DEFAULT_ESCAPE_UNPRINTABLE - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to escape unprintable unicode characters by default.
DEFAULT_ESCAPE_UNPRINTABLE - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to escape unprintable unicode characters by default.
DEFAULT_ESCAPED_SEPARATOR - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Escaped version of the default separator.
DEFAULT_ESCAPED_SEPARATOR - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Escaped version of the default separator.
DEFAULT_FLOW_STYLE - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default flow style.
DEFAULT_FLOW_STYLE - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default flow style.
DEFAULT_INDENTATION - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default spaces per one indentation level.
DEFAULT_INDENTATION - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default spaces per one indentation level.
DEFAULT_INDICATOR_INDENTATION - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default spaces to use to indent indicators.
DEFAULT_INDICATOR_INDENTATION - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default spaces to use to indent indicators.
DEFAULT_KEEP_ALL - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
If to keep all non-merged content (present in the document, but not in the defaults) inside the document by default.
DEFAULT_KEEP_ALL - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
If to keep all non-merged content (present in the document, but not in the defaults) inside the document by default.
DEFAULT_KEY_FORMATTING - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default key format.
DEFAULT_KEY_FORMATTING - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default key format.
DEFAULT_LIST - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default list supplier.
DEFAULT_LIST - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default list supplier.
DEFAULT_MAP - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default map supplier.
DEFAULT_MAP - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default map supplier.
DEFAULT_MAX_LINE_WIDTH - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Max line width by default.
DEFAULT_MAX_LINE_WIDTH - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Max line width by default.
DEFAULT_MAX_SIMPLE_KEY_LENGTH - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Max length for a key to have to be dumped in simple format.
DEFAULT_MAX_SIMPLE_KEY_LENGTH - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Max length for a key to have to be dumped in simple format.
DEFAULT_MERGE_RULES - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Default merge preservation rules.
DEFAULT_MERGE_RULES - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Default merge preservation rules.
DEFAULT_MULTILINE_FORMAT - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to use multiline format by default.
DEFAULT_MULTILINE_FORMAT - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to use multiline format by default.
DEFAULT_NUMBER - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default number.
DEFAULT_NUMBER - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default number.
DEFAULT_OBJECT - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default object.
DEFAULT_OBJECT - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default object.
DEFAULT_ROOT_TAG - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default root tag.
DEFAULT_ROOT_TAG - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default root tag.
DEFAULT_ROUTE_SEPARATOR - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
The default string route separator.
DEFAULT_ROUTE_SEPARATOR - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
The default string route separator.
DEFAULT_SCALAR_STYLE - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default scalar style.
DEFAULT_SCALAR_STYLE - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
Default scalar style.
DEFAULT_SERIALIZED_TYPE_KEY - Static variable in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Default key for serialized class identifier.
DEFAULT_SERIALIZED_TYPE_KEY - Static variable in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Default key for serialized class identifier.
DEFAULT_SERIALIZER - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default serializer.
DEFAULT_SERIALIZER - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default serializer.
DEFAULT_SET - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default set supplier.
DEFAULT_SET - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default set supplier.
DEFAULT_START_MARKER - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to add document start by default.
DEFAULT_START_MARKER - Static variable in class dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Builder
If to add document start by default.
DEFAULT_STRING - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default string.
DEFAULT_STRING - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Default string.
DEFAULT_USE_DEFAULTS - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
If to use defaults by default.
DEFAULT_USE_DEFAULTS - Static variable in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
If to use defaults by default.
DEFAULT_VERSIONING - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Default versioning.
DEFAULT_VERSIONING - Static variable in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Default versioning.
deserialize(Map<Object, Object>) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
 
deserialize(Map<Object, Object>) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
 
deserialize(Map<Object, Object>) - Method in interface dev.dejvokep.boostedyaml.serialization.standard.TypeAdapter
Deserializes the given map into instance of this type.
deserialize(Map<Object, Object>) - Method in interface dev.dejvokep.boostedyaml.serialization.standard.TypeAdapter
Deserializes the given map into instance of this type.
deserialize(Map<Object, Object>) - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
Attempts to deserialize the given map into a class instance using this serializer.
deserialize(Map<Object, Object>) - Method in interface dev.dejvokep.boostedyaml.serialization.YamlSerializer
Attempts to deserialize the given map into a class instance using this serializer.
dev.dejvokep.boostedyaml - package dev.dejvokep.boostedyaml
 
dev.dejvokep.boostedyaml.block - package dev.dejvokep.boostedyaml.block
 
dev.dejvokep.boostedyaml.block.implementation - package dev.dejvokep.boostedyaml.block.implementation
 
dev.dejvokep.boostedyaml.dvs - package dev.dejvokep.boostedyaml.dvs
 
dev.dejvokep.boostedyaml.dvs.segment - package dev.dejvokep.boostedyaml.dvs.segment
 
dev.dejvokep.boostedyaml.dvs.versioning - package dev.dejvokep.boostedyaml.dvs.versioning
 
dev.dejvokep.boostedyaml.engine - package dev.dejvokep.boostedyaml.engine
 
dev.dejvokep.boostedyaml.route - package dev.dejvokep.boostedyaml.route
 
dev.dejvokep.boostedyaml.route.implementation - package dev.dejvokep.boostedyaml.route.implementation
 
dev.dejvokep.boostedyaml.serialization - package dev.dejvokep.boostedyaml.serialization
 
dev.dejvokep.boostedyaml.serialization.standard - package dev.dejvokep.boostedyaml.serialization.standard
 
dev.dejvokep.boostedyaml.settings.dumper - package dev.dejvokep.boostedyaml.settings.dumper
 
dev.dejvokep.boostedyaml.settings.general - package dev.dejvokep.boostedyaml.settings.general
 
dev.dejvokep.boostedyaml.settings.loader - package dev.dejvokep.boostedyaml.settings.loader
 
dev.dejvokep.boostedyaml.settings.updater - package dev.dejvokep.boostedyaml.settings.updater
 
dev.dejvokep.boostedyaml.updater - package dev.dejvokep.boostedyaml.updater
 
dev.dejvokep.boostedyaml.utils.conversion - package dev.dejvokep.boostedyaml.utils.conversion
 
dev.dejvokep.boostedyaml.utils.supplier - package dev.dejvokep.boostedyaml.utils.supplier
 
dump() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Dumps the contents to a string using the associated dumper and general settings.
dump(DumperSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Dumps the contents to a string using the given dumper and associated general settings.
dump() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Dumps the contents to a string using the associated dumper and general settings.
dump(DumperSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Dumps the contents to a string using the given dumper and associated general settings.
DumperSettings - Class in dev.dejvokep.boostedyaml.settings.dumper
Dumper settings cover all options related explicitly (only) to file dumping.
DumperSettings - Class in dev.dejvokep.boostedyaml.settings.dumper
Dumper settings cover all options related explicitly (only) to file dumping.
DumperSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.dumper
Builder for dumper settings; wrapper for SnakeYAML Engine's DumpSettingsBuilder class which is more detailed, provides more options and possibilities, hides options which should not be configured.
DumperSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.dumper
Builder for dumper settings; wrapper for SnakeYAML Engine's DumpSettingsBuilder class which is more detailed, provides more options and possibilities, hides options which should not be configured.
DumperSettings.Encoding - Enum in dev.dejvokep.boostedyaml.settings.dumper
Represents supported encoding.
DumperSettings.Encoding - Enum in dev.dejvokep.boostedyaml.settings.dumper
Represents supported encoding.

E

equals(Object) - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
equals(Object) - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
equals(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
equals(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
equals(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
equals(Object) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
equals(Object) - Method in interface dev.dejvokep.boostedyaml.route.Route
 
equals(Object) - Method in interface dev.dejvokep.boostedyaml.route.Route
 
ExtendedConstructor - Class in dev.dejvokep.boostedyaml.engine
A custom constructor for the SnakeYAML Engine allowing to deserialize map objects during document construction.
ExtendedConstructor - Class in dev.dejvokep.boostedyaml.engine
A custom constructor for the SnakeYAML Engine allowing to deserialize map objects during document construction.
ExtendedConstructor(LoadSettings, YamlSerializer) - Constructor for class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
Creates an instance of the constructor.
ExtendedConstructor(LoadSettings, YamlSerializer) - Constructor for class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
Creates an instance of the constructor.
ExtendedRepresenter - Class in dev.dejvokep.boostedyaml.engine
A custom representer for the SnakeYAML Engine allowing to represent Section objects, serializing custom objects, all of which while keeping comments and without any additional time consumption.
ExtendedRepresenter - Class in dev.dejvokep.boostedyaml.engine
A custom representer for the SnakeYAML Engine allowing to represent Section objects, serializing custom objects, all of which while keeping comments and without any additional time consumption.
ExtendedRepresenter(GeneralSettings, DumpSettings) - Constructor for class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
Creates an instance of the representer.
ExtendedRepresenter(GeneralSettings, DumpSettings) - Constructor for class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
Creates an instance of the representer.

F

from(Object...) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs route from the given array of keys/key arguments, enabling usage of wide-range data types as keys.
from(Object) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs route from the given single key, enabling usage of wide-range data types as keys.
from(Object...) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs route from the given array of keys/key arguments, enabling usage of wide-range data types as keys.
from(Object) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs route from the given single key, enabling usage of wide-range data types as keys.
fromSingleKey(Object) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs route from the given single key, enabling usage of wide-range data types as keys.
fromSingleKey(Object) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs route from the given single key, enabling usage of wide-range data types as keys.
fromString(String) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs a route from the given string route, by splitting it by GeneralSettings.DEFAULT_ROUTE_SEPARATOR.
fromString(String, char) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs a route from the given string route, by splitting it by the given separator.
fromString(String, RouteFactory) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs a route from the given string route, by splitting it by separator supplied by the factory.
fromString(String) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs a route from the given string route, by splitting it by GeneralSettings.DEFAULT_ROUTE_SEPARATOR.
fromString(String, char) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs a route from the given string route, by splitting it by the given separator.
fromString(String, RouteFactory) - Static method in interface dev.dejvokep.boostedyaml.route.Route
Constructs a route from the given string route, by splitting it by separator supplied by the factory.

G

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
Returns the block encapsulated in the result of Section.getOptionalBlock(Route).
getBlock(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns the block encapsulated in the result of Section.getOptionalBlock(String).
getBlock(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns the block encapsulated in the result of Section.getOptionalBlock(Route).
getBlock(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns the block encapsulated in the result of Section.getOptionalBlock(String).
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
Returns constructed Java object for the given node.
getConstructed(Node) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedConstructor
Returns constructed Java object for the given node.
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
Returns the default serializer, which uses StandardSerializer.DEFAULT_SERIALIZED_TYPE_KEY.
getDefault() - Static method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Returns the default serializer, which uses StandardSerializer.DEFAULT_SERIALIZED_TYPE_KEY.
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
Returns the escaped version of RouteFactory.getSeparator().
getEscapedSeparator() - Method in class dev.dejvokep.boostedyaml.route.RouteFactory
Returns the escaped version of RouteFactory.getSeparator().
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.

H

hasDefaults() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns if this section has an equivalent in the defaults.
hasDefaults() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns if this section has an equivalent in the defaults.
hashCode() - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
hashCode() - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
hashCode() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
hashCode() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
hashCode() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
hashCode() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
hashCode() - Method in interface dev.dejvokep.boostedyaml.route.Route
 
hashCode() - Method in interface dev.dejvokep.boostedyaml.route.Route
 

I

init(Node, Node) - Method in class dev.dejvokep.boostedyaml.block.Block
Stores comments from the given nodes.
init(Node, Node) - Method in class dev.dejvokep.boostedyaml.block.Block
Stores comments from the given nodes.
init(YamlDocument, Node, MappingNode, ExtendedConstructor) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Initializes this section, and it's contents using the given parameters, while also initializing the superclass by calling Block.init(Node, Node).
init(YamlDocument, Node, MappingNode, ExtendedConstructor) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Initializes this section, and it's contents using the given parameters, while also initializing the superclass by calling Block.init(Node, Node).
initEmpty(YamlDocument) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Initializes this section as an empty one.
initEmpty(YamlDocument) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Initializes this section as an empty one.
is(Route, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only value (list, integer... or Section) at the given route exists, and it is an instance of the given class.
is(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only value (list, integer... or Section) at the given route exists, and it is an instance of the given class.
is(Route, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only value (list, integer... or Section) at the given route exists, and it is an instance of the given class.
is(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only value (list, integer... or Section) at the given route exists, and it is an instance of the given class.
isAutoSave() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Sets if the file should automatically be saved using save() after the updater has finished updating (does not save if nothing's changed).
isAutoSave() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Sets if the file should automatically be saved using save() after the updater has finished updating (does not save if nothing's changed).
isAutoUpdate() - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns if to automatically call update() after the document has been loaded.
isAutoUpdate() - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns if to automatically call update() after the document has been loaded.
isBigInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a BigInteger.
isBigInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a BigInteger.
isBigInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a BigInteger.
isBigInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a BigInteger.
isBoolean(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Boolean (or the primitive variant).
isBoolean(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Boolean (or the primitive variant).
isBoolean(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Boolean (or the primitive variant).
isBoolean(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Boolean (or the primitive variant).
isByte(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Byte (or the primitive variant).
isByte(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Byte (or the primitive variant).
isByte(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Byte (or the primitive variant).
isByte(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Byte (or the primitive variant).
isChar(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Character, or any other compatible type defined by Section.getOptionalChar(Route).
isChar(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Character, or any other compatible type defined by Section.getOptionalChar(String).
isChar(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Character, or any other compatible type defined by Section.getOptionalChar(Route).
isChar(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Character, or any other compatible type defined by Section.getOptionalChar(String).
isCreateFileIfAbsent() - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns if to create a new file and save it if it does not exist automatically.
isCreateFileIfAbsent() - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings
Returns if to create a new file and save it if it does not exist automatically.
isDecimal(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double or Float (or the primitive variants).
isDecimal(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double or Float (or the primitive variants).
isDecimal(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double or Float (or the primitive variants).
isDecimal(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double or Float (or the primitive variants).
isDouble(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double (or the primitive variant).
isDouble(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double (or the primitive variant).
isDouble(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double (or the primitive variant).
isDouble(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Double (or the primitive variant).
isEmpty(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if this section is empty, false otherwise.
isEmpty(boolean) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if this section is empty, false otherwise.
isEnableDowngrading() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns if to enable downgrading.
isEnableDowngrading() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns if to enable downgrading.
isFloat(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Float (or the primitive variant).
isFloat(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Float (or the primitive variant).
isFloat(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Float (or the primitive variant).
isFloat(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Float (or the primitive variant).
isIgnored() - Method in class dev.dejvokep.boostedyaml.block.Block
Returns if this block is ignored.
isIgnored() - Method in class dev.dejvokep.boostedyaml.block.Block
Returns if this block is ignored.
isInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Integer (or the primitive variant).
isInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Integer (or the primitive variant).
isInt(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Integer (or the primitive variant).
isInt(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Integer (or the primitive variant).
isKeepAll() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns if to keep all non-merged (that don't have an equivalent in the defaults) blocks in the document.
isKeepAll() - Method in class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Returns if to keep all non-merged (that don't have an equivalent in the defaults) blocks in the document.
isList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a List.
isList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a List.
isList(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a List.
isList(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a List.
isLong(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Long (or the primitive variant).
isLong(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Long (or the primitive variant).
isLong(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Long (or the primitive variant).
isLong(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Long (or the primitive variant).
isNumber(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Number.
isNumber(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Number.
isNumber(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Number.
isNumber(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is an Number.
isNumber(Class<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Returns if the given class represents a numeric data type.
isNumber(Class<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Returns if the given class represents a numeric data type.
isRoot() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns whether this section is simultaneously the root section (file).
isRoot() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns whether this section is simultaneously the root section (file).
isRoot() - Method in class dev.dejvokep.boostedyaml.YamlDocument
 
isRoot() - Method in class dev.dejvokep.boostedyaml.YamlDocument
 
isSection() - Method in class dev.dejvokep.boostedyaml.block.Block
Returns if this block represents a section.
isSection() - Method in class dev.dejvokep.boostedyaml.block.Block
Returns if this block represents a section.
isSection() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
 
isSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Section.
isSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Section.
isSection() - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
 
isSection(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Section.
isSection(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Section.
isSection() - Method in class dev.dejvokep.boostedyaml.block.implementation.TerminatedBlock
 
isSection() - Method in class dev.dejvokep.boostedyaml.block.implementation.TerminatedBlock
 
isShort(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Short (or the primitive variant).
isShort(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Short (or the primitive variant).
isShort(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Short (or the primitive variant).
isShort(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a Short (or the primitive variant).
isString(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a String.
isString(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a String.
isString(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a String.
isString(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Returns true if and only a value at the given route exists, and it is a String.
isUseDefaults() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Returns if to enable use of the defaults by Section methods (if any are present).
isUseDefaults() - Method in class dev.dejvokep.boostedyaml.settings.general.GeneralSettings
Returns if to enable use of the defaults by Section methods (if any are present).

J

join(char) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
join(char) - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
join(char) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
join(char) - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
join(char) - Method in interface dev.dejvokep.boostedyaml.route.Route
Joins the route's keys with the given separator.
join(char) - Method in interface dev.dejvokep.boostedyaml.route.Route
Joins the route's keys with the given separator.

L

length() - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
 
length() - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
 
length() - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
 
length() - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
 
length() - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
The length of the segment - amount of elements in the segment's definition.
length() - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
The length of the segment - amount of elements in the segment's definition.
length() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
length() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
length() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
length() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
length() - Method in interface dev.dejvokep.boostedyaml.route.Route
Returns the length of the route (backing array) - amount of keys forming this route.
length() - Method in interface dev.dejvokep.boostedyaml.route.Route
Returns the length of the route (backing array) - amount of keys forming this route.
ListConversions - Class in dev.dejvokep.boostedyaml.utils.conversion
Utility class used to convert raw lists to list of target types.
ListConversions - Class in dev.dejvokep.boostedyaml.utils.conversion
Utility class used to convert raw lists to list of target types.
ListConversions() - Constructor for class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
 
ListConversions() - Constructor for class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
 
ListSupplier - Interface in dev.dejvokep.boostedyaml.utils.supplier
Supplier used to supply lists of any type.
ListSupplier - Interface in dev.dejvokep.boostedyaml.utils.supplier
Supplier used to supply lists of any type.
literal(String...) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment with the given elements.
literal(String...) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment with the given elements.
LiteralSegment - Class in dev.dejvokep.boostedyaml.dvs.segment
Represents an immutable segment constructed directly from an array of elements.
LiteralSegment - Class in dev.dejvokep.boostedyaml.dvs.segment
Represents an immutable segment constructed directly from an array of elements.
LiteralSegment(String...) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
Creates a segment with the given elements.
LiteralSegment(String...) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
Creates a segment with the given elements.
LoaderSettings - Class in dev.dejvokep.boostedyaml.settings.loader
Loader settings cover all options related explicitly (only) to file loading.
LoaderSettings - Class in dev.dejvokep.boostedyaml.settings.loader
Loader settings cover all options related explicitly (only) to file loading.
LoaderSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.loader
Builder for loader settings; wrapper for SnakeYAML Engine's LoadSettingsBuilder class which is more detailed, provides more options and possibilities, hides options which should not be configured.
LoaderSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.loader
Builder for loader settings; wrapper for SnakeYAML Engine's LoadSettingsBuilder class which is more detailed, provides more options and possibilities, hides options which should not be configured.

M

ManualVersioning - Class in dev.dejvokep.boostedyaml.dvs.versioning
Represents manually supplied versioning information.
ManualVersioning - Class in dev.dejvokep.boostedyaml.dvs.versioning
Represents manually supplied versioning information.
ManualVersioning(Pattern, String, String) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
Creates manually supplied versioning information.
ManualVersioning(Pattern, String, String) - Constructor for class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
Creates manually supplied versioning information.
MapSupplier - Interface in dev.dejvokep.boostedyaml.utils.supplier
Supplier used to supply maps of any type.
MapSupplier - Interface in dev.dejvokep.boostedyaml.utils.supplier
Supplier used to supply maps of any type.
merge(Section, Section, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.updater.Merger
Merges the given document with the defaults.
merge(Section, Section, UpdaterSettings) - Static method in class dev.dejvokep.boostedyaml.updater.Merger
Merges the given document with the defaults.
Merger - Class in dev.dejvokep.boostedyaml.updater
Class responsible for merging the document with the defaults.
Merger - Class in dev.dejvokep.boostedyaml.updater
Class responsible for merging the document with the defaults.
Merger() - Constructor for class dev.dejvokep.boostedyaml.updater.Merger
 
Merger() - Constructor for class dev.dejvokep.boostedyaml.updater.Merger
 
MergeRule - Enum in dev.dejvokep.boostedyaml.settings.updater
Enum representing all situations during merging, used to specify rules.
MergeRule - Enum in dev.dejvokep.boostedyaml.settings.updater
Enum representing all situations during merging, used to specify rules.
MultiKeyRoute - Class in dev.dejvokep.boostedyaml.route.implementation
Represents a multi-key route.
MultiKeyRoute - Class in dev.dejvokep.boostedyaml.route.implementation
Represents a multi-key route.
MultiKeyRoute(Object...) - Constructor for class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
Constructs route from the given array of keys/key arguments, enabling usage of wide-range data types as keys.
MultiKeyRoute(Object...) - Constructor for class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
Constructs route from the given array of keys/key arguments, enabling usage of wide-range data types as keys.

N

next() - Method in class dev.dejvokep.boostedyaml.dvs.Version
Moves to the next version (accordingly to the pattern).
next() - Method in class dev.dejvokep.boostedyaml.dvs.Version
Moves to the next version (accordingly to the pattern).
NON_NUMERIC_CONVERSIONS - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All non-numeric primitives and their corresponding non-primitive representations; vice-versa.
NON_NUMERIC_CONVERSIONS - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All non-numeric primitives and their corresponding non-primitive representations; vice-versa.
NUMERIC_CLASSES - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All numeric data type classes.
NUMERIC_CLASSES - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All numeric data type classes.
NUMERIC_PRIMITIVES - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All numeric primitives and their corresponding non-primitive representations.
NUMERIC_PRIMITIVES - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All numeric primitives and their corresponding non-primitive representations.

P

parent() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
parent() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
parent() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
parent() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
parent() - Method in interface dev.dejvokep.boostedyaml.route.Route
Returns the parent route of this one.
parent() - Method in interface dev.dejvokep.boostedyaml.route.Route
Returns the parent route of this one.
parse(String, int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
 
parse(String, int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
 
parse(String, int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
 
parse(String, int) - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
 
parse(String, int) - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Parses the given version ID from the given index and returns which element (represented by the index) was matched.
parse(String, int) - Method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Parses the given version ID from the given index and returns which element (represented by the index) was matched.
Pattern - Class in dev.dejvokep.boostedyaml.dvs
Represents an immutable pattern using which version IDs can be parsed into versions.
Pattern - Class in dev.dejvokep.boostedyaml.dvs
Represents an immutable pattern using which version IDs can be parsed into versions.
Pattern(Segment...) - Constructor for class dev.dejvokep.boostedyaml.dvs.Pattern
Initializes the pattern with the given segments.
Pattern(Segment...) - Constructor for class dev.dejvokep.boostedyaml.dvs.Pattern
Initializes the pattern with the given segments.
PATTERN - Static variable in class dev.dejvokep.boostedyaml.dvs.versioning.BasicVersioning
Pattern used, only one segment from 1 to infinity.
PATTERN - Static variable in class dev.dejvokep.boostedyaml.dvs.versioning.BasicVersioning
Pattern used, only one segment from 1 to infinity.
PrimitiveConversions - Class in dev.dejvokep.boostedyaml.utils.conversion
Utility class for primitives.
PrimitiveConversions - Class in dev.dejvokep.boostedyaml.utils.conversion
Utility class for primitives.
PrimitiveConversions() - Constructor for class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
 
PrimitiveConversions() - Constructor for class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
 
PRIMITIVES_TO_OBJECTS - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All primitives mapped to their object representations.
PRIMITIVES_TO_OBJECTS - Static variable in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
All primitives mapped to their object representations.

R

range(int, int, int, int) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment from the given range.
range(int, int, int) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment from the given range.
range(int, int) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment from the given range.
range(int, int, int, int) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment from the given range.
range(int, int, int) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment from the given range.
range(int, int) - Static method in interface dev.dejvokep.boostedyaml.dvs.segment.Segment
Creates a segment from the given range.
RangeSegment - Class in dev.dejvokep.boostedyaml.dvs.segment
Represents an immutable segment constructed from an integer range.
RangeSegment - Class in dev.dejvokep.boostedyaml.dvs.segment
Represents an immutable segment constructed from an integer range.
RangeSegment(int, int, int, int) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
Creates a segment from the given range.
RangeSegment(int, int) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
Creates a segment from the given range.
RangeSegment(int, int, int) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
Creates a segment from the given range.
RangeSegment(int, int, int, int) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
Creates a segment from the given range.
RangeSegment(int, int) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
Creates a segment from the given range.
RangeSegment(int, int, int) - Constructor for class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
Creates a segment from the given range.
register(Class<T>, TypeAdapter<T>) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Registers the given type for serialization.
register(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Registers the specified alias for the given type (represented by the class).
register(Class<T>, TypeAdapter<T>) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Registers the given type for serialization.
register(String, Class<T>) - Method in class dev.dejvokep.boostedyaml.serialization.standard.StandardSerializer
Registers the specified alias for the given type (represented by the class).
reload() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Reloads the contents from the associated file using the associated loader and general settings.
reload(InputStream) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Reloads the contents from the given stream using the associated loader and general settings.
reload(InputStream, LoaderSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Reloads the contents from the given stream using the given loader and associated general settings.
reload() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Reloads the contents from the associated file using the associated loader and general settings.
reload(InputStream) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Reloads the contents from the given stream using the associated loader and general settings.
reload(InputStream, LoaderSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Reloads the contents from the given stream using the given loader and associated general settings.
Relocator - Class in dev.dejvokep.boostedyaml.updater
 
Relocator - Class in dev.dejvokep.boostedyaml.updater
 
Relocator(Section, Version, Version) - Constructor for class dev.dejvokep.boostedyaml.updater.Relocator
Initializes the relocator with the given section and document versions.
Relocator(Section, Version, Version) - Constructor for class dev.dejvokep.boostedyaml.updater.Relocator
Initializes the relocator with the given section and document versions.
remove(Block<?>, Comments.NodeType, Comments.Position) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Removes all comments at the given position.
remove(Block<?>, Comments.NodeType, Comments.Position) - Static method in class dev.dejvokep.boostedyaml.block.Comments
Removes all comments at the given position.
remove(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Removes entry at the given route (if any); returns true if successfully removed.
remove(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Removes entry at the given route (if any); returns true if successfully removed.
remove(Route) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Removes entry at the given route (if any); returns true if successfully removed.
remove(String) - Method in class dev.dejvokep.boostedyaml.block.implementation.Section
Removes entry at the given route (if any); returns true if successfully removed.
removeComments() - Method in class dev.dejvokep.boostedyaml.block.Block
Removes all comments at the given node.
removeComments() - Method in class dev.dejvokep.boostedyaml.block.Block
Removes all comments at the given node.
representMappingEntry(Map.Entry<?, ?>) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
 
representMappingEntry(Map.Entry<?, ?>) - Method in class dev.dejvokep.boostedyaml.engine.ExtendedRepresenter
 
Route - Interface in dev.dejvokep.boostedyaml.route
Route objects are URIs used to access data in sections.
Route - Interface in dev.dejvokep.boostedyaml.route
Route objects are URIs used to access data in sections.
RouteFactory - Class in dev.dejvokep.boostedyaml.route
Factory used to build routes from string routes in bulk.
RouteFactory - Class in dev.dejvokep.boostedyaml.route
Factory used to build routes from string routes in bulk.
RouteFactory(GeneralSettings) - Constructor for class dev.dejvokep.boostedyaml.route.RouteFactory
Creates a factory with the separator specified by the given settings.
RouteFactory(char) - Constructor for class dev.dejvokep.boostedyaml.route.RouteFactory
Creates a factory with the given separator.
RouteFactory() - Constructor for class dev.dejvokep.boostedyaml.route.RouteFactory
Creates a factory with the defaults specified by GeneralSettings.DEFAULT_ROUTE_SEPARATOR and GeneralSettings.DEFAULT_ESCAPED_SEPARATOR.
RouteFactory(GeneralSettings) - Constructor for class dev.dejvokep.boostedyaml.route.RouteFactory
Creates a factory with the separator specified by the given settings.
RouteFactory(char) - Constructor for class dev.dejvokep.boostedyaml.route.RouteFactory
Creates a factory with the given separator.
RouteFactory() - Constructor for class dev.dejvokep.boostedyaml.route.RouteFactory
Creates a factory with the defaults specified by GeneralSettings.DEFAULT_ROUTE_SEPARATOR and GeneralSettings.DEFAULT_ESCAPED_SEPARATOR.

S

save() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Saves the contents to the associated file using the associated dumper and general settings, in UTF-8 charset.
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
Saves the contents to the associated file using the associated dumper and general settings, in UTF-8 charset.
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
Sets maximum aliases a collection can have to prevent memory leaks (see Billion laughs attack).
setMaxCollectionAliases(int) - Method in class dev.dejvokep.boostedyaml.settings.loader.LoaderSettings.Builder
Sets maximum aliases a collection can have to prevent memory leaks (see Billion laughs attack).
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.

T

TerminatedBlock - Class in dev.dejvokep.boostedyaml.block.implementation
Represents one YAML terminated (does not contain sub-blocks like sections) Block (key=value pair).
TerminatedBlock - Class in dev.dejvokep.boostedyaml.block.implementation
Represents one YAML terminated (does not contain sub-blocks like sections) Block (key=value pair).
TerminatedBlock(Node, Node, Object) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.TerminatedBlock
Creates a mapping using the given parameters; while storing references to comments from the given nodes.
TerminatedBlock(Block<?>, Object) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.TerminatedBlock
Creates a mapping with the same comments as the provided previous block, with the given value.
TerminatedBlock(Node, Node, Object) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.TerminatedBlock
Creates a mapping using the given parameters; while storing references to comments from the given nodes.
TerminatedBlock(Block<?>, Object) - Constructor for class dev.dejvokep.boostedyaml.block.implementation.TerminatedBlock
Creates a mapping with the same comments as the provided previous block, with the given value.
toBigInt(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to big integer.
toBigInt(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to big integer.
toBigIntList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of big integers from the given list of unknown type.
toBigIntList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of big integers from the given list of unknown type.
toByte(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to byte.
toByte(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to byte.
toByteList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of bytes from the given list of unknown type.
toByteList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of bytes from the given list of unknown type.
toDouble(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to double.
toDouble(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to double.
toDoubleList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of doubles from the given list of unknown type.
toDoubleList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of doubles from the given list of unknown type.
toFloat(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to float.
toFloat(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to float.
toFloatList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of floats from the given list of unknown type.
toFloatList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of floats from the given list of unknown type.
toInt(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to integer.
toInt(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to integer.
toIntList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of integers from the given list of unknown type.
toIntList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of integers from the given list of unknown type.
toLong(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to long.
toLong(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to long.
toLongList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of longs from the given list of unknown type.
toLongList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of longs from the given list of unknown type.
toMapList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of maps from the given list of unknown type.
toMapList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of maps from the given list of unknown type.
toShort(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to short.
toShort(Object) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.PrimitiveConversions
Converts the given value to short.
toShortList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of shorts from the given list of unknown type.
toShortList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of shorts from the given list of unknown type.
toString() - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.Pattern
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.segment.LiteralSegment
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.segment.RangeSegment
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.Version
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
 
toString() - Method in class dev.dejvokep.boostedyaml.dvs.versioning.ManualVersioning
 
toString() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
toString() - Method in class dev.dejvokep.boostedyaml.route.implementation.MultiKeyRoute
 
toString() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
toString() - Method in class dev.dejvokep.boostedyaml.route.implementation.SingleKeyRoute
 
toStringKeyedMap(Map<?, ?>) - Method in interface dev.dejvokep.boostedyaml.serialization.standard.TypeAdapter
Converts this map (including all sub-maps) to String=value HashMap.
toStringKeyedMap(Map<?, ?>) - Method in interface dev.dejvokep.boostedyaml.serialization.standard.TypeAdapter
Converts this map (including all sub-maps) to String=value HashMap.
toStringList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of strings from the given list of unknown type.
toStringList(List<?>) - Static method in class dev.dejvokep.boostedyaml.utils.conversion.ListConversions
Constructs a list of strings from the given list of unknown type.
TypeAdapter<T> - Interface in dev.dejvokep.boostedyaml.serialization.standard
Interface used to (de-)serialize custom types with StandardSerializer.
TypeAdapter<T> - Interface in dev.dejvokep.boostedyaml.serialization.standard
Interface used to (de-)serialize custom types with StandardSerializer.

U

update(Section, Section, UpdaterSettings, GeneralSettings) - Static method in class dev.dejvokep.boostedyaml.updater.Updater
Updates the given document against the given defaults and settings.
update(Section, Section, UpdaterSettings, GeneralSettings) - Static method in class dev.dejvokep.boostedyaml.updater.Updater
Updates the given document against the given defaults and settings.
update() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the associated defaults using the associated updater and general settings.
update(UpdaterSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the associated defaults using the given updater and associated general settings.
update(InputStream) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the given defaults using the associated updater and general settings.
update(InputStream, UpdaterSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the given defaults using the given updater and associated general settings.
update() - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the associated defaults using the associated updater and general settings.
update(UpdaterSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the associated defaults using the given updater and associated general settings.
update(InputStream) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the given defaults using the associated updater and general settings.
update(InputStream, UpdaterSettings) - Method in class dev.dejvokep.boostedyaml.YamlDocument
Updates the contents against the given defaults using the given updater and associated general settings.
Updater - Class in dev.dejvokep.boostedyaml.updater
Updater class responsible for executing the whole process: loading version IDs of the document and defaults, comparing the IDs (to check if updating, downgrading...)
Updater - Class in dev.dejvokep.boostedyaml.updater
Updater class responsible for executing the whole process: loading version IDs of the document and defaults, comparing the IDs (to check if updating, downgrading...)
Updater() - Constructor for class dev.dejvokep.boostedyaml.updater.Updater
 
Updater() - Constructor for class dev.dejvokep.boostedyaml.updater.Updater
 
UpdaterSettings - Class in dev.dejvokep.boostedyaml.settings.updater
Updater settings cover all options related explicitly (only) to file updating.
UpdaterSettings - Class in dev.dejvokep.boostedyaml.settings.updater
Updater settings cover all options related explicitly (only) to file updating.
UpdaterSettings(UpdaterSettings.Builder) - Constructor for class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Creates final, immutable updater settings from the given builder.
UpdaterSettings(UpdaterSettings.Builder) - Constructor for class dev.dejvokep.boostedyaml.settings.updater.UpdaterSettings
Creates final, immutable updater settings from the given builder.
UpdaterSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.updater
Builder for updater settings.
UpdaterSettings.Builder - Class in dev.dejvokep.boostedyaml.settings.updater
Builder for updater settings.
updateVersionID(Section, Section) - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
 
updateVersionID(Section, Section) - Method in class dev.dejvokep.boostedyaml.dvs.versioning.AutomaticVersioning
 
updateVersionID(Section, Section) - Method in interface dev.dejvokep.boostedyaml.dvs.versioning.Versioning
Sets version ID of the default section into the updated section content.
updateVersionID(Section, Section) - Method in interface dev.dejvokep.boostedyaml.dvs.versioning.Versioning
Sets version ID of the default section into the updated section content.

V

valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.block.Comments.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.block.Comments.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.block.Comments.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.block.Comments.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.settings.general.GeneralSettings.KeyFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.settings.general.GeneralSettings.KeyFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.settings.updater.MergeRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.dejvokep.boostedyaml.settings.updater.MergeRule
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.dejvokep.boostedyaml.block.Comments.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.block.Comments.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.block.Comments.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.block.Comments.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.settings.dumper.DumperSettings.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.settings.general.GeneralSettings.KeyFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.settings.general.GeneralSettings.KeyFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.settings.updater.MergeRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.dejvokep.boostedyaml.settings.updater.MergeRule
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in dev.dejvokep.boostedyaml.dvs
In-code representation of version IDs; provides a bunch of useful methods.
Version - Class in dev.dejvokep.boostedyaml.dvs
In-code representation of version IDs; provides a bunch of useful methods.
Versioning - Interface in dev.dejvokep.boostedyaml.dvs.versioning
Represents versioning information supplier.
Versioning - Interface in dev.dejvokep.boostedyaml.dvs.versioning
Represents versioning information supplier.

Y

YamlDocument - Class in dev.dejvokep.boostedyaml
Represents a YAML document.
YamlDocument - Class in dev.dejvokep.boostedyaml
Represents a YAML document.
YamlSerializer - Interface in dev.dejvokep.boostedyaml.serialization
Interface used by custom serializer implementations.
YamlSerializer - Interface in dev.dejvokep.boostedyaml.serialization
Interface used by custom serializer implementations.
A B C D E F G H I J L M N P R S T U V Y 

Copyright © 2022. All rights reserved.