source property

T source
final

The underlying object that holds the raw property data.

For example:

  • A Map<String, Object> for in-memory key-value sources
  • A Properties object for Java-style property files
  • A file, YAML map, or even a shell environment variable map.

Subclasses are expected to access this during lookups.

Implementation

final T source;