Uses of Interface
org.apache.camel.spi.PropertyConfigurer
Packages that use PropertyConfigurer
-
Uses of PropertyConfigurer in org.apache.camel
Methods in org.apache.camel that return PropertyConfigurerModifier and TypeMethodDescriptiondefault @Nullable PropertyConfigurerComponent.getComponentPropertyConfigurer()Gets the componentPropertyConfigurer.default @Nullable PropertyConfigurerComponent.getEndpointPropertyConfigurer()Gets the endpointPropertyConfigurer. -
Uses of PropertyConfigurer in org.apache.camel.spi
Subinterfaces of PropertyConfigurer in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceMarker for aPropertyConfigurerthat Camel generates at build time for fast configuration of components and endpoints.Methods in org.apache.camel.spi that return PropertyConfigurerModifier and TypeMethodDescription@Nullable PropertyConfigurerPropertyConfigurerAware.getPropertyConfigurer(Object instance) Gets thePropertyConfigurerfor the given bean instance.@Nullable PropertyConfigurerConfigurerResolver.resolvePropertyConfigurer(String name, CamelContext context) Resolves the given configurer.