DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.adjustModule(java.util.Collection<? extends ModifierContributor.ForModule> modifierContributors) |
Adjusts a previous module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.AbstractBase.adjustModule(ModifierContributor.ForModule... modifierContributor) |
Adjusts a previous module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Delegator.adjustModule(java.util.Collection<? extends ModifierContributor.ForModule> modifierContributors) |
Adjusts a previous module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Delegator.adjustModule(ModifierContributor.ForModule... modifierContributor) |
Adjusts a previous module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<T> |
DynamicType.Builder.adjustModule(java.util.Collection<? extends ModifierContributor.ForModule> modifierContributors) |
Adjusts a previous module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<T> |
DynamicType.Builder.adjustModule(ModifierContributor.ForModule... modifierContributor) |
Adjusts a previous module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.export(java.lang.String aPackage,
int modifiers) |
Specifies a package export with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.export(java.lang.String aPackage,
java.util.Collection<? extends ModifierContributor.ForModule.OfExport> modifierContributors) |
Specifies a package export with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.export(java.lang.String aPackage,
ModifierContributor.ForModule.OfExport... modifierContributor) |
Specifies a package export with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.export(java.lang.String aPackage,
int modifiers) |
Specifies a package export with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.export(java.lang.String aPackage,
java.util.Collection<? extends ModifierContributor.ForModule.OfExport> modifierContributors) |
Specifies a package export with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.export(java.lang.String aPackage,
ModifierContributor.ForModule.OfExport... modifierContributor) |
Specifies a package export with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.exports(java.lang.String... aPackage) |
Specifies packages that are exported by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.exports(java.util.Collection<java.lang.String> packages) |
Specifies packages that are exported by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.exports(java.lang.String... aPackage) |
Specifies packages that are exported by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.exports(java.util.Collection<java.lang.String> packages) |
Specifies packages that are exported by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.mainClass(java.lang.String name) |
Specifies the main class of the module being defined.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.mainClass(java.lang.String name) |
Specifies the main class of the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.mainClass(java.lang.Class<?> type) |
Specifies the main class of the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.mainClass(TypeDescription typeDescription) |
Specifies the main class of the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.mainClass(java.lang.Class<?> type) |
Specifies the main class of the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.mainClass(java.lang.String name) |
Specifies the main class of the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.mainClass(TypeDescription typeDescription) |
Specifies the main class of the module being defined.
|
protected DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.ExportsDefinitionAdapter.materialize() |
|
protected DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.OpensDefinitionAdapter.materialize() |
|
protected DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.RequiresDefinitionAdapter.materialize() |
|
protected abstract DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.materialize() |
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.module(java.lang.String name,
int modifiers) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Delegator.module(java.lang.String name,
int modifiers) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.AbstractBase.module(java.lang.String name,
java.util.Collection<? extends ModifierContributor.ForModule> modifierContributors) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.AbstractBase.module(java.lang.String name,
ModifierContributor.ForModule... modifierContributors) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<T> |
DynamicType.Builder.module(java.lang.String name,
int modifiers) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<T> |
DynamicType.Builder.module(java.lang.String name,
java.util.Collection<? extends ModifierContributor.ForModule> modifierContributors) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<T> |
DynamicType.Builder.module(java.lang.String name,
ModifierContributor.ForModule... modifierContributors) |
Includes a module definition in this class file.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.open(java.lang.String aPackage,
int modifiers) |
Specifies a package opening with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.open(java.lang.String aPackage,
java.util.Collection<? extends ModifierContributor.ForModule.OfOpen> modifierContributors) |
Specifies a package opening with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.open(java.lang.String aPackage,
ModifierContributor.ForModule.OfOpen... modifierContributor) |
Specifies a package opening with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.open(java.lang.String aPackage,
int modifiers) |
Specifies a package opening with explicit modifiers.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.open(java.lang.String aPackage,
java.util.Collection<? extends ModifierContributor.ForModule.OfOpen> modifierContributors) |
Specifies a package opening with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.open(java.lang.String aPackage,
ModifierContributor.ForModule.OfOpen... modifierContributor) |
Specifies a package opening with additional modifiers.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.opens(java.lang.String... aPackage) |
Specifies packages that are opened by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.opens(java.util.Collection<java.lang.String> packages) |
Specifies packages that are opened by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.opens(java.lang.String... aPackage) |
Specifies packages that are opened by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.opens(java.util.Collection<java.lang.String> packages) |
Specifies packages that are opened by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.packages(java.util.Collection<java.lang.String> packages) |
Specifies the packages that are contained within the module being defined.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.packages(java.util.Collection<java.lang.String> packages) |
Specifies the packages that are contained within the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.packages(java.lang.String... aPackage) |
Specifies the packages that are contained within the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.packages(java.lang.String... aPackage) |
Specifies the packages that are contained within the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.packages(java.util.Collection<java.lang.String> packages) |
Specifies the packages that are contained within the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.provides(java.lang.String service,
java.util.Collection<java.lang.String> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.provides(java.lang.String service,
java.util.Collection<java.lang.String> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.provides(java.lang.Class<?> service,
java.lang.Class<?>... implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.provides(java.lang.Class<?> service,
java.util.Collection<java.lang.Class<?>> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.provides(java.lang.String service,
java.lang.String... implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.provides(TypeDescription service,
java.util.Collection<TypeDescription> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.provides(TypeDescription service,
TypeDescription... implementation) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.provides(java.lang.Class<?> service,
java.lang.Class<?>... implementation) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.provides(java.lang.Class<?> service,
java.util.Collection<java.lang.Class<?>> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.provides(java.lang.String service,
java.lang.String... implementation) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.provides(java.lang.String service,
java.util.Collection<java.lang.String> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.provides(TypeDescription service,
java.util.Collection<TypeDescription> implementations) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.provides(TypeDescription service,
TypeDescription... implementation) |
Specifies service implementations that are provided by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.requires(java.lang.String... module) |
Specifies the modules that are required by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.requires(java.util.Collection<java.lang.String> modules) |
Specifies the modules that are required by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.requires(java.lang.String... module) |
Specifies the modules that are required by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.requires(java.util.Collection<java.lang.String> modules) |
Specifies the modules that are required by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.uses(java.util.Collection<java.lang.String> services) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.uses(java.util.Collection<java.lang.String> services) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.uses(java.lang.Class<?>... service) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.uses(java.lang.String... service) |
Specifies services that are used by the module being defined.
|
private DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.uses(java.util.List<TypeDescription> services) |
Includes the provided type in the usage of the module description.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.ModuleDefinition.AbstractBase.uses(TypeDescription... service) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.uses(java.lang.Class<?>... service) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.uses(java.lang.String... service) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.uses(java.util.Collection<java.lang.String> services) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.uses(TypeDescription... service) |
Specifies services that are used by the module being defined.
|
DynamicType.Builder.ModuleDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.ModuleDefinitionAdapter.version(java.lang.String version) |
Specifies the version of the module being defined.
|
DynamicType.Builder.ModuleDefinition<V> |
DynamicType.Builder.ModuleDefinition.AbstractBase.Delegator.version(java.lang.String version) |
Specifies the version of the module being defined.
|
DynamicType.Builder.ModuleDefinition<S> |
DynamicType.Builder.ModuleDefinition.version(java.lang.String version) |
Specifies the version of the module being defined.
|