| Package | Description |
|---|---|
| net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.ExportsDefinitionAdapter
An adapter for defining a module export.
|
static class |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.Delegator<V>
An abstract base implementation of a
DynamicType.Builder.ModuleDefinition.OpensDefinition. |
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.export(String aPackage,
int modifiers)
Specifies a package export with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.to(Collection<String> modules)
Specifies the modules to which the previously defined package is exported.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.ExportsDefinitionAdapter.to(Collection<String> modules)
Specifies the modules to which the previously defined package is exported.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.to(String... module)
Specifies the modules to which the previously defined package is exported.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<V> |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.Delegator.to(String... module)
Specifies the modules to which the previously defined package is exported.
|
Copyright © 2014–2025. All rights reserved.