Package com.norconex.commons.lang.flow
Annotation Interface JsonFlow
When adding the
FlowModule to Jackson, use this annotation
on Consumer properties to support flow (de)serialization.
BeanMapper automatically registers the FlowModule.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNo-op config mapper builder symbolizing no builder. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends Supplier<FlowMapperConfig>> Builder of a flow mapper configuration.
-
Element Details
-
builder
Class<? extends Supplier<FlowMapperConfig>> builderBuilder of a flow mapper configuration. Defaults to no builder, using the flow mapper configuration defined in the BeanMapepr (if any).- Returns:
- flow mapper configuration builder concrete type
- Default:
com.norconex.commons.lang.flow.JsonFlow.NoBuilder.class
-