Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.dynamic.scaffold.subclass |
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type. |
Class and Description |
---|
ConstructorStrategy
A constructor strategy is responsible for creating bootstrap constructors for a
SubclassDynamicTypeBuilder . |
Class and Description |
---|
ConstructorStrategy
A constructor strategy is responsible for creating bootstrap constructors for a
SubclassDynamicTypeBuilder . |
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. |
Copyright © 2014. All rights reserved.