| Interface | Description |
|---|---|
| FrameClassLoaderResolver |
This allows the user to provide a custom ClassLoaderResolver.
|
| MethodHandler<T extends Annotation> |
Allows handling of method on frames.
|
| Module |
A module is a group of functionality that must be configured on a
FramedGraph.
|
| TypeResolver |
Allows dynamic resolution of interfaces that a frame will implement when framing an element.
|
| Class | Description |
|---|---|
| AbstractModule |
Helper base module to simplify configuring different types of graph.
|
| DefaultClassLoaderResolver |
Implements a basic FrameClassLoaderResolver that simply returns
the ClassLoader of the provided Frame Type.
|
Copyright © 2011-2016 JBoss by Red Hat. All Rights Reserved.