Class JasyptSpringEncryptedPropertiesParser

  • All Implemented Interfaces:
    org.apache.camel.component.properties.PropertiesParser

    public class JasyptSpringEncryptedPropertiesParser
    extends org.apache.camel.component.properties.DefaultPropertiesParser
    • Constructor Detail

      • JasyptSpringEncryptedPropertiesParser

        @Autowired
        public JasyptSpringEncryptedPropertiesParser​(org.springframework.core.env.PropertyResolver propertyResolver,
                                                     org.jasypt.encryption.StringEncryptor stringEncryptor)
    • Method Detail

      • parseProperty

        public String parseProperty​(String key,
                                    String value,
                                    org.apache.camel.component.properties.PropertiesLookup properties)
        Specified by:
        parseProperty in interface org.apache.camel.component.properties.PropertiesParser
        Overrides:
        parseProperty in class org.apache.camel.component.properties.DefaultPropertiesParser