Class FallbackSerializerFactoryImpl.TypedValueSerializerWrapper<T extends org.camunda.bpm.engine.variable.value.TypedValue>

java.lang.Object
org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer<T>
dev.dsf.bpe.camunda.FallbackSerializerFactoryImpl.TypedValueSerializerWrapper<T>
All Implemented Interfaces:
org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer<T>
Enclosing class:
FallbackSerializerFactoryImpl

public static final class FallbackSerializerFactoryImpl.TypedValueSerializerWrapper<T extends org.camunda.bpm.engine.variable.value.TypedValue> extends org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer<T>
  • Field Summary

    Fields inherited from class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer

    BINARY_VALUE_TYPES, valueType
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canHandle(org.camunda.bpm.engine.variable.value.TypedValue value)
     
    protected boolean
    canWriteValue(org.camunda.bpm.engine.variable.value.TypedValue value)
     
    convertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue)
     
     
    readValue(org.camunda.bpm.engine.impl.variable.serializer.ValueFields valueFields, boolean deserializeValue, boolean isTransient)
     
    void
    writeValue(T value, org.camunda.bpm.engine.impl.variable.serializer.ValueFields valueFields)
     

    Methods inherited from class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer

    getSerializationDataformat, getType, isMutableValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getName

      public String getName()
    • writeValue

      public void writeValue(T value, org.camunda.bpm.engine.impl.variable.serializer.ValueFields valueFields)
    • readValue

      public T readValue(org.camunda.bpm.engine.impl.variable.serializer.ValueFields valueFields, boolean deserializeValue, boolean isTransient)
    • convertToTypedValue

      public T convertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue)
    • canHandle

      public boolean canHandle(org.camunda.bpm.engine.variable.value.TypedValue value)
      Specified by:
      canHandle in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer<T extends org.camunda.bpm.engine.variable.value.TypedValue>
      Overrides:
      canHandle in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer<T extends org.camunda.bpm.engine.variable.value.TypedValue>
    • canWriteValue

      protected boolean canWriteValue(org.camunda.bpm.engine.variable.value.TypedValue value)
      Specified by:
      canWriteValue in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer<T extends org.camunda.bpm.engine.variable.value.TypedValue>