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, wait
wrapperFor
public java.lang.Class<?>[] wrappingInterfacesFor(T wrapped)
WrapperFactory
wrappingInterfacesFor
in interface WrapperFactory<T>
wrapped
- The component to be wrapped.