Uses of Class
cc.carm.lib.configuration.source.json.JSONSource
-
Packages that use JSONSource Package Description cc.carm.lib.configuration.source.json -
-
Uses of JSONSource in cc.carm.lib.configuration.source.json
Methods in cc.carm.lib.configuration.source.json that return JSONSource Modifier and Type Method Description protected @NotNull JSONSourceJSONSource. self()Methods in cc.carm.lib.configuration.source.json that return types with arguments of type JSONSource Modifier and Type Method Description @NotNull ConfigurationHolder<JSONSource>JSONConfigFactory. build()Constructor parameters in cc.carm.lib.configuration.source.json with type arguments of type JSONSource Constructor Description JSONSource(@NotNull ConfigurationHolder<? extends JSONSource> holder, @NotNull java.io.File file, @Nullable java.lang.String resourcePath)JSONSource(@NotNull ConfigurationHolder<? extends JSONSource> holder, @NotNull java.io.File file, @Nullable java.lang.String resourcePath, @NotNull com.google.gson.Gson gson)
-