DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<U> |
DynamicType.Builder.AbstractBase.Adapter.defineConstructor(int modifiers) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineConstructor(java.util.Collection<? extends ModifierContributor.ForMethod> modifierContributors) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineConstructor(ModifierContributor.ForMethod... modifierContributor) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<U> |
DynamicType.Builder.AbstractBase.Delegator.defineConstructor(int modifiers) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineConstructor(int modifiers) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineConstructor(java.util.Collection<? extends ModifierContributor.ForMethod> modifierContributors) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineConstructor(ModifierContributor.ForMethod... modifierContributor) |
Defines the specified constructor to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<U> |
DynamicType.Builder.AbstractBase.Adapter.defineMethod(java.lang.String name,
TypeDefinition returnType,
int modifiers) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineMethod(java.lang.String name,
java.lang.reflect.Type returnType,
int modifiers) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineMethod(java.lang.String name,
java.lang.reflect.Type returnType,
java.util.Collection<? extends ModifierContributor.ForMethod> modifierContributors) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineMethod(java.lang.String name,
java.lang.reflect.Type returnType,
ModifierContributor.ForMethod... modifierContributor) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineMethod(java.lang.String name,
TypeDefinition returnType,
java.util.Collection<? extends ModifierContributor.ForMethod> modifierContributors) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<S> |
DynamicType.Builder.AbstractBase.defineMethod(java.lang.String name,
TypeDefinition returnType,
ModifierContributor.ForMethod... modifierContributor) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<U> |
DynamicType.Builder.AbstractBase.Delegator.defineMethod(java.lang.String name,
TypeDefinition returnType,
int modifiers) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineMethod(java.lang.String name,
java.lang.reflect.Type returnType,
int modifiers) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineMethod(java.lang.String name,
java.lang.reflect.Type returnType,
java.util.Collection<? extends ModifierContributor.ForMethod> modifierContributors) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineMethod(java.lang.String name,
java.lang.reflect.Type returnType,
ModifierContributor.ForMethod... modifierContributor) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineMethod(java.lang.String name,
TypeDefinition returnType,
int modifiers) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineMethod(java.lang.String name,
TypeDefinition returnType,
java.util.Collection<? extends ModifierContributor.ForMethod> modifierContributors) |
Defines the specified method to be declared by the instrumented type.
|
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<T> |
DynamicType.Builder.defineMethod(java.lang.String name,
TypeDefinition returnType,
ModifierContributor.ForMethod... modifierContributor) |
Defines the specified method to be declared by the instrumented type.
|