Uses of Class
org.apache.camel.support.component.ApiMethodPropertiesHelper
Packages that use ApiMethodPropertiesHelper
Package
Description
Base classes and utilities for API based components
-
Uses of ApiMethodPropertiesHelper in org.apache.camel.support.component
Fields in org.apache.camel.support.component declared as ApiMethodPropertiesHelperModifier and TypeFieldDescriptionprotected final ApiMethodPropertiesHelper<T> AbstractApiProducer.propertiesHelperMethods in org.apache.camel.support.component that return ApiMethodPropertiesHelperModifier and TypeMethodDescriptionprotected abstract ApiMethodPropertiesHelper<T> AbstractApiEndpoint.getPropertiesHelper()Returns generated helper that extendsApiMethodPropertiesHelperto work with API properties.Constructors in org.apache.camel.support.component with parameters of type ApiMethodPropertiesHelperModifierConstructorDescriptionAbstractApiProducer(AbstractApiEndpoint<E, T> endpoint, ApiMethodPropertiesHelper<T> propertiesHelper)