Class MappingElementFactory
java.lang.Object
com.inductiveautomation.perspective.gateway.binding.transforms.map.MappingElementFactory
- Direct Known Subclasses:
- ColorMappingElementFactory
- 
Method SummaryModifier and TypeMethodDescriptioncreate(com.inductiveautomation.ignition.common.gson.JsonElement jsonElement) static MappingElementFactoryget(MapTransformType type, BindingContext bindingContext) 
- 
Method Details- 
get@Nonnull public static MappingElementFactory get(MapTransformType type, BindingContext bindingContext) throws MapTransformConfigException - Throws:
- MapTransformConfigException
 
- 
createpublic MappingElement create(com.inductiveautomation.ignition.common.gson.JsonElement jsonElement) throws MapTransformConfigException - Throws:
- MapTransformConfigException
 
 
-