Uses of Class
cc.carm.lib.configuration.source.json.JSONConfigFactory
-
Packages that use JSONConfigFactory Package Description cc.carm.lib.configuration.source.json -
-
Uses of JSONConfigFactory in cc.carm.lib.configuration.source.json
Methods in cc.carm.lib.configuration.source.json that return JSONConfigFactory Modifier and Type Method Description static JSONConfigFactoryJSONConfigFactory. from(@NotNull java.io.File file)static JSONConfigFactoryJSONConfigFactory. from(@NotNull java.io.File parent, @NotNull java.lang.String configName)JSONConfigFactoryJSONConfigFactory. gson(@NotNull com.google.gson.Gson gson)JSONConfigFactoryJSONConfigFactory. gson(@NotNull java.util.function.Consumer<com.google.gson.GsonBuilder> builder)JSONConfigFactoryJSONConfigFactory. gson(@NotNull java.util.function.Supplier<com.google.gson.Gson> gsonSupplier)protected JSONConfigFactoryJSONConfigFactory. self()
-