com.alibaba.druid.pool
类 WrapperAdapter

java.lang.Object
  继承者 com.alibaba.druid.pool.WrapperAdapter
所有已实现的接口:
Wrapper
直接已知子类:
DruidAbstractDataSource

public class WrapperAdapter
extends Object
implements Wrapper


构造方法摘要
WrapperAdapter()
           
 
方法摘要
 boolean isWrapperFor(Class<?> iface)
           
<T> T
unwrap(Class<T> iface)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WrapperAdapter

public WrapperAdapter()
方法详细信息

isWrapperFor

public boolean isWrapperFor(Class<?> iface)
指定者:
接口 Wrapper 中的 isWrapperFor

unwrap

public <T> T unwrap(Class<T> iface)
指定者:
接口 Wrapper 中的 unwrap


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.