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
ConstructorsConstructorDescriptionZeebeVariableJsonReader(String fetchVariableName, boolean isNullable, ru.tinkoff.kora.json.common.JsonReader<T> valueReader) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.tinkoff.kora.json.common.JsonReader
read, read, read, read, readUnchecked, readUnchecked, readUnchecked, readUnchecked
-
Constructor Details
-
ZeebeVariableJsonReader
-
-
Method Details
-
read
- Specified by:
readin interfaceru.tinkoff.kora.json.common.JsonReader<T>- Throws:
IOException
-