Class WebAuthStrategyConfig.GsonAdapter
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.auth.config.AbstractTypedConfig.AbstractGsonAdapter<WebAuthStrategyConfig>
-
- com.inductiveautomation.ignition.gateway.auth.web.strategy.WebAuthStrategyConfig.GsonAdapter
-
- All Implemented Interfaces:
com.inductiveautomation.ignition.common.gson.JsonDeserializer<WebAuthStrategyConfig>
,com.inductiveautomation.ignition.common.gson.JsonSerializer<WebAuthStrategyConfig>
- Enclosing class:
- WebAuthStrategyConfig
public static class WebAuthStrategyConfig.GsonAdapter extends AbstractTypedConfig.AbstractGsonAdapter<WebAuthStrategyConfig>
-
-
Constructor Summary
Constructors Constructor Description GsonAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebAuthStrategyConfig
create(java.lang.String type, com.inductiveautomation.ignition.common.gson.JsonElement config)
-
Methods inherited from class com.inductiveautomation.ignition.gateway.auth.config.AbstractTypedConfig.AbstractGsonAdapter
deserialize, serialize
-
-
-
-
Method Detail
-
create
@Nonnull protected WebAuthStrategyConfig create(@Nonnull java.lang.String type, @Nonnull com.inductiveautomation.ignition.common.gson.JsonElement config)
- Specified by:
create
in classAbstractTypedConfig.AbstractGsonAdapter<WebAuthStrategyConfig>
-
-