org.camunda.bpm.dmn.feel.impl.juel.transform
Interface FeelToJuelFunctionTransformer

All Superinterfaces:
FeelToJuelTransformer

public interface FeelToJuelFunctionTransformer
extends FeelToJuelTransformer


Method Summary
 Method getMethod()
          Get the method reference which implements the function to transform to.
 String getName()
          Get the name of the function.
 
Methods inherited from interface org.camunda.bpm.dmn.feel.impl.juel.transform.FeelToJuelTransformer
canTransform, transform
 

Method Detail

getName

String getName()
Get the name of the function.

Returns:
the name of function

getMethod

Method getMethod()
Get the method reference which implements the function to transform to. Note: The implementation should resolve the method reference only once at creation and not within every call of these method.

Returns:
the method reference


Copyright © 2017 camunda services GmbH. All rights reserved.