Package | Description |
---|---|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Class and Description |
---|---|
static class |
JavaModule.Dispatcher.Disabled
A disabled dispatcher for a VM that does not support the
java.lang.Module API. |
static class |
JavaModule.Dispatcher.Enabled
A dispatcher for a VM that does support the
java.lang.Module API. |
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 . |
Modifier and Type | Method and Description |
---|---|
JavaModule.Dispatcher |
JavaModule.Dispatcher.CreationAction.run() |
Copyright © 2014–2020. All rights reserved.