Interface AttributeMapperAdapter
- All Superinterfaces:
- AuthAdapter
Helper APIs for each type of 
AttributeMapper- 
Method SummaryModifier and TypeMethodDescription<T> AttributeMapper<T>Factory method for newAttributeMapperinstancesMethods inherited from interface com.inductiveautomation.ignition.gateway.auth.adapter.AuthAdaptergetType
- 
Method Details- 
create@Nonnull <T> AttributeMapper<T> create(@Nonnull com.inductiveautomation.ignition.common.gson.JsonElement config, @Nonnull Class<T> clazz) throws AttributeMapperAdapterException Factory method for newAttributeMapperinstances- Type Parameters:
- T- the type of the value which this mapper will map
- Parameters:
- config- the configuration for the- AttributeMapper
- clazz- the- Classcontaining the type of the value which this mapper will map
- Returns:
- the new AttributeMapperinstance
- Throws:
- AttributeMapperAdapterException- if there is an unexpected problem creating the- AttributeMapper
 
 
-