Index
All Classes and Interfaces|All Packages
B
- build() - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
- builder() - Static method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader
-
Creates a new
JacksonConfigurationLoader
builder.
C
- createNode(ConfigurationOptions) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader
F
- factoryBuilder() - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Gets the
JsonFactory
used to configure the implementation. - FIELD_VALUE_SEPARATOR - Static variable in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Set the field-value separator style to be used when emitting json.
- fieldValueSeparatorStyle() - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Gets the field value separator style to be used by the built loader.
- fieldValueSeparatorStyle(FieldValueSeparatorStyle) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Sets the field value separator style the resultant loader should use.
- FieldValueSeparatorStyle - Enum in org.spongepowered.configurate.jackson
-
Enumeration of field value separator styles.
I
- indent() - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Gets the level of indentation to be used by the resultant loader.
- indent(int) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Sets the level of indentation the resultant loader should use.
- INDENT - Static variable in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
Set the indentation to when emitting json.
J
- JacksonConfigurationFormat - Class in org.spongepowered.configurate.jackson
-
A
ConfigurationFormat
for the Jackson configuration loader. - JacksonConfigurationFormat() - Constructor for class org.spongepowered.configurate.jackson.JacksonConfigurationFormat
-
For use by service loader only.
- JacksonConfigurationLoader - Class in org.spongepowered.configurate.jackson
-
A loader for JSON-formatted configurations, using the jackson library for parsing and generation.
- JacksonConfigurationLoader.Builder - Class in org.spongepowered.configurate.jackson
-
Builds a
JacksonConfigurationLoader
.
L
- loadInternal(BasicConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader
N
- NO_SPACE - Enum constant in enum org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
-
Style which uses no spaces.
O
- optionSchema() - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
- org.spongepowered.configurate.jackson - package org.spongepowered.configurate.jackson
S
- saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader
- SCHEMA - Static variable in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
-
A schema of options available to configure the Jackson loader.
- SPACE_AFTER - Enum constant in enum org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
-
Style which uses a space after the
:
character. - SPACE_BOTH_SIDES - Enum constant in enum org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
-
Style which uses spaces either side of the
:
character.
V
- value() - Method in enum org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
-
Get the literal separator for this type.
- valueOf(String) - Static method in enum org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages