Interface ParserConfigurationBuilder.ParserProcessorBuilder
- Enclosing interface:
- ParserConfigurationBuilder
public static interface ParserConfigurationBuilder.ParserProcessorBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithProcessor
(ParserProcessor parserProcessor) Configures the processor to be used for the custom parser.
-
Method Details
-
withProcessor
Configures the processor to be used for the custom parser.- Parameters:
parserProcessor
- processor to be used for the custom parser- Returns:
- Parser builder
-