org.springframework.boot.env

Interface ConfigTreePropertySource.Value

  • All Superinterfaces:
    java.lang.CharSequence, org.springframework.core.io.InputStreamSource
    Enclosing class:
    ConfigTreePropertySource


    public static interface ConfigTreePropertySource.Value
    extends java.lang.CharSequence, org.springframework.core.io.InputStreamSource
    A value returned from the property source which exposes the contents of the property file. Values can either be treated as CharSequence or as an InputStreamSource.
    • Method Summary

      • Methods inherited from interface java.lang.CharSequence

        charAt, chars, codePoints, length, subSequence, toString
      • Methods inherited from interface org.springframework.core.io.InputStreamSource

        getInputStream