T - The WrapperFactory type.public abstract class BaseWrapperFactory<T> extends java.lang.Object implements WrapperFactory<T>
Callable and Runnable
wrappers.| Constructor and Description |
|---|
BaseWrapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?>[] |
wrappingInterfacesFor(T wrapped)
Get the Interfaces the wrapper adds to the component.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapperForpublic java.lang.Class<?>[] wrappingInterfacesFor(T wrapped)
WrapperFactorywrappingInterfacesFor in interface WrapperFactory<T>wrapped - The component to be wrapped.