org.camunda.bpm.engine.impl.transformer
Class StringToBoolean
java.lang.Object
org.camunda.bpm.engine.impl.transformer.AbstractTransformer
org.camunda.bpm.engine.impl.transformer.StringToBoolean
- All Implemented Interfaces:
- Transformer
public class StringToBoolean
- extends AbstractTransformer
Transforms a String
to a Boolean
- Author:
- Esteban Robles Luna
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringToBoolean
public StringToBoolean()
primTransform
protected Object primTransform(Object anObject)
throws Exception
- Description copied from class:
AbstractTransformer
- Transforms anObject into a different object
- Specified by:
primTransform
in class AbstractTransformer
- Parameters:
anObject
- the object to be transformed
- Returns:
- the transformed object
- Throws:
Exception
Copyright © 2014 camunda services GmbH. All Rights Reserved.