Package io.anyline2.di.config
Class PluginConfigProviderImpl
-
- All Implemented Interfaces:
-
io.anyline2.di.config.PluginConfigProvider
public class PluginConfigProviderImpl implements PluginConfigProvider
-
-
Constructor Summary
Constructors Constructor Description PluginConfigProviderImpl()
-
Method Summary
Modifier and Type Method Description PluginConfig
providePluginConfig(@NonNull() JSONObject jsonConfig)
JSONObject
toJsonObject(PluginConfig pluginConfig)
-
-
Method Detail
-
providePluginConfig
PluginConfig providePluginConfig(@NonNull() JSONObject jsonConfig)
-
toJsonObject
JSONObject toJsonObject(PluginConfig pluginConfig)
-
-
-
-