Class JsonConfigLoader<T>
- java.lang.Object
-
- com.aventstack.extentreports.config.external.JsonConfigLoader<T>
-
- All Implemented Interfaces:
ConfigLoadable<T>
public class JsonConfigLoader<T> extends Object implements ConfigLoadable<T>
-
-
Constructor Summary
Constructors Constructor Description JsonConfigLoader(T instance, File f)JsonConfigLoader(T instance, String json)
-
-
-
Constructor Detail
-
JsonConfigLoader
public JsonConfigLoader(T instance, File f) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
apply
public void apply()
- Specified by:
applyin interfaceConfigLoadable<T>
-
-