public interface FieldTransformer
| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldTransformer.Compound
A compound field transformer that applies a list of given transformers in the given order.
|
static class |
FieldTransformer.NoOp
A field transformer that returns the original field.
|
static class |
FieldTransformer.Simple
A simple implementation of a field transformer.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDescription |
transform(TypeDescription instrumentedType,
FieldDescription fieldDescription)
Transforms a field.
|
FieldDescription transform(TypeDescription instrumentedType, FieldDescription fieldDescription)
instrumentedType - The instrumented type.fieldDescription - The field to be transformed.Copyright © 2014–2016. All rights reserved.