public class JsonConfigLoader<T> extends Object implements ConfigLoadable<T>
| Constructor and Description |
|---|
JsonConfigLoader(T instance,
File f) |
JsonConfigLoader(T instance,
String json) |
public JsonConfigLoader(T instance, File f) throws FileNotFoundException
FileNotFoundExceptionpublic void apply()
apply in interface ConfigLoadable<T>Copyright © 2020. All rights reserved.