@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.configurate.gson
Configuration loader for the JSON format.
Currently, this format is implemented using the Google Gson library.
-
Class Summary Class Description GsonConfigurationLoader A loader for JSON-formatted configurations, using the GSON library for parsing and generation.GsonConfigurationLoader.Builder Builds aGsonConfigurationLoader
.