类 ByteBuddyState.ProxyDefinitionHelpers
- java.lang.Object
-
- org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
-
- 封闭类:
- ByteBuddyState
public static class ByteBuddyState.ProxyDefinitionHelpers extends Object
Shared proxy definition helpers. They are immutable so we can safely share them.
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 net.bytebuddy.implementation.MethodDelegationgetDelegateToInterceptorDispatcherMethodDelegation()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.PropertyConfigurablegetInterceptorFieldAccessor()net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>getVirtualNotFinalizerFilter()
-
-
-
方法详细资料
-
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()
-
getHibernateGeneratedMethodFilter
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> getHibernateGeneratedMethodFilter()
-
getDelegateToInterceptorDispatcherMethodDelegation
public net.bytebuddy.implementation.MethodDelegation getDelegateToInterceptorDispatcherMethodDelegation()
-
getInterceptorFieldAccessor
public net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable getInterceptorFieldAccessor()
-
-