Uses of Class
org.apache.camel.support.component.ApiMethodArg
Packages that use ApiMethodArg
Package
Description
Base classes and utilities for API based components
-
Uses of ApiMethodArg in org.apache.camel.support.component
Methods in org.apache.camel.support.component that return ApiMethodArgMethods in org.apache.camel.support.component that return types with arguments of type ApiMethodArgConstructors in org.apache.camel.support.component with parameters of type ApiMethodArgModifierConstructorDescriptionApiMethodImpl(Class<?> proxyType, Class<?> resultType, String name, ApiMethodArg... args) Constructor parameters in org.apache.camel.support.component with type arguments of type ApiMethodArgModifierConstructorDescriptionprotectedApiMethodModel(String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method, String description, String signature) protectedApiMethodModel(String uniqueName, String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method, String description, String signature)