DynamicType by
creating a subclass of a given type.See: Description
| Interface | Description |
|---|---|
| ConstructorStrategy |
A constructor strategy is responsible for creating bootstrap constructors for a
SubclassDynamicTypeBuilder. |
| Class | Description |
|---|---|
| SubclassDynamicTypeBuilder<T> |
Creates a dynamic type on basis of loaded types where the dynamic type extends the loaded types.
|
| SubclassInstrumentationTarget |
An instrumentation target for creating a subclass of a given type.
|
| SubclassInstrumentationTarget.Factory |
A factory for creating a
SubclassInstrumentationTarget. |
| SubclassInstrumentedType |
Represents a type instrumentation that creates a new type based on a given superclass.
|
| Enum | Description |
|---|---|
| ConstructorStrategy.Default |
Default implementations of constructor strategies.
|
| SubclassInstrumentationTarget.OriginTypeIdentifier |
Responsible for identifying the origin type that an instrumentation target represents when
Instrumentation.Target.getOriginType() is invoked. |
DynamicType by
creating a subclass of a given type.Copyright © 2014–2015. All rights reserved.