public interface MethodTransformer
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodTransformer.Compound
A method transformer that applies several method transformers in a row.
|
static class |
MethodTransformer.NoOp
A method transformer that returns the original method.
|
static class |
MethodTransformer.Simple
A method transformer that modifies method properties by applying a
MethodTransformer.Simple.TokenTransformer. |
| Modifier and Type | Method and Description |
|---|---|
MethodDescription |
transform(TypeDescription instrumentedType,
MethodDescription methodDescription)
Transforms a method.
|
MethodDescription transform(TypeDescription instrumentedType, MethodDescription methodDescription)
instrumentedType - The instrumented type.methodDescription - The method to be transformed.Copyright © 2014–2016. All rights reserved.