Uses of Interface
io.camunda.zeebe.client.api.JsonMapper
-
Packages that use JsonMapper Package Description io.camunda.zeebe.client io.camunda.zeebe.client.impl io.camunda.zeebe.client.impl.command io.camunda.zeebe.client.impl.response io.camunda.zeebe.client.impl.worker -
-
Uses of JsonMapper in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return JsonMapper Modifier and Type Method Description JsonMapperZeebeClientConfiguration. getJsonMapper()Methods in io.camunda.zeebe.client with parameters of type JsonMapper Modifier and Type Method Description ZeebeClientBuilderZeebeClientBuilder. withJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement JsonMapper Modifier and Type Class Description classZeebeObjectMapperMethods in io.camunda.zeebe.client.impl that return JsonMapper Modifier and Type Method Description JsonMapperZeebeClientBuilderImpl. getJsonMapper()Methods in io.camunda.zeebe.client.impl with parameters of type JsonMapper Modifier and Type Method Description ZeebeClientBuilderZeebeClientBuilderImpl. withJsonMapper(JsonMapper jsonMapper)ZeebeClientCloudBuilderStep1.ZeebeClientCloudBuilderStep2.ZeebeClientCloudBuilderStep3.ZeebeClientCloudBuilderStep4ZeebeClientCloudBuilderImpl. withJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.command
Fields in io.camunda.zeebe.client.impl.command declared as JsonMapper Modifier and Type Field Description protected JsonMapperCommandWithVariables. objectMapper -
Uses of JsonMapper in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type JsonMapper Constructor Description ActivatedJobImpl(JsonMapper jsonMapper, GatewayOuterClass.ActivatedJob job)ActivateJobsResponseImpl(JsonMapper jsonMapper)CreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.CreateProcessInstanceWithResultResponse response) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type JsonMapper Constructor Description JobClientImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate)JobPoller(GatewayGrpc.GatewayStub gatewayStub, GatewayOuterClass.ActivateJobsRequest.Builder requestBuilder, JsonMapper jsonMapper, Duration requestTimeout, Predicate<Throwable> retryPredicate)JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, GatewayGrpc.GatewayStub gatewayStub, JobClient jobClient, JsonMapper jsonMapper, ScheduledExecutorService executorService, List<Closeable> closeables, Predicate<Throwable> retryPredicate)
-