public class ReactorDebugByteBuddyPlugin extends Object implements net.bytebuddy.build.Plugin
net.bytebuddy.build.Plugin.Engine, net.bytebuddy.build.Plugin.Factory, net.bytebuddy.build.Plugin.ForElementMatcher, net.bytebuddy.build.Plugin.NoOp, net.bytebuddy.build.Plugin.WithInitialization, net.bytebuddy.build.Plugin.WithPreprocessor| Constructor and Description |
|---|
ReactorDebugByteBuddyPlugin() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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 in interface net.bytebuddy.build.Pluginpublic void close()
close in interface Closeableclose in interface AutoCloseable