public class JasyptSpringEncryptedPropertiesParser
extends org.apache.camel.component.properties.DefaultPropertiesParser
| Constructor and Description |
|---|
JasyptSpringEncryptedPropertiesParser(org.springframework.core.env.PropertyResolver propertyResolver,
org.jasypt.encryption.StringEncryptor stringEncryptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
parseProperty(String key,
String value,
org.apache.camel.component.properties.PropertiesLookup properties) |
@Autowired
public JasyptSpringEncryptedPropertiesParser(org.springframework.core.env.PropertyResolver propertyResolver,
org.jasypt.encryption.StringEncryptor stringEncryptor)
public String parseProperty(String key, String value, org.apache.camel.component.properties.PropertiesLookup properties)
parseProperty in interface org.apache.camel.component.properties.PropertiesParserparseProperty in class org.apache.camel.component.properties.DefaultPropertiesParserApache Camel