public class PathLateBindingValue extends Object implements ILateBindingValue
Constructor and Description |
---|
PathLateBindingValue(Path path,
Object rootDocument,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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.
|
public PathLateBindingValue(Path path, Object rootDocument, Configuration configuration)
public Object get()
ILateBindingValue
get
in interface ILateBindingValue
Copyright © 2024. All rights reserved.