Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.ModuleDefinition.OpensDefinition
Packages that use DynamicType.Builder.ModuleDefinition.OpensDefinition
Package
Description
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.
-
Uses of DynamicType.Builder.ModuleDefinition.OpensDefinition in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.ModuleDefinition.OpensDefinitionModifier and TypeClassDescriptionprotected classAn adapter for defining a module opening.static classAn abstract base implementation of aDynamicType.Builder.ModuleDefinition.OpensDefinition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.ModuleDefinition.OpensDefinitionModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.open(String aPackage, int modifiers) Specifies a package opening with explicit modifiers.DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.OpensDefinitionAdapter.to(Collection<String> modules) Specifies the modules to which the previously defined package is opened.Specifies the modules to which the previously defined package is opened.Specifies the modules to which the previously defined package is opened.DynamicType.Builder.ModuleDefinition.OpensDefinition.to(Collection<String> modules) Specifies the modules to which the previously defined package is opened.