Interface EncryptablePropertySource<T>

    • Method Detail

      • getDelegate

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

        default void refresh()
      • getOrigin

        default org.springframework.boot.origin.Origin getOrigin​(String key)
        Specified by:
        getOrigin in interface org.springframework.boot.origin.OriginLookup<T>
      • isImmutable

        default boolean isImmutable()
        Specified by:
        isImmutable in interface org.springframework.boot.origin.OriginLookup<T>
      • getPrefix

        default String getPrefix()
        Specified by:
        getPrefix in interface org.springframework.boot.origin.OriginLookup<T>