Index
B C F G J L N S V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
B
- build() - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
- builder() - Static method in class ninja.leaping.configurate.json.JSONConfigurationLoader
-
Creates a new
JSONConfigurationLoaderbuilder. - Builder() - Constructor for class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
C
- createEmptyNode(ConfigurationOptions) - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader
F
- FieldValueSeparatorStyle - Enum in ninja.leaping.configurate.json
-
Enumeration of field value separator styles.
G
- getFactory() - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
-
Gets the
JsonFactoryused to configure the implementation. - getFieldValueSeparatorStyle() - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
-
Gets the field value separator style to be used by the resultant loader.
- getIndent() - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
-
Gets the level of indentation to be used by the resultant loader.
- getValue() - Method in enum ninja.leaping.configurate.json.FieldValueSeparatorStyle
J
- JSONConfigurationLoader - Class in ninja.leaping.configurate.json
-
A loader for JSON-formatted configurations, using the jackson library for parsing and generation.
- JSONConfigurationLoader.Builder - Class in ninja.leaping.configurate.json
-
Builds a
JSONConfigurationLoader.
L
- loadInternal(ConfigurationNode, BufferedReader) - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader
N
- ninja.leaping.configurate.json - package ninja.leaping.configurate.json
- NO_SPACE - ninja.leaping.configurate.json.FieldValueSeparatorStyle
-
Style which uses no spaces.
S
- saveInternal(ConfigurationNode, Writer) - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader
- setFieldValueSeparatorStyle(FieldValueSeparatorStyle) - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
-
Sets the field value separator style the resultant loader should use.
- setIndent(int) - Method in class ninja.leaping.configurate.json.JSONConfigurationLoader.Builder
-
Sets the level of indentation the resultant loader should use.
- SPACE_AFTER - ninja.leaping.configurate.json.FieldValueSeparatorStyle
-
Style which uses a space after the
:character. - SPACE_BOTH_SIDES - ninja.leaping.configurate.json.FieldValueSeparatorStyle
-
Style which uses spaces either side of the
:character.
V
- valueOf(String) - Static method in enum ninja.leaping.configurate.json.FieldValueSeparatorStyle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ninja.leaping.configurate.json.FieldValueSeparatorStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes|All Packages