DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.define(MethodDescription methodDescription)
Defines a new method or constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.define(MethodDescription methodDescription) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.define(MethodDescription methodDescription) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineConstructor(Constructor<?> constructor)
Defines a new constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineConstructor(Constructor<?> constructor) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineConstructor(Constructor<?> constructor) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineConstructor(Iterable<? extends Class<?>> parameterTypes,
int modifiers)
Defines a new constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineConstructor(Iterable<? extends Class<?>> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineConstructor(Iterable<? extends Class<?>> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineConstructor(Iterable<? extends Class<?>> parameterTypes,
ModifierContributor.ForMethod... modifier)
Defines a new constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineConstructor(Iterable<? extends Class<?>> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineConstructor(Iterable<? extends Class<?>> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineConstructor(List<? extends TypeDescription> parameterTypes,
int modifiers)
Defines a new constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineConstructor(List<? extends TypeDescription> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineConstructor(List<? extends TypeDescription> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineConstructor(List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier)
Defines a new constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineConstructor(List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineConstructor(List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineConstructor(MethodDescription methodDescription)
Defines a new constructor for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineConstructor(MethodDescription methodDescription) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineConstructor(MethodDescription methodDescription) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineMethod(Method method)
Defines a new method for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineMethod(Method method) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineMethod(Method method) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineMethod(MethodDescription methodDescription)
Defines a new method for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineMethod(MethodDescription methodDescription) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineMethod(MethodDescription methodDescription) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineMethod(String name,
Class<?> returnType,
List<? extends Class<?>> parameterTypes,
int modifiers)
Defines a new method for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineMethod(String name,
Class<?> returnType,
List<? extends Class<?>> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineMethod(String name,
Class<?> returnType,
List<? extends Class<?>> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineMethod(String name,
Class<?> returnType,
List<? extends Class<?>> parameterTypes,
ModifierContributor.ForMethod... modifier)
Defines a new method for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineMethod(String name,
Class<?> returnType,
List<? extends Class<?>> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineMethod(String name,
Class<?> returnType,
List<? extends Class<?>> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
int modifiers)
Defines a new method for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
int modifiers) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
DynamicType.Builder.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier)
Defines a new method for this type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
DynamicType.Builder.AbstractBase.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier) |