public static class ByteBuddyState.ProxyDefinitionHelpers extends Object
Modifier and Type | Method and Description |
---|---|
net.bytebuddy.implementation.MethodDelegation |
getDelegateToInterceptorDispatcherMethodDelegation() |
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> |
getGroovyGetMetaClassFilter() |
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> |
getHibernateGeneratedMethodFilter() |
net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable |
getInterceptorFieldAccessor() |
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> |
getVirtualNotFinalizerFilter() |
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getGroovyGetMetaClassFilter()
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getVirtualNotFinalizerFilter()
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getHibernateGeneratedMethodFilter()
public net.bytebuddy.implementation.MethodDelegation getDelegateToInterceptorDispatcherMethodDelegation()
public net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable getInterceptorFieldAccessor()
Copyright © 2019 JBoss by Red Hat. All rights reserved.