Uses of Class
org.apache.camel.support.PropertyBindingSupport.Builder
Packages that use PropertyBindingSupport.Builder
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
-
Uses of PropertyBindingSupport.Builder in org.apache.camel.support
Methods in org.apache.camel.support that return PropertyBindingSupport.BuilderModifier and TypeMethodDescriptionPropertyBindingSupport.build()PropertyBindingSupport.Builder.withAllowPrivateSetter(boolean allowPrivateSetter) Whether properties should be filtered by prefix.PropertyBindingSupport.Builder.withCamelContext(org.apache.camel.CamelContext camelContext) CamelContext to be usedPropertyBindingSupport.Builder.withConfigurer(org.apache.camel.spi.PropertyConfigurer configurer) Whether to use the configurer to configure the properties.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.withFlattenProperties(boolean flattenProperties) Whether properties should be flattened (when properties is a map of maps).PropertyBindingSupport.Builder.withFluentBuilder(boolean fluentBuilder) Whether fluent builder is allowed as a valid getter/setterPropertyBindingSupport.Builder.withIgnoreCase(boolean ignoreCase) Whether to ignore case in the property names (keys).PropertyBindingSupport.Builder.withListener(PropertyBindingListener listener) To use the property binding listener.PropertyBindingSupport.Builder.withMandatory(boolean mandatory) Whether all parameters should be mandatory and successfully boundPropertyBindingSupport.Builder.withNesting(boolean nesting) Whether nesting is in usePropertyBindingSupport.Builder.withOptional(boolean optional) Whether parameters can be optional such as configuring endpoints that are lenientPropertyBindingSupport.Builder.withOptionPrefix(String optionPrefix) Whether properties should be filtered by prefix.PropertyBindingSupport.Builder.withPlaceholder(boolean placeholder) Whether to use Camels property placeholder to resolve placeholders on keys and valuesPropertyBindingSupport.Builder.withProperties(Map<String, Object> properties) The properties to use for bindingPropertyBindingSupport.Builder.withProperty(String key, Object value) Adds property to use for bindingPropertyBindingSupport.Builder.withReference(boolean reference) Whether reference parameter (syntax starts with #) is in usePropertyBindingSupport.Builder.withReflection(boolean reflection) Whether to allow using reflection (when there is no configurer available).PropertyBindingSupport.Builder.withRemoveParameters(boolean removeParameters) Whether parameters should be removed when its boundPropertyBindingSupport.Builder.withTarget(Object target) Target object that should have parameters bound