org.camunda.bpm.engine.impl.spin
Class SpinVariableTypeResolver

java.lang.Object
  extended by org.camunda.bpm.engine.impl.spin.SpinVariableTypeResolver
All Implemented Interfaces:
SerializationVariableTypeResolver

public class SpinVariableTypeResolver
extends Object
implements SerializationVariableTypeResolver

Creates VariableTypes that use Spin dataformats for serialization and deserialization.

Author:
Thorben Lindhauer

Constructor Summary
SpinVariableTypeResolver()
           
 
Method Summary
 VariableType getTypeForSerializationFormat(String serializationFormat)
          Returns a variable type that serializes objects in the specified format or null if it cannot handle the format.
 Set<org.camunda.spin.spi.DataFormat<?>> lookupDataFormats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpinVariableTypeResolver

public SpinVariableTypeResolver()
Method Detail

getTypeForSerializationFormat

public VariableType getTypeForSerializationFormat(String serializationFormat)
Description copied from interface: SerializationVariableTypeResolver
Returns a variable type that serializes objects in the specified format or null if it cannot handle the format.

Specified by:
getTypeForSerializationFormat in interface SerializationVariableTypeResolver

lookupDataFormats

public Set<org.camunda.spin.spi.DataFormat<?>> lookupDataFormats()


Copyright © 2014 camunda services GmbH. All Rights Reserved.