org.apache.camel.cdi.component.properties
Class CdiPropertiesParser
java.lang.Object
org.apache.camel.component.properties.DefaultPropertiesParser
org.apache.camel.cdi.component.properties.CdiPropertiesParser
- All Implemented Interfaces:
- org.apache.camel.component.properties.AugmentedPropertyNameAwarePropertiesParser, org.apache.camel.component.properties.PropertiesParser
public class CdiPropertiesParser
- extends org.apache.camel.component.properties.DefaultPropertiesParser
Properties parser which uses ConfigResolver from deltaspike to obtain
configuration properties. If property is not recognized by deltaspike execution
will be delegated to parent implementation.
| Fields inherited from class org.apache.camel.component.properties.DefaultPropertiesParser |
log |
| Methods inherited from class org.apache.camel.component.properties.DefaultPropertiesParser |
parseUri, parseUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdiPropertiesParser
public CdiPropertiesParser()
parseProperty
public String parseProperty(String key,
String value,
Properties properties)
- Specified by:
parseProperty in interface org.apache.camel.component.properties.PropertiesParser- Overrides:
parseProperty in class org.apache.camel.component.properties.DefaultPropertiesParser
Apache Camel