| Package | Description |
|---|---|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyBindingSupport.Builder |
PropertyBindingSupport.build() |
PropertyBindingSupport.Builder |
PropertyBindingSupport.Builder.withDeepNesting(boolean deepNesting)
Whether deep nesting is in use, where Camel will attempt to walk as deep as possible by creating new objects in the OGNL graph if
a property has a setter and the object can be created from a default no-arg constructor.
|
PropertyBindingSupport.Builder |
PropertyBindingSupport.Builder.withFluentBuilder(boolean fluentBuilder)
Whether fluent builder is allowed as a valid getter/setter
|
PropertyBindingSupport.Builder |
PropertyBindingSupport.Builder.withNesting(boolean nesting)
Whether nesting is in use
|
PropertyBindingSupport.Builder |
PropertyBindingSupport.Builder.withPlaceholder(boolean placeholder)
Whether to use Camels property placeholder to resolve placeholders on keys and values
|
PropertyBindingSupport.Builder |
PropertyBindingSupport.Builder.withReference(boolean reference)
Whether reference parameter (syntax starts with #) is in use
|
Apache Camel