See: Description
| Interface | Description |
|---|---|
| AugmentedPropertyNameAwarePropertiesParser |
Interface for property parses that can attempt parsing property names using a fixed property name prefix and suffix.
|
| PropertiesFunction |
A function that is applied instead of looking up a property placeholder.
|
| PropertiesParser |
A parser to parse properties for a given input
|
| PropertiesResolver |
A resolver to load properties from a given source such as a file from a classpath.
|
| Class | Description |
|---|---|
| DefaultPropertiesParser |
A parser to parse a string which contains property placeholders.
|
| DefaultPropertiesResolver |
Default
PropertiesResolver which can resolve properties
from file and classpath. |
| EnvPropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables. |
| PropertiesComponent |
The Properties Component allows you to use property placeholders when defining Endpoint URIs
|
| PropertiesEndpoint |
The properties component is used for using property placeholders in endpoint uris.
|
| PropertiesLocation | |
| ServiceHostPropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
| ServicePortPropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
| ServicePropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
| SysPropertiesFunction |
A
PropertiesFunction that lookup the property value from
JVM system property. |
Apache Camel