All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CacheMemory Class to save settings nodes into cache instance.
Only compatible with Caffeine and Guava cache.DataFormat Utility class to collect supported data formats and register any settings source parser.DataType Data types to load from.ExpressionParser Represents a function that parse any type of node and build a value.Expressions Utility class to collect node expressions that can be parsed.GsonSettingsSource A settings source for json-formatted data
This class uses google gson library as the name says to read and write any data.HoconSettingsSource A settings source for hocon-formatted data
This class uses lightbend config library to read and write any data.ListNode Class to handle a list of settings nodes.
This object can also be handled as regular Java list.ListValueType<T> Represents a value that can be converted into different types of objects.MapMemory Class to save settings nodes into Java map.MapNode Class to handle a map of settings nodes.
This object can also be handled as regular Java map and inherited in enhanced for loop.MathExpression Class to calculate mathematical operations as node expression parser.NodeKey<V> Class that represents a node with parent node and key parameter along with value.NodeParser Represents a function that parse any type of node and return a node.NodeUpdate Class to handle any node transformation to do a proper update.NodeValue<V> Abstract class that represents a node multi-layer value along with comments.
Any type transformation will be cached.ObjectNode Class to handle normal object as settings node.
This object can be inherited in enhanced for loop.Parsers Utility class to collect node parsers.Settings Class that represent flexible configuration itself.SettingsData<T extends SettingsNode> Class to load any settings node from data.SettingsLoader Class to load settings data objects with any global transformations.
This is a useful way to apply a settings parser and updater together without generating unexpected results.SettingsMemory Interface that represents a memory to save settings node values.SettingsNode Interface that represents the global settings memory object.SettingsParser Class to handle node parser operations.SettingsSource Interface that represent a object that can parse and write a map node using a reader or writer represented with a data source type, such as file formats.SettingsUpdater Class to handle node updates into provided map nodes.Strings Utility class to handle strings with a variety of methods.TomlSettingsSource A settings source for toml-formatted data
This class uses electronwill nightconfig library to read and write any data.UpdateAction Node update action types.YamlSettingsSource A settings source for yaml-formatted data
This class uses snakeyaml library to read and write any data.YamlSettingsSource.PublicConstructor Constructor wrapped instance to read java objects from yaml nodes.YamlSettingsSource.PublicYaml Yaml wrapped instance with public method to get used constructor and representer instances.