public static interface Instrumentation.Context.Default.AuxiliaryTypeNamingStrategy
Modifier and Type | Interface and Description |
---|---|
static class |
Instrumentation.Context.Default.AuxiliaryTypeNamingStrategy.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(AuxiliaryType auxiliaryType,
TypeDescription instrumentedType)
NAmes an auxiliary type.
|
String name(AuxiliaryType auxiliaryType, TypeDescription instrumentedType)
auxiliaryType
- The auxiliary type to name.instrumentedType
- The instrumented type for which an auxiliary type is registered.Copyright © 2014. All rights reserved.