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 |
---|---|
org.forgerock.json.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()
org.forgerock.json.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 © 2025 Open Identity Platform Community. All rights reserved.