Interface GeneratedPropertyConfigurer

All Superinterfaces:
PropertyConfigurer

public interface GeneratedPropertyConfigurer extends PropertyConfigurer
Marker for a PropertyConfigurer that Camel generates at build time for fast configuration of components and endpoints.

Implementations are produced by the Camel tooling from a type's options, providing reflection-free property binding during bootstrap. Application code does not implement this directly; it is generated alongside the component or endpoint it configures.

See Property Binding in the Camel user manual.

Since:
3.0
See Also: