Uses of Interface
net.bytebuddy.description.module.ModuleDescription.Opens
-
Packages that use ModuleDescription.Opens 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.Opens in net.bytebuddy.description.module
Classes in net.bytebuddy.description.module that implement ModuleDescription.Opens Modifier and Type Class Description static classModuleDescription.Opens.AbstractBaseAn abstract base implementation ofModuleDescription.Opens.static classModuleDescription.Opens.SimpleA simple implementation ofModuleDescription.Opens.Fields in net.bytebuddy.description.module with type parameters of type ModuleDescription.Opens Modifier and Type Field Description private java.util.Map<java.lang.String,ModuleDescription.Opens>ModuleDescription.Latent. opensThe package that this module opens.Methods in net.bytebuddy.description.module that return types with arguments of type ModuleDescription.Opens Modifier and Type Method Description java.util.Map<java.lang.String,ModuleDescription.Opens>ModuleDescription.ForLoadedModule. getOpens()Returns all package opens of this module.java.util.Map<java.lang.String,ModuleDescription.Opens>ModuleDescription. getOpens()Returns all package opens of this module.java.util.Map<java.lang.String,ModuleDescription.Opens>ModuleDescription.Latent. getOpens()Returns all package opens of this module. -
Uses of ModuleDescription.Opens in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with type parameters of type ModuleDescription.Opens Modifier and Type Field Description private java.util.Map<java.lang.String,ModuleDescription.Opens>DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter. opensThe packages that this module opens. -
Uses of ModuleDescription.Opens in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type ModuleDescription.Opens Modifier and Type Field Description private java.util.Map<java.lang.String,ModuleDescription.Opens>TypeWriter.Default.ForCreation.PatchingModuleVisitor. opensA mapping of the internal names of opened packages to their configuration. -
Uses of ModuleDescription.Opens in net.bytebuddy.pool
Fields in net.bytebuddy.pool with type parameters of type ModuleDescription.Opens Modifier and Type Field Description private java.util.Map<java.lang.String,ModuleDescription.Opens>TypePool.Default.LazyTypeDescription.LazyModuleDescription. opensThe package that this module opens.private java.util.Map<java.lang.String,ModuleDescription.Opens>TypePool.Default.LazyTypeDescription.ModuleToken. opensThe package that this module opens.private java.util.Map<java.lang.String,ModuleDescription.Opens>TypePool.Default.TypeExtractor.ModuleExtractor. opensThe package that this module opens.Methods in net.bytebuddy.pool that return types with arguments of type ModuleDescription.Opens Modifier and Type Method Description java.util.Map<java.lang.String,ModuleDescription.Opens>TypePool.Default.LazyTypeDescription.LazyModuleDescription. getOpens()Returns all package opens of this module.
-