Uses of Class
org.apache.camel.maven.ApiMethodAlias
-
Packages that use ApiMethodAlias Package Description org.apache.camel.maven -
-
Uses of ApiMethodAlias in org.apache.camel.maven
Fields in org.apache.camel.maven with type parameters of type ApiMethodAlias Modifier and Type Field Description protected List<ApiMethodAlias>AbstractApiMethodGeneratorMojo. aliasesMethod alias patterns for all APIs.Methods in org.apache.camel.maven that return types with arguments of type ApiMethodAlias Modifier and Type Method Description List<ApiMethodAlias>ApiProxy. getAliases()Method parameters in org.apache.camel.maven with type arguments of type ApiMethodAlias Modifier and Type Method Description voidApiProxy. setAliases(List<ApiMethodAlias> aliases)
-