DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.export(java.lang.String aPackage,
int modifiers) |
Specifies a package export with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.ExportsDefinitionAdapter.to(java.util.Collection<java.lang.String> modules) |
Specifies the modules to which the previously defined package is exported.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<V> |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.Delegator.to(java.lang.String... module) |
Specifies the modules to which the previously defined package is exported.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.to(java.lang.String... module) |
Specifies the modules to which the previously defined package is exported.
|
DynamicType.Builder.ModuleDefinition.ExportsDefinition<U> |
DynamicType.Builder.ModuleDefinition.ExportsDefinition.to(java.util.Collection<java.lang.String> modules) |
Specifies the modules to which the previously defined package is exported.
|