Class JacksonJsonLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.client.impl.ExternalTaskClientLogger
-
- org.camunda.bpm.client.variable.impl.format.json.JacksonJsonLogger
-
public class JacksonJsonLogger extends ExternalTaskClientLogger
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
CLIENT_LOGGER, ENGINE_CLIENT_LOGGER, JSON_FORMAT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SERIALIZABLE_FORMAT_LOGGER, TOPIC_SUBSCRIPTION_MANAGER_LOGGER, XML_FORMAT_LOGGER
-
-
Constructor Summary
Constructors Constructor Description JacksonJsonLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFormatExceptionunableToConstructJavaType(java.lang.String fromString, java.lang.Exception cause)DataFormatExceptionunableToDetectCanonicalType(java.lang.Object parameter)DataFormatExceptionunableToReadValue(java.lang.String value, java.lang.Exception e)DataFormatExceptionunableToWriteValue(java.lang.Object input, java.lang.Exception cause)-
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotSerializeVariable, createMessage, externalTaskHandlerNullException, handledEngineClientException, interceptorNullException, lockDurationIsNotGreaterThanZeroException, logDataFormat, logDataFormatConfigurator, logDataFormatProvider, logDataFormats, logError, logInfo, maxTasksNotGreaterThanZeroException, multipleProvidersForDataformat, passNullValueParameter, topicNameAlreadySubscribedException, topicNameNullException, valueMapperExceptionDueToNoObjectTypeName, valueMapperExceptionDueToSerializerNotFoundForTypedValue, valueMapperExceptionDueToSerializerNotFoundForTypedValueField, valueMapperExceptionWhileDeserializingObject, valueMapperExceptionWhileParsingDate, valueMapperExceptionWhileSerializingAbstractValue, valueMapperExceptionWhileSerializingObject
-
-
-
-
Method Detail
-
unableToReadValue
public DataFormatException unableToReadValue(java.lang.String value, java.lang.Exception e)
-
unableToConstructJavaType
public DataFormatException unableToConstructJavaType(java.lang.String fromString, java.lang.Exception cause)
-
unableToDetectCanonicalType
public DataFormatException unableToDetectCanonicalType(java.lang.Object parameter)
-
unableToWriteValue
public DataFormatException unableToWriteValue(java.lang.Object input, java.lang.Exception cause)
-
-