Class ProxyBuildingHelper

  • All Implemented Interfaces:
    AutoCloseable

    final class ProxyBuildingHelper
    extends Object
    implements AutoCloseable
    Makes it slightly more readable to interact with the Hibernate ByteBuddyProxyHelper, while improving resource handling.
    • Constructor Detail

      • ProxyBuildingHelper

        public ProxyBuildingHelper​(net.bytebuddy.pool.TypePool typePool)
    • Method Detail

      • buildUnloadedProxy

        public net.bytebuddy.dynamic.DynamicType.Unloaded<?> buildUnloadedProxy​(String mappedClassName,
                                                                                Set<String> interfaceNames)
      • isProxiable

        public boolean isProxiable​(String managedClassOrPackageName)