Uses of Interface
org.apache.camel.dsl.support.CompilePostProcessor
-
-
Uses of CompilePostProcessor in org.apache.camel.dsl.support
Methods in org.apache.camel.dsl.support that return types with arguments of type CompilePostProcessor Modifier and Type Method Description List<CompilePostProcessor>RouteBuilderLoaderSupport. getCompilePostProcessors()Gets the registeredCompilePostProcessor.Methods in org.apache.camel.dsl.support with parameters of type CompilePostProcessor Modifier and Type Method Description voidRouteBuilderLoaderSupport. addCompilePostProcessor(CompilePostProcessor preProcessor)Add a customCompilePostProcessorto handle specific post-processing after compiling the source into a Java object.
-