Uses of Interface
io.nflow.engine.config.EngineConfiguration.EngineObjectMapperSupplier
Packages that use EngineConfiguration.EngineObjectMapperSupplier
Package
Description
-
Uses of EngineConfiguration.EngineObjectMapperSupplier in io.nflow.engine.config
Methods in io.nflow.engine.config that return EngineConfiguration.EngineObjectMapperSupplierModifier and TypeMethodDescriptionEngineConfiguration.nflowObjectMapper()Creates an object mapper for serializing and deserializing workflow instance state variables to and from database. -
Uses of EngineConfiguration.EngineObjectMapperSupplier in io.nflow.engine.guice
Methods in io.nflow.engine.guice that return EngineConfiguration.EngineObjectMapperSupplier -
Uses of EngineConfiguration.EngineObjectMapperSupplier in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type EngineConfiguration.EngineObjectMapperSupplierModifierConstructorDescriptionWorkflowDefinitionDao(SQLVariants sqlVariants, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, EngineConfiguration.EngineObjectMapperSupplier nflowObjectMapper, ExecutorDao executorDao) -
Uses of EngineConfiguration.EngineObjectMapperSupplier in io.nflow.engine.internal.workflow
Constructors in io.nflow.engine.internal.workflow with parameters of type EngineConfiguration.EngineObjectMapperSupplierModifierConstructorDescriptionObjectStringMapper(EngineConfiguration.EngineObjectMapperSupplier nflowObjectMapper)