Uses of Interface
net.bytebuddy.description.module.ModuleDescription.Exports
Packages that use ModuleDescription.Exports
Package
Description
Contains descriptions of Java modules.
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.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of ModuleDescription.Exports in net.bytebuddy.description.module
Classes in net.bytebuddy.description.module that implement ModuleDescription.ExportsModifier and TypeClassDescriptionstatic classAn abstract base implementation ofModuleDescription.Exportsthat provides a default implementation forModuleDescription.Exports.AbstractBase.isQualified().static classA simple implementation ofModuleDescription.Exportsthat stores the target modules and modifiers.Fields in net.bytebuddy.description.module with type parameters of type ModuleDescription.ExportsModifier and TypeFieldDescriptionprivate final Map<String, ModuleDescription.Exports> ModuleDescription.Latent.exportsThe packages that this module exports.Methods in net.bytebuddy.description.module that return types with arguments of type ModuleDescription.ExportsModifier and TypeMethodDescriptionModuleDescription.ForLoadedModule.getExports()Returns all package exports of this module.ModuleDescription.getExports()Returns all package exports of this module.ModuleDescription.Latent.getExports()Returns all package exports of this module. -
Uses of ModuleDescription.Exports in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with type parameters of type ModuleDescription.ExportsModifier and TypeFieldDescriptionprivate final Map<String, ModuleDescription.Exports> DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.exportsThe packages that this module exports. -
Uses of ModuleDescription.Exports in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type ModuleDescription.ExportsModifier and TypeFieldDescriptionprivate final Map<String, ModuleDescription.Exports> TypeWriter.Default.ForCreation.PatchingModuleVisitor.exportsA mapping of the internal names of exported packages to their configuration. -
Uses of ModuleDescription.Exports in net.bytebuddy.pool
Fields in net.bytebuddy.pool with type parameters of type ModuleDescription.ExportsModifier and TypeFieldDescriptionprivate final Map<String, ModuleDescription.Exports> TypePool.Default.LazyTypeDescription.LazyModuleDescription.exportsThe packages that this module exports.private final Map<String, ModuleDescription.Exports> TypePool.Default.LazyTypeDescription.ModuleToken.exportsThe packages that this module exports.private final Map<String, ModuleDescription.Exports> TypePool.Default.TypeExtractor.ModuleExtractor.exportsThe packages that this module exports.Methods in net.bytebuddy.pool that return types with arguments of type ModuleDescription.ExportsModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.LazyModuleDescription.getExports()Returns all package exports of this module.