Uses of Interface
org.apache.camel.spi.PropertyConfigurer
Packages that use PropertyConfigurer
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of PropertyConfigurer in org.apache.camel
Methods in org.apache.camel that return PropertyConfigurerModifier and TypeMethodDescriptiondefault PropertyConfigurerComponent.getComponentPropertyConfigurer()Gets the componentPropertyConfigurer.default PropertyConfigurerComponent.getEndpointPropertyConfigurer()Gets the endpointPropertyConfigurer. -
Uses of PropertyConfigurer in org.apache.camel.spi
Subinterfaces of PropertyConfigurer in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceA auto generatedPropertyConfigurerfor fast configuration of Camel components & endpoints.Methods in org.apache.camel.spi that return PropertyConfigurerModifier and TypeMethodDescriptionPropertyConfigurerAware.getPropertyConfigurer(Object instance) Gets the configurer.ConfigurerResolver.resolvePropertyConfigurer(String name, CamelContext context) Resolves the given configurer.