| Name | Description | Type | Package | Framework |
| AugmentedPropertyNameAwarePropertiesParser | Interface for property parses that can attempt parsing property names using a fixed property name prefix and suffix. | Interface | org.apache.camel.component.properties | Apache Camel |
| DefaultPropertiesParser | A parser to parse a string which contains property placeholders. | Class | org.apache.camel.component.properties | Apache Camel |
| DefaultPropertiesResolver | Default PropertiesResolver which can resolve properties from file and classpath. | Class | org.apache.camel.component.properties | Apache Camel |
| EnvPropertiesFunction | A PropertiesFunction that lookup the property value from OS environment variables. | Class | org.apache.camel.component.properties | Apache Camel |
| PropertiesComponent | Class | org.apache.camel.component.properties | Apache Camel | |
| PropertiesFunction | A function that is applied instead of looking up a property placeholder. | Interface | org.apache.camel.component.properties | Apache Camel |
| PropertiesParser | Interface | org.apache.camel.component.properties | Apache Camel | |
| PropertiesResolver | A resolver to load properties from a given source such as a file from a classpath. | Interface | org.apache.camel.component.properties | Apache Camel |
| ServicePropertiesFunction | A PropertiesFunction that lookup the property value from OS environment variables using the service idiom. | Class | org.apache.camel.component.properties | Apache Camel |
| SysPropertiesFunction | A PropertiesFunction that lookup the property value from JVM system property. | Class | org.apache.camel.component.properties | Apache Camel |