Uses of Interface
io.camunda.client.api.JsonMapper
Packages that use JsonMapper
Package
Description
-
Uses of JsonMapper in io.camunda.client
Methods in io.camunda.client that return JsonMapperMethods in io.camunda.client with parameters of type JsonMapper -
Uses of JsonMapper in io.camunda.client.impl
Classes in io.camunda.client.impl that implement JsonMapperMethods in io.camunda.client.impl that return JsonMapperMethods in io.camunda.client.impl with parameters of type JsonMapperModifier and TypeMethodDescriptionCamundaClientBuilderImpl.withJsonMapper(JsonMapper jsonMapper) CamundaClientCloudBuilderImpl.withJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.command
Fields in io.camunda.client.impl.command declared as JsonMapperConstructors in io.camunda.client.impl.command with parameters of type JsonMapperModifierConstructorDescriptionActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration 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) CreateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateDocumentBatchCommandImpl(JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateDocumentCommandImpl(JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateDocumentLinkCommandImpl(String documentId, String storeId, String contentHash, JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateGroupCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateMappingCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration 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) CreateRoleCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateUserCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration 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, CamundaClientConfiguration config, Predicate retryPredicate)EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration 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, CamundaClientConfiguration config, JsonMapper jsonMapper) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration 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, CamundaClientConfiguration config) ThrowErrorCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) UpdateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long authorizationKey) UpdateGroupCommandImpl(long groupKey, HttpClient httpClient, JsonMapper jsonMapper) UpdateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UpdateUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) -
Uses of JsonMapper in io.camunda.client.impl.fetch
Constructors in io.camunda.client.impl.fetch with parameters of type JsonMapperModifierConstructorDescriptionDecisionInstanceGetRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String decisionInstanceId) -
Uses of JsonMapper in io.camunda.client.impl.response
Constructors in io.camunda.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(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecision evaluatedDecision) EvaluatedDecisionImpl(EvaluatedDecisionResult 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(EvaluateDecisionResult response, JsonMapper jsonMapper) MatchedDecisionRuleImpl(JsonMapper jsonMapper, GatewayOuterClass.MatchedDecisionRule matchedRule) MatchedDecisionRuleImpl(MatchedDecisionRuleItem ruleItem, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search with parameters of type JsonMapperModifier and TypeMethodDescriptionstatic SearchQueryResponse<DecisionInstance> SearchResponseMapper.toDecisionInstanceSearchResponse(DecisionInstanceSearchQueryResult response, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.search.query
Constructors in io.camunda.client.impl.search.query with parameters of type JsonMapperModifierConstructorDescriptionDecisionDefinitionQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionRequirementsQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) FlowNodeInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) IncidentQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessDefinitionQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskVariableQueryImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) VariableQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type JsonMapperModifierConstructorDescriptionDecisionInstanceImpl(JsonMapper jsonMapper, long decisionInstanceKey, String decisionInstanceId, DecisionInstanceState state, String evaluationDate, String evaluationFailure, Long processDefinitionKey, Long processInstanceKey, long decisionKey, String decisionDefinitionId, String decisionDefinitionName, int decisionDefinitionVersion, DecisionDefinitionType decisionDefinitionType, String tenantId, List<EvaluatedDecisionInput> evaluatedInputs, List<MatchedDecisionRule> matchedRules) DecisionInstanceImpl(DecisionInstanceGetQueryResult item, JsonMapper jsonMapper) DecisionInstanceImpl(DecisionInstanceResult item, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.worker
Constructors in io.camunda.client.impl.worker with parameters of type JsonMapperModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)
CreateProcessInstanceCommandImpl(GatewayStub, JsonMapper, CamundaClientConfiguration, Predicate, HttpClient, boolean)