Package dev.restate.common.reflections
Interface ProxyFactory
- All Known Implementing Classes:
ByteBuddyProxyFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescription<T> @Nullable TcreateProxy(Class<T> clazz, ProxyFactory.MethodInterceptor interceptor) If returns null, it's not supported.
-
Method Details
-
createProxy
If returns null, it's not supported.
-