Uses of Interface
org.apache.camel.spi.Tokenizer.Configuration
Packages that use Tokenizer.Configuration
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Tokenizer.Configuration in org.apache.camel.spi
Methods in org.apache.camel.spi that return Tokenizer.ConfigurationModifier and TypeMethodDescriptionTokenizer.newConfiguration()
Creates a new configuration for this tokenizer, with default values.Methods in org.apache.camel.spi with parameters of type Tokenizer.ConfigurationModifier and TypeMethodDescriptionvoid
Tokenizer.configure
(Tokenizer.Configuration configuration) Configures this tokenizer using the provided configuration options.