Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.ModuleDefinition.OpensDefinition
-
Packages that use DynamicType.Builder.ModuleDefinition.OpensDefinition Package Description 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. -
-
Uses of DynamicType.Builder.ModuleDefinition.OpensDefinition in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.ModuleDefinition.OpensDefinition Modifier and Type Class Description protected classDynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.OpensDefinitionAdapterAn adapter for defining a module opening.static classDynamicType.Builder.ModuleDefinition.OpensDefinition.Delegator<V>An abstract base implementation of aDynamicType.Builder.ModuleDefinition.OpensDefinition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.ModuleDefinition.OpensDefinition Modifier and Type Method Description DynamicType.Builder.ModuleDefinition.OpensDefinition<U>DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter. open(java.lang.String aPackage, int modifiers)Specifies a package opening with explicit modifiers.DynamicType.Builder.ModuleDefinition.OpensDefinition<U>DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.OpensDefinitionAdapter. to(java.util.Collection<java.lang.String> modules)Specifies the modules to which the previously defined package is opened.DynamicType.Builder.ModuleDefinition.OpensDefinition<V>DynamicType.Builder.ModuleDefinition.OpensDefinition.Delegator. to(java.lang.String... module)Specifies the modules to which the previously defined package is opened.DynamicType.Builder.ModuleDefinition.OpensDefinition<S>DynamicType.Builder.ModuleDefinition.OpensDefinition. to(java.lang.String... module)Specifies the modules to which the previously defined package is opened.DynamicType.Builder.ModuleDefinition.OpensDefinition<S>DynamicType.Builder.ModuleDefinition.OpensDefinition. to(java.util.Collection<java.lang.String> modules)Specifies the modules to which the previously defined package is opened.
-