T
- The most specific known loaded type that is implemented by the created dynamic type, usually the
type itself, an interface or the direct super class.public static interface DynamicType.Builder.MatchedMethodInterception<T>
Modifier and Type | Method and Description |
---|---|
DynamicType.Builder.MethodAnnotationTarget<T> |
intercept(Instrumentation instrumentation)
Intercepts the currently selected method by a given instrumentation.
|
DynamicType.Builder.MethodAnnotationTarget<T> |
withoutCode()
Implements the currently selected methods as
abstract methods. |
DynamicType.Builder.MethodAnnotationTarget<T> intercept(Instrumentation instrumentation)
instrumentation
- An instrumentation to apply to the currently selected method.DynamicType.Builder.MethodAnnotationTarget<T> withoutCode()
abstract
methods.abstract
methods.Copyright © 2014. All rights reserved.