Class EncryptableEnumerablePropertySourceWrapper<T>

  • All Implemented Interfaces:
    EncryptablePropertySource<T>, org.springframework.boot.origin.OriginLookup<String>

    public class EncryptableEnumerablePropertySourceWrapper<T>
    extends org.springframework.core.env.EnumerablePropertySource<T>
    implements EncryptablePropertySource<T>

    EncryptableEnumerablePropertySourceWrapper class.

    Version:
    $Id: $Id
    Author:
    Ulises Bocchio
    • Method Detail

      • getDelegate

        public org.springframework.core.env.PropertySource<T> getDelegate()

        getDelegate.

        Specified by:
        getDelegate in interface EncryptablePropertySource<T>
        Returns:
        a PropertySource object
      • getPropertyNames

        public String[] getPropertyNames()
        Specified by:
        getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<T>