Interface RuntimeProxyCreator


@NullMarked @Internal public interface RuntimeProxyCreator
The interface for creating runtime proxies.
Since:
5.0
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    createProxy(RuntimeProxyDefinition<T> proxyDefinition)
    Create a new proxy instance.
  • Method Details

    • createProxy

      <T> T createProxy(RuntimeProxyDefinition<T> proxyDefinition)
      Create a new proxy instance.
      Type Parameters:
      T - The proxied bean type
      Parameters:
      proxyDefinition - The proxy definition.
      Returns:
      The proxy instance