Modifier and Type | Class and Description |
---|---|
public static class | |
public static class | Transformer.ForField
A transformer for a field that delegates to another transformer that transforms a |
public static class | Transformer.ForMethod
A transformer for a field that delegates to another transformer that transforms a |
public static enum | Transformer.NoOp
A non-operational transformer that returns the received instance. |
Modifier and Type | Method and Description |
---|---|
public T | Returns: The transformed instance.The instrumented type that declares the target being transformed. instrumentedType, T The target entity that is being transformed. target)Transforms the supplied target. |