Class ByteBuddyState.ProxyDefinitionHelpers
java.lang.Object
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
- Enclosing class:
- ByteBuddyState
Shared proxy definition helpers. They are immutable so we can safely share them.
-
Method Summary
Modifier and TypeMethodDescriptionnet.bytebuddy.dynamic.DynamicType.Builder<?>
appendIgnoreAlsoAtEnd
(net.bytebuddy.dynamic.DynamicType.Builder<?> builder) net.bytebuddy.implementation.MethodDelegation
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>
net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>
-
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)
-