|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.util.component.ApiMethodParser<T>
org.apache.camel.util.component.ArgumentSubstitutionParser<T>
public class ArgumentSubstitutionParser<T>
Adds support for parameter name substitutions.
| Nested Class Summary | |
|---|---|
static class |
ArgumentSubstitutionParser.Substitution
|
| Nested classes/interfaces inherited from class org.apache.camel.util.component.ApiMethodParser |
|---|
ApiMethodParser.ApiMethodModel, ApiMethodParser.Argument |
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.util.component.ApiMethodParser |
|---|
ARGS_PATTERN |
| Constructor Summary | |
|---|---|
ArgumentSubstitutionParser(Class<T> proxyType,
ArgumentSubstitutionParser.Substitution[] substitutions)
Create a parser using regular expressions to adapt parameter names. |
|
| Method Summary | |
|---|---|
List<ApiMethodParser.ApiMethodModel> |
processResults(List<ApiMethodParser.ApiMethodModel> parseResult)
|
| Methods inherited from class org.apache.camel.util.component.ApiMethodParser |
|---|
forName, forName, getClassLoader, getProxyType, getSignatures, parse, setClassLoader, setSignatures |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArgumentSubstitutionParser(Class<T> proxyType,
ArgumentSubstitutionParser.Substitution[] substitutions)
proxyType - Proxy class.substitutions - an array of ordered Argument adapters.| Method Detail |
|---|
public List<ApiMethodParser.ApiMethodModel> processResults(List<ApiMethodParser.ApiMethodModel> parseResult)
processResults in class ApiMethodParser<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||