DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.implement(java.util.Collection<? extends TypeDefinition> interfaceTypes) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Delegator.implement(java.util.Collection<? extends TypeDefinition> interfaceTypes) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.implement(java.lang.reflect.Type... interfaceType) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.implement(java.util.List<? extends java.lang.reflect.Type> interfaceTypes) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.implement(TypeDefinition... interfaceType) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<T> |
DynamicType.Builder.implement(java.lang.reflect.Type... interfaceType) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<T> |
DynamicType.Builder.implement(java.util.Collection<? extends TypeDefinition> interfaceTypes) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<T> |
DynamicType.Builder.implement(java.util.List<? extends java.lang.reflect.Type> interfaceTypes) |
Implements the supplied interfaces for the instrumented type.
|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<T> |
DynamicType.Builder.implement(TypeDefinition... interfaceType) |
Implements the supplied interfaces for the instrumented type.
|