Class MapToMap.MapToMapFactory
java.lang.Object
org.apache.ofbiz.minilang.method.envops.MapToMap.MapToMapFactory
- All Implemented Interfaces:
MethodOperation.Factory<MapToMap>
- Enclosing class:
- MapToMap
public static final class MapToMap.MapToMapFactory
extends Object
implements MethodOperation.Factory<MapToMap>
A factory for the <map-to-map> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
MapToMapFactory
public MapToMapFactory()
-
-
Method Details
-
createMethodOperation
public MapToMap createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<MapToMap>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<MapToMap>
-