Uses of Class
com.norconex.commons.lang.flow.FlowMapperConfig
Packages that use FlowMapperConfig
Package
Description
Bean related utilities.
-
Uses of FlowMapperConfig in com.norconex.commons.lang.bean
Methods in com.norconex.commons.lang.bean with parameters of type FlowMapperConfigModifier and TypeMethodDescriptionBeanMapper.BeanMapperBuilder.flowMapperConfig(@NonNull FlowMapperConfig flowMapperConfig) Optionally setup support for using flow/conditions in your your source. -
Uses of FlowMapperConfig in com.norconex.commons.lang.flow
Methods in com.norconex.commons.lang.flow that return FlowMapperConfigModifier and TypeMethodDescriptionJsonFlow.NoBuilder.get()FlowMapperConfig.setConsumerNameProvider(Function<Consumer<?>, String> consumerNameProvider) A function that takes a consumer about to be serialize and returns a custom name for it. -
Uses of FlowMapperConfig in com.norconex.commons.lang.flow.module
Constructors in com.norconex.commons.lang.flow.module with parameters of type FlowMapperConfigModifierConstructorDescriptionFlowDeserializer(FlowMapperConfig config, com.fasterxml.jackson.databind.JsonDeserializer<?> defaultDeserializer) FlowDeserializerModifier(FlowMapperConfig flowMapperConfig) FlowModule(FlowMapperConfig config) FlowSerializer(FlowMapperConfig config, com.fasterxml.jackson.databind.JsonSerializer<?> defaultSerializer) FlowSerializerModifier(FlowMapperConfig flowMapperConfig)