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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.bytebuddy.dynamic.DynamicType.Builder<?>
appendIgnoreAlsoAtEnd(net.bytebuddy.dynamic.DynamicType.Builder<?> builder)
net.bytebuddy.implementation.MethodDelegation
getDelegateToInterceptorDispatcherMethodDelegation()
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>
getGroovyGetMetaClassFilter()
net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable
getInterceptorFieldAccessor()
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>
getProxyNonInterceptedMethodFilter()
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>
getVirtualNotFinalizerFilter()
-
-
-
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)
-
-