Package | Description |
---|---|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
JavaModule.Dispatcher.Enabled.WithInstrumentationSupport
A dispatcher for a VM that does support the
java.lang.Module API and that supports Instrumentation . |
protected static class |
JavaModule.Dispatcher.Enabled.WithoutInstrumentationSupport
A dispatcher for a VM that does support the
java.lang.Module API and that does not support Instrumentation . |
Copyright © 2014–2020. All rights reserved.