SystemEnvironmentOrigin

Origin for an item loaded from the system environment. Provides access to the original property name.

Author

Madhura Bhave

Since

2.0.0

Constructors

Link copied to clipboard
constructor(property: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun from(source: Any): Origin
Find the Origin that an object originated from.
Link copied to clipboard
open fun getParent(): Origin
Return the parent origin for this instance if there is one.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun parentsFrom(source: Any): List<Origin>
Find the parents of the Origin that an object originated from.
Link copied to clipboard
open fun toString(): String