| 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.OpensDefinitionAdapter
An adapter for defining a module opening.
|
static class |
DynamicType.Builder.ModuleDefinition.OpensDefinition.Delegator<V>
An abstract base implementation of a
DynamicType.Builder.ModuleDefinition.OpensDefinition. |
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder.ModuleDefinition.OpensDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.open(String aPackage,
int modifiers)
Specifies a package opening with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition.OpensDefinition<S> |
DynamicType.Builder.ModuleDefinition.OpensDefinition.to(Collection<String> modules)
Specifies the modules to which the previously defined package is opened.
|
DynamicType.Builder.ModuleDefinition.OpensDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.OpensDefinitionAdapter.to(Collection<String> modules)
Specifies the modules to which the previously defined package is opened.
|
DynamicType.Builder.ModuleDefinition.OpensDefinition<S> |
DynamicType.Builder.ModuleDefinition.OpensDefinition.to(String... module)
Specifies the modules to which the previously defined package is opened.
|
DynamicType.Builder.ModuleDefinition.OpensDefinition<V> |
DynamicType.Builder.ModuleDefinition.OpensDefinition.Delegator.to(String... module)
Specifies the modules to which the previously defined package is opened.
|
Copyright © 2014–2025. All rights reserved.