public interface ILateBindingValue
Modifier and Type | Method and Description |
---|---|
Object |
get()
Obtain the value of the parameter at runtime using the parameter state and invocation of other late binding values
rather than maintaining cached state which ends up in a global store and won't change as a result of external
reference changes.
|
Object get()
Copyright © 2024. All rights reserved.