Uses of Interface
net.bytebuddy.description.module.ModuleDescription.Opens
Packages that use ModuleDescription.Opens
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.Opens in net.bytebuddy.description.module
Classes in net.bytebuddy.description.module that implement ModuleDescription.OpensModifier and TypeClassDescriptionstatic classAn abstract base implementation ofModuleDescription.Opens.static classA simple implementation ofModuleDescription.Opens.Fields in net.bytebuddy.description.module with type parameters of type ModuleDescription.OpensModifier and TypeFieldDescriptionprivate final Map<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 -
Uses of ModuleDescription.Opens in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with type parameters of type ModuleDescription.OpensModifier and TypeFieldDescriptionprivate final Map<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.OpensModifier and TypeFieldDescriptionprivate final Map<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.OpensModifier and TypeFieldDescriptionprivate final Map<String, ModuleDescription.Opens> TypePool.Default.LazyTypeDescription.LazyModuleDescription.opensThe package that this module opens.private final Map<String, ModuleDescription.Opens> TypePool.Default.LazyTypeDescription.ModuleToken.opensThe package that this module opens.private final Map<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.OpensModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.LazyModuleDescription.getOpens()Returns all package opens of this module.