Class BasicProxyFactoryImpl
java.lang.Object
org.hibernate.bytecode.internal.bytebuddy.BasicProxyFactoryImpl
- All Implemented Interfaces:
BasicProxyFactory
-
Constructor Summary
ConstructorsConstructorDescriptionBasicProxyFactoryImpl
(Class superClass, Class interfaceClass, ByteBuddyState byteBuddyState) -
Method Summary
Modifier and TypeMethodDescriptiongetProxy()
Get a proxy reference..boolean
isInstance
(Object object)
-
Constructor Details
-
BasicProxyFactoryImpl
-
-
Method Details
-
getProxy
Description copied from interface:BasicProxyFactory
Get a proxy reference..- Specified by:
getProxy
in interfaceBasicProxyFactory
- Returns:
- A proxy reference.
-
isInstance
-