Class 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 Detail

      • 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)