Uses of Interface
org.apache.camel.spi.PropertyConfigurer
-
Packages that use PropertyConfigurer Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 PropertyConfigurer Modifier and Type Method Description default 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.spi Modifier and Type Interface Description interfaceGeneratedPropertyConfigurerA auto generatedPropertyConfigurerfor fast configuration of Camel components & endpoints.Methods in org.apache.camel.spi that return PropertyConfigurer Modifier and Type Method Description PropertyConfigurerPropertyConfigurerAware. getPropertyConfigurer(Object instance)Gets the configurer.PropertyConfigurerConfigurerResolver. resolvePropertyConfigurer(String name, CamelContext context)Resolves the given configurer.
-