| Package | Description |
|---|---|
| org.apache.camel.util.component |
Base classes and utilities for API based components
|
| Modifier and Type | Field and Description |
|---|---|
protected ApiMethodPropertiesHelper<T> |
AbstractApiProducer.propertiesHelper |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ApiMethodPropertiesHelper<T> |
AbstractApiEndpoint.getPropertiesHelper()
Returns generated helper that extends
ApiMethodPropertiesHelper to work with API properties. |
| Constructor and Description |
|---|
AbstractApiProducer(AbstractApiEndpoint<E,T> endpoint,
ApiMethodPropertiesHelper<T> propertiesHelper) |
Apache Camel