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>
    Author:
    Ulises Bocchio
    • Method Detail

      • getPropertyNames

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