Uses of Interface
org.flowable.common.engine.impl.json.VariableJsonMapper
Packages that use VariableJsonMapper
Package
Description
-
Uses of VariableJsonMapper in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as VariableJsonMapperModifier and TypeFieldDescriptionprotected VariableJsonMapperCmmnEngineConfiguration.variableJsonMapperMethods in org.flowable.cmmn.engine that return VariableJsonMapperMethods in org.flowable.cmmn.engine with parameters of type VariableJsonMapperModifier and TypeMethodDescriptionCmmnEngineConfiguration.setVariableJsonMapper(VariableJsonMapper variableJsonMapper) -
Uses of VariableJsonMapper in org.flowable.common.engine.impl
Methods in org.flowable.common.engine.impl that return VariableJsonMapperMethods in org.flowable.common.engine.impl with parameters of type VariableJsonMapperModifier and TypeMethodDescriptionprotected ObjectDefaultVariableValueConversionHandler.convertToArray(Object value, VariableJsonMapper variableJsonMapper) protected ObjectDefaultVariableValueConversionHandler.convertToJson(Object value, VariableJsonMapper variableJsonMapper) DefaultVariableValueConversionHandler.convertValue(Object value, String type, VariableJsonMapper variableJsonMapper) VariableValueConversionHandler.convertValue(Object value, String type, VariableJsonMapper variableJsonMapper) Convert a value to the specified type.HasVariableTypes.setVariableJsonMapper(VariableJsonMapper variableJsonMapper) -
Uses of VariableJsonMapper in org.flowable.common.engine.impl.json.jackson2
Classes in org.flowable.common.engine.impl.json.jackson2 that implement VariableJsonMapper -
Uses of VariableJsonMapper in org.flowable.common.engine.impl.json.jackson3
Classes in org.flowable.common.engine.impl.json.jackson3 that implement VariableJsonMapper -
Uses of VariableJsonMapper in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as VariableJsonMapperModifier and TypeFieldDescriptionprotected VariableJsonMapperProcessEngineConfigurationImpl.variableJsonMapperMethods in org.flowable.engine.impl.cfg that return VariableJsonMapperMethods in org.flowable.engine.impl.cfg with parameters of type VariableJsonMapperModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setVariableJsonMapper(VariableJsonMapper variableJsonMapper) -
Uses of VariableJsonMapper in org.flowable.variable.service
Fields in org.flowable.variable.service declared as VariableJsonMapperModifier and TypeFieldDescriptionprotected VariableJsonMapperVariableServiceConfiguration.variableJsonMapperMethods in org.flowable.variable.service that return VariableJsonMapperMethods in org.flowable.variable.service with parameters of type VariableJsonMapperModifier and TypeMethodDescriptionvoidVariableServiceConfiguration.setVariableJsonMapper(VariableJsonMapper variableJsonMapper) -
Uses of VariableJsonMapper in org.flowable.variable.service.impl.types
Fields in org.flowable.variable.service.impl.types declared as VariableJsonMapperMethods in org.flowable.variable.service.impl.types with parameters of type VariableJsonMapperModifier and TypeMethodDescriptionstatic JsonTypeJsonType.longJsonType(int maxLength, VariableJsonMapper jsonMapper, boolean trackObjects) static JsonTypeJsonType.longJsonType(int maxLength, VariableLengthVerifier lengthVerifier, VariableJsonMapper jsonMapper, boolean trackObjects) Constructors in org.flowable.variable.service.impl.types with parameters of type VariableJsonMapperModifierConstructorDescriptionJsonType(int maxLength, VariableJsonMapper jsonMapper, boolean trackObjects) JsonType(int maxLength, VariableLengthVerifier lengthVerifier, VariableJsonMapper jsonMapper, boolean trackObjects) protectedJsonType(int maxLength, VariableLengthVerifier lengthVerifier, VariableJsonMapper jsonMapper, boolean trackObjects, String typeName)