Uses of Class
org.apache.camel.support.component.ArgumentSubstitutionParser.Substitution
-
Packages that use ArgumentSubstitutionParser.Substitution Package Description org.apache.camel.support.component Base classes and utilities for API based components -
-
Uses of ArgumentSubstitutionParser.Substitution in org.apache.camel.support.component
Constructors in org.apache.camel.support.component with parameters of type ArgumentSubstitutionParser.Substitution Constructor Description ArgumentSubstitutionParser(Class<T> proxyType, ArgumentSubstitutionParser.Substitution[] substitutions)
Create a parser using regular expressions to adapt parameter names.
-