Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
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.subclass |
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type. |
net.bytebuddy.instrumentation |
The instrumentation package contains any logic for intercepting method calls.
|
net.bytebuddy.instrumentation.type.auxiliary |
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType . |
Class and Description |
---|
ByteBuddy
ByteBuddy is a configurable factory for creating DynamicType s which represent
dynamically created Java Class es which can be saved on disk or loaded into the Java virtual
machine. |
ByteBuddy.Definable
Any definable instance is either
ByteBuddy.Definable.Defined when a value is provided
or ByteBuddy.Definable.Undefined if a value is not provided. |
ByteBuddy.MatchedMethodInterception
A matched method interception for a non-optional method definition.
|
ByteBuddy.MethodAnnotationTarget
A
ByteBuddy configuration with a selected set of methods for which annotations can
be defined. |
ByteBuddy.MethodInterceptable
Implementations of this interface are capable of defining a method interception for a given set of methods.
|
ByteBuddy.OptionalMethodInterception
An optional method interception that allows to intercept a method selection only if this is needed.
|
ClassFileVersion
A wrapper object for representing a validated class file version in the format that is specified by the
JVMS.
|
NamingStrategy
A naming strategy for finding a fully qualified internalName for a Java type.
|
NamingStrategy.UnnamedType
An description of a type which is to be named.
|
Class and Description |
---|
ClassFileVersion
A wrapper object for representing a validated class file version in the format that is specified by the
JVMS.
|
Class and Description |
---|
ClassFileVersion
A wrapper object for representing a validated class file version in the format that is specified by the
JVMS.
|
Class and Description |
---|
ClassFileVersion
A wrapper object for representing a validated class file version in the format that is specified by the
JVMS.
|
NamingStrategy
A naming strategy for finding a fully qualified internalName for a Java type.
|
NamingStrategy.UnnamedType
An description of a type which is to be named.
|
Class and Description |
---|
ClassFileVersion
A wrapper object for representing a validated class file version in the format that is specified by the
JVMS.
|
Class and Description |
---|
ClassFileVersion
A wrapper object for representing a validated class file version in the format that is specified by the
JVMS.
|
Copyright © 2014. All rights reserved.