org.camunda.bpm.dmn.engine.impl.type
Class StringDataTypeTransformer

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.type.StringDataTypeTransformer
All Implemented Interfaces:
DmnDataTypeTransformer

public class StringDataTypeTransformer
extends Object
implements DmnDataTypeTransformer

Transform values of type Object into StringValue.

Author:
Philipp Ossler

Constructor Summary
StringDataTypeTransformer()
           
 
Method Summary
 org.camunda.bpm.engine.variable.value.TypedValue transform(Object value)
          Transform the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringDataTypeTransformer

public StringDataTypeTransformer()
Method Detail

transform

public org.camunda.bpm.engine.variable.value.TypedValue transform(Object value)
                                                           throws IllegalArgumentException
Description copied from interface: DmnDataTypeTransformer
Transform the given value.

Specified by:
transform in interface DmnDataTypeTransformer
Parameters:
value - of any type
Returns:
value of the specific type
Throws:
IllegalArgumentException - if the value can not be transformed


Copyright © 2017 camunda services GmbH. All rights reserved.