public interface ConstructorInterceptPoint
ref to two others: StaticMethodsInterceptPoint and InstanceMethodsInterceptPoint
Created by wusheng on 2016/11/29.
| Modifier and Type | Method and Description |
|---|---|
String |
getConstructorInterceptor() |
net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.method.MethodDescription> |
getConstructorMatcher()
Constructor matcher
|
net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.method.MethodDescription> getConstructorMatcher()
String getConstructorInterceptor()
InstanceConstructorInterceptorCopyright © 2019 The Apache Software Foundation. All rights reserved.