Uses of Class
org.flowable.eventregistry.json.converter.ChannelJsonConverter
Packages that use ChannelJsonConverter
-
Uses of ChannelJsonConverter in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as ChannelJsonConverterModifier and TypeFieldDescriptionprotected ChannelJsonConverterEventRegistryEngineConfiguration.channelJsonConverterMethods in org.flowable.eventregistry.impl that return ChannelJsonConverterMethods in org.flowable.eventregistry.impl with parameters of type ChannelJsonConverterModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setChannelJsonConverter(ChannelJsonConverter channelJsonConverter) -
Uses of ChannelJsonConverter in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as ChannelJsonConverterModifier and TypeFieldDescriptionprotected ChannelJsonConverterInboundChannelDefinitionBuilderImpl.channelJsonConverterprotected ChannelJsonConverterOutboundChannelDefinitionBuilderImpl.channelJsonConverterConstructors in org.flowable.eventregistry.impl.model with parameters of type ChannelJsonConverterModifierConstructorDescriptionInboundChannelDefinitionBuilderImpl(EventRepositoryService eventRepository, ChannelJsonConverter channelJsonConverter) OutboundChannelDefinitionBuilderImpl(EventRepositoryService eventRepository, ChannelJsonConverter channelJsonConverter)