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