public static interface InstrumentedType.Factory
InstrumentedType.| Modifier and Type | Interface and Description |
|---|---|
static class |
InstrumentedType.Factory.Default
Default implementations of instrumented type factories.
|
| Modifier and Type | Method and Description |
|---|---|
InstrumentedType.WithFlexibleName |
represent(TypeDescription typeDescription)
Creates an instrumented type that represents the provided type.
|
InstrumentedType.WithFlexibleName |
subclass(String name,
int modifiers,
TypeDescription.Generic superClass)
Creates a new instrumented type as a subclass.
|
InstrumentedType.WithFlexibleName represent(TypeDescription typeDescription)
typeDescription - The type to represent.InstrumentedType.WithFlexibleName subclass(String name, int modifiers, TypeDescription.Generic superClass)
name - The type's name.modifiers - The type's modifiers.superClass - The type's super class.Copyright © 2014–2025. All rights reserved.