public static interface NamingStrategy.SuffixingRandom.BaseNameResolver
| Modifier and Type | Interface and Description |
|---|---|
static class |
NamingStrategy.SuffixingRandom.BaseNameResolver.ForFixedValue
A base name resolver that simply returns a fixed value.
|
static class |
NamingStrategy.SuffixingRandom.BaseNameResolver.ForGivenType
Uses a specific type's name as the resolved name.
|
static class |
NamingStrategy.SuffixingRandom.BaseNameResolver.ForUnnamedType
Uses the unnamed type's super type's name as the resolved name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(TypeDescription typeDescription)
Resolves the base name for a given type description.
|
String resolve(TypeDescription typeDescription)
typeDescription - The type for which the base name is resolved.Copyright © 2014–2016. All rights reserved.