public interface Wrapper
Modifier and Type | Method and Description |
---|---|
<C> C |
unwrap(Class<C> aClass)
Finds an instance of an interface implemented by this object,
or returns null if this object does not support that interface.
|
<C> C unwrap(Class<C> aClass)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.