Interface ConfigTreePropertySource.Value

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

public static interface ConfigTreePropertySource.Value extends 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.