Package org.forgerock.openig.decoration
package org.forgerock.openig.decoration
Decorator API to ease heap object customization and transformation.
-
ClassDescriptionA decoration
Context
is a way to provide the decorator(s) all of the available information about the instance to decorate.A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop.A Decorator is responsible for decorating existing object's instances.This heaplet aims to be be a placeholder so you can decorate the delegate object with any decorators.Provide the Delegate'sTypeDefinition
.