Class ZeebeVariableJsonReader<T>

java.lang.Object
ru.tinkoff.kora.camunda.zeebe.worker.ZeebeVariableJsonReader<T>
All Implemented Interfaces:
ru.tinkoff.kora.json.common.JsonReader<T>

public final class ZeebeVariableJsonReader<T> extends Object implements ru.tinkoff.kora.json.common.JsonReader<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ZeebeVariableJsonReader(String fetchVariableName, boolean isNullable, ru.tinkoff.kora.json.common.JsonReader<T> valueReader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.fasterxml.jackson.core.JsonParser parser)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ru.tinkoff.kora.json.common.JsonReader

    read, read, read, read
  • Constructor Details

    • ZeebeVariableJsonReader

      public ZeebeVariableJsonReader(String fetchVariableName, boolean isNullable, ru.tinkoff.kora.json.common.JsonReader<T> valueReader)
  • Method Details

    • read

      @Nullable public T read(com.fasterxml.jackson.core.JsonParser parser) throws IOException
      Specified by:
      read in interface ru.tinkoff.kora.json.common.JsonReader<T>
      Throws:
      IOException