Uses of Class
org.apache.camel.maven.ApiMethodAlias
-
-
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. aliases
Method 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 void
ApiProxy. setAliases(List<ApiMethodAlias> aliases)
-