public static class MockProxyHandlerFactoryImpl.DefaultMockProxyHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
DefaultMockProxyHandler(BiFunction<Class<?>,String,MockObject<?>> mockObjectFunction)
构造需要一个mockObject获取器
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
函数接口
|
public DefaultMockProxyHandler(BiFunction<Class<?>,String,MockObject<?>> mockObjectFunction)
Copyright © 2024. All rights reserved.