Class JsonConfig

java.lang.Object
com.thecsdev.common.config.JsonConfig
Direct Known Subclasses:
ModConfig

public abstract class JsonConfig extends Object
A container for various configurable properties that can be saved and to and loaded from the user's disk drive.

This configuration system uses reflection to save and load properties found within a given container.

The data is saved and loaded in JSON format.
See Also:
  • Expose
  • SerializedName
API Note:
Depends on Guava - com.google.*.