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