Class ByteBuddyState.ProxyDefinitionHelpers

java.lang.Object
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
Enclosing class:
ByteBuddyState

public static class ByteBuddyState.ProxyDefinitionHelpers extends Object
Shared proxy definition helpers. They are immutable so we can safely share them.
  • Method Details

    • getGroovyGetMetaClassFilter

      public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getGroovyGetMetaClassFilter()
    • getVirtualNotFinalizerFilter

      public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getVirtualNotFinalizerFilter()
    • getProxyNonInterceptedMethodFilter

      public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getProxyNonInterceptedMethodFilter()
    • getDelegateToInterceptorDispatcherMethodDelegation

      public net.bytebuddy.implementation.MethodDelegation getDelegateToInterceptorDispatcherMethodDelegation()
    • getInterceptorFieldAccessor

      public net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable getInterceptorFieldAccessor()
    • appendIgnoreAlsoAtEnd

      public net.bytebuddy.dynamic.DynamicType.Builder<?> appendIgnoreAlsoAtEnd(net.bytebuddy.dynamic.DynamicType.Builder<?> builder)