Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial
Packages that use DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial
Package
Description
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.
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.-
Uses of DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.MethodDefinition.ParameterDefinition.InitialModifier and TypeClassDescriptionprotected class
An adapter for defining a new method.static class
An abstract base implementation for an initial parameter definition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.MethodDefinition.ParameterDefinition.InitialModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.defineConstructor
(int modifiers) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineConstructor
(Collection<? extends ModifierContributor.ForMethod> modifierContributors) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineConstructor
(ModifierContributor.ForMethod... modifierContributor) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.AbstractBase.Delegator.defineConstructor
(int modifiers) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.defineConstructor
(int modifiers) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.defineConstructor
(Collection<? extends ModifierContributor.ForMethod> modifierContributors) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.defineConstructor
(ModifierContributor.ForMethod... modifierContributor) Defines the specified constructor to be declared by the instrumented type.DynamicType.Builder.AbstractBase.Adapter.defineMethod
(String name, TypeDefinition returnType, int modifiers) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineMethod
(String name, Type returnType, int modifiers) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineMethod
(String name, Type returnType, Collection<? extends ModifierContributor.ForMethod> modifierContributors) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineMethod
(String name, Type returnType, ModifierContributor.ForMethod... modifierContributor) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineMethod
(String name, TypeDefinition returnType, Collection<? extends ModifierContributor.ForMethod> modifierContributors) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.AbstractBase.defineMethod
(String name, TypeDefinition returnType, ModifierContributor.ForMethod... modifierContributor) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.AbstractBase.Delegator.defineMethod
(String name, TypeDefinition returnType, int modifiers) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.defineMethod
(String name, Type returnType, int modifiers) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.defineMethod
(String name, Type returnType, Collection<? extends ModifierContributor.ForMethod> modifierContributors) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.defineMethod
(String name, Type returnType, ModifierContributor.ForMethod... modifierContributor) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.defineMethod
(String name, TypeDefinition returnType, int modifiers) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.defineMethod
(String name, TypeDefinition returnType, Collection<? extends ModifierContributor.ForMethod> modifierContributors) Defines the specified method to be declared by the instrumented type.DynamicType.Builder.defineMethod
(String name, TypeDefinition returnType, ModifierContributor.ForMethod... modifierContributor) Defines the specified method to be declared by the instrumented type. -
Uses of DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.MethodDefinition.ParameterDefinition.InitialModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.defineConstructor
(int modifiers) Defines the specified constructor to be declared by the instrumented type.DecoratingDynamicTypeBuilder.defineMethod
(String name, TypeDefinition returnType, int modifiers) Defines the specified method to be declared by the instrumented type.