public class ReactorDebugByteBuddyPlugin
extends java.lang.Object
implements net.bytebuddy.build.Plugin
构造器和说明 |
---|
ReactorDebugByteBuddyPlugin() |
限定符和类型 | 方法和说明 |
---|---|
net.bytebuddy.dynamic.DynamicType.Builder<?> |
apply(net.bytebuddy.dynamic.DynamicType.Builder<?> builder,
net.bytebuddy.description.type.TypeDescription typeDescription,
net.bytebuddy.dynamic.ClassFileLocator classFileLocator) |
void |
close() |
boolean |
matches(net.bytebuddy.description.type.TypeDescription target) |
public boolean matches(net.bytebuddy.description.type.TypeDescription target)
matches
在接口中 net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription>
public net.bytebuddy.dynamic.DynamicType.Builder<?> apply(net.bytebuddy.dynamic.DynamicType.Builder<?> builder, net.bytebuddy.description.type.TypeDescription typeDescription, net.bytebuddy.dynamic.ClassFileLocator classFileLocator)
apply
在接口中 net.bytebuddy.build.Plugin
public void close()
close
在接口中 java.io.Closeable
close
在接口中 java.lang.AutoCloseable