B C F I J L N O P S V 
All Classes 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.
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.

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

L

loadInternal(BasicConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader
 

N

NO_SPACE - org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
Style which uses no spaces.

O

org.spongepowered.configurate.jackson - package org.spongepowered.configurate.jackson
Configuration loader for the JSON format using Jackson.

P

populate(LoaderOptionSource) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader.Builder
 

S

saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.jackson.JacksonConfigurationLoader
 
SPACE_AFTER - org.spongepowered.configurate.jackson.FieldValueSeparatorStyle
Style which uses a space after the : character.
SPACE_BOTH_SIDES - 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.
B C F I J L N O P S V 
All Classes All Packages