public class BasicProxyFactoryImpl extends Object implements BasicProxyFactory
| Constructor and Description |
|---|
BasicProxyFactoryImpl(Class superClass,
Class[] interfaces,
ByteBuddyState byteBuddyState) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProxy()
Get a proxy reference..
|
boolean |
isInstance(Object object) |
public BasicProxyFactoryImpl(Class superClass, Class[] interfaces, ByteBuddyState byteBuddyState)
public Object getProxy()
BasicProxyFactorygetProxy in interface BasicProxyFactorypublic boolean isInstance(Object object)
Copyright © 2019 JBoss by Red Hat. All rights reserved.