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 JsonMapperModifierConstructorDescriptionActivateAdHocSubProcessActivitiesCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String adHocSubProcessInstanceKey) ActivateJobsCommandImpl(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) CommandWithVariables(JsonMapper jsonMapper) CompleteAdHocSubProcessJobResultImpl(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(CamundaClientConfiguration config, HttpClient httpClient, JsonMapper jsonMapper) CreateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateBatchOperationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, BatchOperationTypeEnum type, Function<Consumer<E>, E> filterFactory) CreateBatchOperationCommandStep1Impl(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) CreateMappingRuleCommandImpl(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) 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) PinClockCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) ResolveIncidentCommandImpl(GatewayGrpc.GatewayStub asyncStub, long incidentKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) 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(String groupId, HttpClient httpClient, JsonMapper jsonMapper) UpdateJobCommandImpl(long jobKey, HttpClient httpClient, JsonMapper jsonMapper) UpdateRoleCommandImpl(HttpClient httpClient, String roleId, JsonMapper jsonMapper) UpdateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UpdateUserCommandImpl(HttpClient httpClient, String username, JsonMapper jsonMapper) 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 decisionEvaluationInstanceKey) -
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) 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.request
Constructors in io.camunda.client.impl.search.request with parameters of type JsonMapperModifierConstructorDescriptionAuthorizationsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) BatchOperationItemSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) BatchOperationSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ClientsByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) ClientsByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) ClientsByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) CorrelatedMessageSubscriptionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionDefinitionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionRequirementsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ElementInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) GroupsByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) GroupsByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) GroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) IncidentsByProcessInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long processInstanceKey) IncidentSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) JobSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) MappingRulesByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) MappingRulesByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) MessageSubscriptionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessDefinitionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) RolesByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) RolesByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) RolesSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) TenantsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UsersByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) UsersByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) UsersByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UsersSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskVariableSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) VariableSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response with parameters of type JsonMapperModifier and TypeMethodDescriptionstatic SearchResponse<DecisionInstance> SearchResponseMapper.toDecisionInstanceSearchResponse(DecisionInstanceSearchQueryResult response, JsonMapper jsonMapper) Constructors in io.camunda.client.impl.search.response with parameters of type JsonMapperModifierConstructorDescriptionDecisionInstanceImpl(JsonMapper jsonMapper, long decisionInstanceKey, String decisionInstanceId, DecisionInstanceState state, OffsetDateTime evaluationDate, String evaluationFailure, Long processDefinitionKey, Long processInstanceKey, Long elementInstanceKey, long decisionKey, String decisionDefinitionId, String decisionDefinitionName, int decisionDefinitionVersion, DecisionDefinitionType decisionDefinitionType, String tenantId, List<EvaluatedDecisionInput> evaluatedInputs, List<MatchedDecisionRule> matchedRules, String result) DecisionInstanceImpl(DecisionInstanceGetQueryResult item, JsonMapper jsonMapper) DecisionInstanceImpl(DecisionInstanceResult item, JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.client.impl.statistics.request
Constructors in io.camunda.client.impl.statistics.request with parameters of type JsonMapperModifierConstructorDescriptionProcessDefinitionElementStatisticsRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long processDefinitionKey) -
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)