Class SpinValueMapperFactory
- java.lang.Object
-
- org.camunda.bpm.dmn.feel.impl.scala.spin.SpinValueMapperFactory
-
public class SpinValueMapperFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static ScalaFeelLogger
LOGGER
static java.lang.String
SPIN_VALUE_MAPPER_CLASS_NAME
-
Constructor Summary
Constructors Constructor Description SpinValueMapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.feel.valuemapper.CustomValueMapper
createInstance()
protected java.lang.Class<?>
lookupClass()
protected org.camunda.feel.valuemapper.CustomValueMapper
newInstance(java.lang.Class<?> valueMapperClass)
-
-
-
Field Detail
-
LOGGER
protected static final ScalaFeelLogger LOGGER
-
SPIN_VALUE_MAPPER_CLASS_NAME
public static final java.lang.String SPIN_VALUE_MAPPER_CLASS_NAME
- See Also:
- Constant Field Values
-
-