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 JsonMapper -
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) AddPermissionsCommandImpl(long ownerKey, HttpClient httpClient, JsonMapper jsonMapper) 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, CreateProcessInstanceRequest 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.since 8.3.0, useinvalid reference
EvaluateDecisionCommandImpl#EvaluateDecisionCommandImpl(GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate retryPredicate)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, ActivatedJob job) ActivatedJobImpl(JsonMapper jsonMapper, GatewayOuterClass.ActivatedJob job) ActivateJobsResponseImpl(JsonMapper jsonMapper) CorrelateMessageResponseImpl(JsonMapper jsonMapper) CreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, CreateProcessInstanceResponse response) CreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.CreateProcessInstanceWithResultResponse response) CreateUserResponseImpl(JsonMapper jsonMapper) EvaluatedDecisionImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecision evaluatedDecision) EvaluatedDecisionImpl(EvaluatedDecisionItem evaluatedDecisionItem, JsonMapper jsonMapper) EvaluatedDecisionInputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionInput evaluatedInput) EvaluatedDecisionInputImpl(EvaluatedDecisionInputItem item, JsonMapper jsonMapper) EvaluatedDecisionOutputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionOutput evaluatedOutput) EvaluateDecisionResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluateDecisionResponse response) EvaluateDecisionResponseImpl(EvaluateDecisionResponse response, JsonMapper jsonMapper) MatchedDecisionRuleImpl(JsonMapper jsonMapper, GatewayOuterClass.MatchedDecisionRule matchedRule) MatchedDecisionRuleImpl(MatchedDecisionRuleItem ruleItem, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.search.query
Constructors in io.camunda.zeebe.client.impl.search.query with parameters of type JsonMapperModifierConstructorDescriptionDecisionDefinitionQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionRequirementsQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) FlowNodeInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) IncidentQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) -
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)
invalid reference