Uses of Class
org.apache.camel.util.component.ArgumentSubstitutionParser.Substitution

Packages that use ArgumentSubstitutionParser.Substitution
org.apache.camel.util.component   
 

Uses of ArgumentSubstitutionParser.Substitution in org.apache.camel.util.component
 

Constructors in org.apache.camel.util.component with parameters of type ArgumentSubstitutionParser.Substitution
ArgumentSubstitutionParser(Class<T> proxyType, ArgumentSubstitutionParser.Substitution[] substitutions)
          Create a parser using regular expressions to adapt parameter names.
 



Apache Camel