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