Uses of Interface
net.bytebuddy.description.module.ModuleDescription.Exports
-
Packages that use ModuleDescription.Exports Package Description net.bytebuddy.description.module Contains descriptions of Java modules.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.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of ModuleDescription.Exports in net.bytebuddy.description.module
Classes in net.bytebuddy.description.module that implement ModuleDescription.Exports Modifier and Type Class Description static classModuleDescription.Exports.AbstractBaseAn abstract base implementation ofModuleDescription.Exportsthat provides a default implementation forModuleDescription.Exports.AbstractBase.isQualified().static classModuleDescription.Exports.SimpleA simple implementation ofModuleDescription.Exportsthat stores the target modules and modifiers.Fields in net.bytebuddy.description.module with type parameters of type ModuleDescription.Exports Modifier and Type Field Description private java.util.Map<java.lang.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.Exports Modifier and Type Method Description java.util.Map<java.lang.String,ModuleDescription.Exports>ModuleDescription.ForLoadedModule. getExports()Returns all package exports of this module.java.util.Map<java.lang.String,ModuleDescription.Exports>ModuleDescription. getExports()Returns all package exports of this module.java.util.Map<java.lang.String,ModuleDescription.Exports>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.Exports Modifier and Type Field Description private java.util.Map<java.lang.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.Exports Modifier and Type Field Description private java.util.Map<java.lang.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.Exports Modifier and Type Field Description private java.util.Map<java.lang.String,ModuleDescription.Exports>TypePool.Default.LazyTypeDescription.LazyModuleDescription. exportsThe packages that this module exports.private java.util.Map<java.lang.String,ModuleDescription.Exports>TypePool.Default.LazyTypeDescription.ModuleToken. exportsThe packages that this module exports.private java.util.Map<java.lang.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.Exports Modifier and Type Method Description java.util.Map<java.lang.String,ModuleDescription.Exports>TypePool.Default.LazyTypeDescription.LazyModuleDescription. getExports()Returns all package exports of this module.
-