public static interface AuxiliaryType.NamingStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuxiliaryType.NamingStrategy.SuffixingRandom
A naming strategy for an auxiliary type which returns the instrumented type's name with a fixed extension
and a random number as a suffix.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name(TypeDescription instrumentedType)
Names an auxiliary type.
|
String name(TypeDescription instrumentedType)
instrumentedType - The instrumented type for which an auxiliary type is registered.Copyright © 2014–2016. All rights reserved.