Class JasyptSpringEncryptedPropertiesParser
- java.lang.Object
-
- org.apache.camel.component.properties.DefaultPropertiesParser
-
- org.apache.camel.component.jasypt.springboot.JasyptSpringEncryptedPropertiesParser
-
- All Implemented Interfaces:
org.apache.camel.component.properties.PropertiesParser
public class JasyptSpringEncryptedPropertiesParser extends org.apache.camel.component.properties.DefaultPropertiesParser
-
-
Constructor Summary
Constructors Constructor Description JasyptSpringEncryptedPropertiesParser(org.springframework.core.env.PropertyResolver propertyResolver, org.jasypt.encryption.StringEncryptor stringEncryptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringparseProperty(String key, String value, org.apache.camel.component.properties.PropertiesLookup properties)
-
-
-
Method Detail
-
parseProperty
public String parseProperty(String key, String value, org.apache.camel.component.properties.PropertiesLookup properties)
- Specified by:
parsePropertyin interfaceorg.apache.camel.component.properties.PropertiesParser- Overrides:
parsePropertyin classorg.apache.camel.component.properties.DefaultPropertiesParser
-
-