Class TypeTransformer
java.lang.Object
org.jbpm.process.instance.impl.util.TypeTransformer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeTransformer
public TypeTransformer() -
TypeTransformer
-
-
Method Details
-
transform
public Object transform(Object toMarshal, Class<?> targetClass) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
transform
public Object transform(Object toMarshal, String className) throws ClassNotFoundException, IOException - Throws:
ClassNotFoundExceptionIOException
-