Package org.apache.camel.spi
Interface PropertyConfigurerAware
-
public interface PropertyConfigurerAwareAn interface to represent an object which is capable of configuring viaPropertyConfigurer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyConfigurergetPropertyConfigurer(Object instance)Gets the configurer.
-
-
-
Method Detail
-
getPropertyConfigurer
PropertyConfigurer getPropertyConfigurer(Object instance)
Gets the configurer.- Parameters:
instance- the bean instance
-
-