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. |
Modifier and Type | Method and Description |
---|---|
String |
NamingStrategy.getName(NamingStrategy.UnnamedType unnamedType)
Generates a fully qualified internalName for a Java type.
|
String |
NamingStrategy.SuffixingRandom.getName(NamingStrategy.UnnamedType unnamedType) |
String |
NamingStrategy.Fixed.getName(NamingStrategy.UnnamedType UnnamedType) |
Modifier and Type | Class and Description |
---|---|
class |
SubclassInstumentedType
Represents a type instrumentation that creates a new type based on a loaded superclass.
|
Copyright © 2014. All rights reserved.