Uses of Interface
io.camunda.zeebe.client.api.JsonMapper
Packages that use JsonMapper
Package
Description
-
Uses of JsonMapper in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return JsonMapperMethods in io.camunda.zeebe.client with parameters of type JsonMapperModifier and TypeMethodDescriptionZeebeClientBuilder.withJsonMapper(JsonMapper jsonMapper) Deprecated. -
Uses of JsonMapper in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement JsonMapperMethods in io.camunda.zeebe.client.impl that return JsonMapperMethods in io.camunda.zeebe.client.impl with parameters of type JsonMapperModifier and TypeMethodDescriptionZeebeClientBuilderImpl.withJsonMapper(JsonMapper jsonMapper) ZeebeClientCloudBuilderImpl.withJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.command
Fields in io.camunda.zeebe.client.impl.command declared as JsonMapperConstructors in io.camunda.zeebe.client.impl.command with parameters of type JsonMapperModifierConstructorDescriptionActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper) ClockPinCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CommandWithVariables(JsonMapper jsonMapper) CompleteJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CompleteUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) CorrelateMessageCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate) Deprecated.CreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder grpcRequestObject, Predicate<CredentialsProvider.StatusCode> retryPredicate, Duration requestTimeout, HttpClient httpClient, boolean preferRestOverGrpc, ProcessInstanceCreationInstruction httpRequestObject) CreateUserCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) Deprecated.since 8.3.0, useinvalid reference
DeployResourceCommandImpl#DeployResourceCommandImpl(GatewayStub asyncStub, ZeebeClientConfiguration config, Predicate retryPredicate)EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) Deprecated.FailJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) JobUpdateCommandImpl(long jobKey, HttpClient httpClient, JsonMapper jsonMapper) JobUpdateRetriesCommandImpl(GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) JobUpdateTimeoutCommandImpl(GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) MigrateProcessInstanceCommandImpl(long processInstanceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) SetVariablesCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long elementInstanceKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) StreamJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, ZeebeClientConfiguration config) ThrowErrorCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) UpdateUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type JsonMapperModifierConstructorDescriptionActivatedJobImpl(JsonMapper jsonMapper, ActivatedJobResult job) ActivatedJobImpl(JsonMapper jsonMapper, GatewayOuterClass.ActivatedJob job) ActivateJobsResponseImpl(JsonMapper jsonMapper) CorrelateMessageResponseImpl(JsonMapper jsonMapper) CreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, CreateProcessInstanceResult response) CreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.CreateProcessInstanceWithResultResponse response) CreateUserResponseImpl(JsonMapper jsonMapper) EvaluatedDecisionImpl(EvaluatedDecisionResult evaluatedDecisionItem, JsonMapper jsonMapper) EvaluatedDecisionImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecision evaluatedDecision) EvaluatedDecisionInputImpl(EvaluatedDecisionInputItem item, JsonMapper jsonMapper) EvaluatedDecisionInputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionInput evaluatedInput) EvaluatedDecisionOutputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionOutput evaluatedOutput) EvaluateDecisionResponseImpl(EvaluateDecisionResult response, JsonMapper jsonMapper) EvaluateDecisionResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluateDecisionResponse response) MatchedDecisionRuleImpl(MatchedDecisionRuleItem ruleItem, JsonMapper jsonMapper) MatchedDecisionRuleImpl(JsonMapper jsonMapper, GatewayOuterClass.MatchedDecisionRule matchedRule) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type JsonMapperModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)
CreateProcessInstanceCommandImpl(GatewayStub, JsonMapper, ZeebeClientConfiguration, Predicate, HttpClient, boolean)