Package com.norconex.commons.lang.flow
Class FlowMapperConfig
java.lang.Object
com.norconex.commons.lang.flow.FlowMapperConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA function that takes a consumer about to be serialize and returns a custom name for it.inthashCode()setConsumerNameProvider(Function<Consumer<?>, String> consumerNameProvider) A function that takes a consumer about to be serialize and returns a custom name for it.toString()
-
Constructor Details
-
FlowMapperConfig
public FlowMapperConfig()
-
-
Method Details
-
getPredicateType
-
getConsumerType
-
getConsumerNameProvider
A function that takes a consumer about to be serialize and returns a custom name for it. When not specified or returningnull, the default is "consumer". -
setConsumerNameProvider
A function that takes a consumer about to be serialize and returns a custom name for it. When not specified or returningnull, the default is "consumer".- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-