Class SpringPropertiesParser

java.lang.Object
org.apache.camel.component.properties.DefaultPropertiesParser
org.apache.camel.spring.boot.SpringPropertiesParser
All Implemented Interfaces:
org.apache.camel.component.properties.PropertiesParser

public class SpringPropertiesParser extends org.apache.camel.component.properties.DefaultPropertiesParser
Extension to DefaultPropertiesParser that will lookup in Spring via PropertyResolver.getProperty(String).
  • Field Summary

    Fields inherited from class org.apache.camel.component.properties.DefaultPropertiesParser

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpringPropertiesParser(org.springframework.core.env.Environment env)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.camel.component.properties.DefaultPropertiesParser

    getPropertiesComponent, parseProperty, parseUri, setPropertiesComponent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpringPropertiesParser

      public SpringPropertiesParser(org.springframework.core.env.Environment env)
  • Method Details