Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
net.bytebuddy.dynamic.scaffold.inline |
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type. |
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 |
---|
ClassVisitorWrapper
A class visitor wrapper is used in order to register an intermediate ASM
ClassVisitor which
is applied to the main type created by a DynamicType.Builder but not
to any AuxiliaryType s, if any. |
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrapper s. |
Class and Description |
---|
ClassVisitorWrapper
A class visitor wrapper is used in order to register an intermediate ASM
ClassVisitor which
is applied to the main type created by a DynamicType.Builder but not
to any AuxiliaryType s, if any. |
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrapper s. |
Class and Description |
---|
ClassVisitorWrapper
A class visitor wrapper is used in order to register an intermediate ASM
ClassVisitor which
is applied to the main type created by a DynamicType.Builder but not
to any AuxiliaryType s, if any. |
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrapper s. |
Class and Description |
---|
ClassVisitorWrapper
A class visitor wrapper is used in order to register an intermediate ASM
ClassVisitor which
is applied to the main type created by a DynamicType.Builder but not
to any AuxiliaryType s, if any. |
Class and Description |
---|
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrapper s. |
Class and Description |
---|
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrapper s. |
Copyright © 2014–2015. All rights reserved.