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:
DataTypeTransformer

public class StringDataTypeTransformer
extends Object
implements DataTypeTransformer

Transform values of type Object into String.

Author:
Philipp Ossler

Constructor Summary
StringDataTypeTransformer()
           
 
Method Summary
 Object 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 Object transform(Object value)
                 throws IllegalArgumentException
Description copied from interface: DataTypeTransformer
Transform the given value.

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


Copyright © 2015 camunda services GmbH. All rights reserved.