Class GsonConfigurationFormat
java.lang.Object
org.spongepowered.configurate.loader.AbstractConfigurationFormat<BasicConfigurationNode,GsonConfigurationLoader,GsonConfigurationLoader.Builder>
  
org.spongepowered.configurate.gson.GsonConfigurationFormat
- All Implemented Interfaces:
- ConfigurationFormat
public final class GsonConfigurationFormat
extends AbstractConfigurationFormat<BasicConfigurationNode,GsonConfigurationLoader,GsonConfigurationLoader.Builder>  
A 
ConfigurationFormat for the GSON configuration loader.
 This format should not be used directly, but instead accessed
 through methods on ConfigurationFormat.
- Since:
- 4.2.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.spongepowered.configurate.loader.AbstractConfigurationFormatcreate, create, create, create, id, supportedExtensions
- 
Constructor Details- 
GsonConfigurationFormatpublic GsonConfigurationFormat()For use by service loader only.- Since:
- 4.2.0
 
 
-