Interface | Description |
---|---|
ConstructorBodyCreator |
A class that can generate an overriden version of a constructor.
|
MethodBodyCreator |
A class that can generate an overriden version of a method.
|
SerializableProxy |
Serialized representation of a proxy.
|
Class | Description |
---|---|
AbstractClassFactory<T> |
Base class for all class factories.
|
AbstractProxyFactory<T> |
A subclass factory specializing in proxy generation.
|
AbstractSubclassFactory<T> |
Class factory for classes that override superclass methods.
|
DefaultConstructorBodyCreator |
Constructor override that simply delegates to
super() . |
DefaultMethodBodyCreator |
A
MethodBodyCreator that simply returns 0 or null depending on the methods return type |
DefaultSerializableProxy |
Serialized representation of a proxy.
|
MethodIdentifier |
A unique identification of a method within some class or interface which is class loader-agnostic.
|
ProxyConfiguration<T> | |
ProxyFactory<T> |
Proxy Factory that generates proxies that delegate all calls to an
InvocationHandler . |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.