public interface ClassAdapter
extends org.jboss.util.JBossInterface
A class adapter is the integration point for manipulating class information at runtime, e.g. overriding annotations or obtaining an aop instance advisor.
The class adapter has the following protocol.
| Modifier and Type | Method and Description |
|---|---|
ClassInfo |
getClassInfo()
Get the class info.
|
ClassLoader |
getClassLoader()
Get the classloader associated with this class adapter
|
JoinpointFactory |
getJoinpointFactory()
Get the Joinpoint Factory for this adapter.
|
ClassInfo getClassInfo()
JoinpointFactory getJoinpointFactory()
ClassLoader getClassLoader()
Copyright © 2016 JBoss by Red Hat. All rights reserved.