Interface | Description |
---|---|
Origin |
Interface that uniquely represents the origin of an item.
|
OriginLookup<K> |
An interface that may be implemented by an object that can lookup
Origin
information from a given key. |
OriginProvider |
Interface to provide access to the origin of an item.
|
Class | Description |
---|---|
OriginTrackedValue | |
PropertySourceOrigin |
Origin from a PropertySource . |
SystemEnvironmentOrigin |
Origin for an item loaded from the system environment. |
TextResourceOrigin |
Origin for an item loaded from a text resource. |
TextResourceOrigin.Location |
A location (line and column number) within the resource.
|
Origin