Index

B C G I L O S 
All Classes and Interfaces|All Packages

B

build() - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
 
builder() - Static method in class org.spongepowered.configurate.gson.GsonConfigurationLoader
Creates a new GsonConfigurationLoader builder.

C

checkCanWrite(ConfigurationNode) - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader
 
createNode(ConfigurationOptions) - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader
 

G

GsonConfigurationFormat - Class in org.spongepowered.configurate.gson
A ConfigurationFormat for the GSON configuration loader.
GsonConfigurationFormat() - Constructor for class org.spongepowered.configurate.gson.GsonConfigurationFormat
For use by service loader only.
GsonConfigurationLoader - Class in org.spongepowered.configurate.gson
A loader for JSON-formatted configurations, using the GSON library for parsing and generation.
GsonConfigurationLoader.Builder - Class in org.spongepowered.configurate.gson
gsonSerializers() - Static method in class org.spongepowered.configurate.gson.GsonConfigurationLoader
Get a TypeSerializerCollection for handling Gson types.

I

indent() - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
Gets the level of indentation to be used by the resultant loader.
indent(int) - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
Sets the level of indentation the resultant loader should use.
INDENT - Static variable in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
The level of indentation to be used by the resulting loader.

L

lenient() - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
Gets if the resultant loader should parse leniently.
lenient(boolean) - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
Sets if the resultant loader should parse leniently.
LENIENT - Static variable in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
If the resultant loader should parse leniently.
loadInternal(BasicConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader
 

O

optionSchema() - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
 
org.spongepowered.configurate.gson - package org.spongepowered.configurate.gson
Configuration loader for the JSON format.

S

saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.gson.GsonConfigurationLoader
 
SCHEMA - Static variable in class org.spongepowered.configurate.gson.GsonConfigurationLoader.Builder
A schema of options available on the Gson loader.
B C G I L O S 
All Classes and Interfaces|All Packages