public interface Context
Context
is a way to provide the decorator(s) all of the available
information about the instance to decorate.Modifier and Type | Method and Description |
---|---|
JsonValue |
getConfig()
Returns the heap object being decorated configuration.
|
Heap |
getHeap()
Returns the heap that spawned the decorated heap object.
|
Name |
getName()
Returns the name of the heap object being decorated.
|
Name getName()
JsonValue getConfig()
Heap getHeap()
LazyReference
that will load the reference lazily (ideally just before it is really needed, but not
during the loading of the heap).LazyReference
Copyright 2011-2017 ForgeRock AS.