Class MappingElementFactory
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.binding.transforms.map.MappingElementFactory
 
 
- 
- Direct Known Subclasses:
 ColorMappingElementFactory
public abstract class MappingElementFactory extends java.lang.Object 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MappingElementcreate(com.inductiveautomation.ignition.common.gson.JsonElement jsonElement)static MappingElementFactoryget(MapTransformType type, BindingContext bindingContext) 
 - 
 
- 
- 
Method Detail
- 
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
 
 - 
 
 -