Uses of Class
org.apache.camel.support.component.ApiMethodHelper
Packages that use ApiMethodHelper
Package
Description
Base classes and utilities for API based components
-
Uses of ApiMethodHelper in org.apache.camel.support.component
Fields in org.apache.camel.support.component declared as ApiMethodHelperModifier and TypeFieldDescriptionprotected final ApiMethodHelper<? extends ApiMethod> AbstractApiEndpoint.methodHelperprotected final ApiMethodHelper<?> AbstractApiProducer.methodHelperMethods in org.apache.camel.support.component that return ApiMethodHelperModifier and TypeMethodDescriptionfinal ApiMethodHelper<? extends ApiMethod> Returns aApiMethodHelperfor a particular API.final ApiMethodHelper<? extends ApiMethod> AbstractApiEndpoint.getMethodHelper()Returns method helper.Methods in org.apache.camel.support.component that return types with arguments of type ApiMethodHelperModifier and TypeMethodDescriptionfinal Map<E, ApiMethodHelper<? extends ApiMethod>> ApiCollection.getApiHelpers()Method parameters in org.apache.camel.support.component with type arguments of type ApiMethodHelperModifier and TypeMethodDescriptionprotected final voidApiCollection.setApiHelpers(Map<E, ApiMethodHelper<? extends ApiMethod>> apiHelpers) Constructors in org.apache.camel.support.component with parameters of type ApiMethodHelperModifierConstructorDescriptionAbstractApiEndpoint(String endpointUri, org.apache.camel.Component component, E apiName, String methodName, ApiMethodHelper<? extends ApiMethod> methodHelper, T endpointConfiguration)