| Package | Description |
|---|---|
| net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
| net.bytebuddy.description |
Classes of this package allow the representation of Java classes, their member and their meta data.
|
| net.bytebuddy.description.field |
Contains descriptions of Java fields.
|
| net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| net.bytebuddy.description.type.generic |
Contains descriptions for generic types as defined in the Java programming language.
|
| 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. |
| net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
| net.bytebuddy.implementation.attribute |
All types and classes in this package are responsible for writing attributes for a given Java byte code element,
i.e.
|
| net.bytebuddy.implementation.bind.annotation |
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
|
| net.bytebuddy.matcher |
Contains an API for matching Java byte code entities.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.Visitor
A visitor that can be applied to a
GenericTypeDescription for differentiating on the sort of the visited type. |
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.Visitor
A visitor that can be applied to a
GenericTypeDescription for differentiating on the sort of the visited type. |
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.ForTypeVariable
A base implementation of a generic type description that represents a type variable.
|
| GenericTypeDescription.Visitor
A visitor that can be applied to a
GenericTypeDescription for differentiating on the sort of the visited type. |
| GenericTypeDescription.Visitor.Substitutor
An abstract implementation of a visitor that substitutes generic types by replacing (nested)
type variables and/or non-generic component types.
|
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| TypeVariableSource.Visitor
A visitor that can be applied to a type variable source.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.ForTypeVariable
A base implementation of a generic type description that represents a type variable.
|
| GenericTypeDescription.Sort
Represents a
GenericTypeDescription's form. |
| GenericTypeDescription.Visitor
A visitor that can be applied to a
GenericTypeDescription for differentiating on the sort of the visited type. |
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| TypeVariableSource.Visitor
A visitor that can be applied to a type variable source.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.ForGenericArray
A base implementation of a generic type description that represents a potentially generic array.
|
| GenericTypeDescription.ForNonGenericType
A raw type representation of a non-generic type.
|
| GenericTypeDescription.ForParameterizedType
A base implementation of a generic type description that represents a parameterized type.
|
| GenericTypeDescription.ForTypeVariable
A base implementation of a generic type description that represents a type variable.
|
| GenericTypeDescription.ForTypeVariable.InDetachedForm
An abstract implementation of a description of a type variable in detached form.
|
| GenericTypeDescription.ForWildcardType
A base implementation of a generic type description that represents a wildcard type.
|
| GenericTypeDescription.LazyProjection
A lazy projection of a generic type.
|
| GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher
A dispatcher for introspecting a method's types.
|
| GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm
A dispatcher for a VM that does not support the
java.lang.reflect.Parameter API that throws an exception
for any property. |
| GenericTypeDescription.Sort
Represents a
GenericTypeDescription's form. |
| GenericTypeDescription.Visitor
A visitor that can be applied to a
GenericTypeDescription for differentiating on the sort of the visited type. |
| GenericTypeDescription.Visitor.ForSignatureVisitor
Visits a generic type and appends the discovered type to the supplied signature visitor.
|
| GenericTypeDescription.Visitor.NoOp
A non-operational generic type visitor.
|
| GenericTypeDescription.Visitor.Substitutor
An abstract implementation of a visitor that substitutes generic types by replacing (nested)
type variables and/or non-generic component types.
|
| GenericTypeDescription.Visitor.Substitutor.ForAttachment
A substitutor that attaches type variables to a type variable source and replaces representations of
TargetType with a given declaring type. |
| GenericTypeDescription.Visitor.Substitutor.ForDetachment
A visitor for detaching a type from its declaration context by detaching type variables.
|
| GenericTypeDescription.Visitor.TypeErasing
A visitor that returns the erasure of any visited type.
|
| GenericTypeDescription.Visitor.TypeVariableErasing
A visitor for erasing type variables on the most fine-grained level.
|
| GenericTypeDescription.Visitor.TypeVariableErasing.PartialErasureReviser
A visitor for checking if a type can be erased partially when defined as a parameter of a parameterized type.
|
| GenericTypeList
A list containing descriptions of generic types.
|
| GenericTypeList.AbstractBase
An abstract base implementation of a generic type list.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| TypeVariableSource.Visitor
A visitor that can be applied to a type variable source.
|
| TypeVariableSource.Visitor.NoOp
A none-operational implementation of a type variable visitor that simply returns the visited source.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.Sort
Represents a
GenericTypeDescription's form. |
| GenericTypeList
A list containing descriptions of generic types.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
| GenericTypeDescription.ForParameterizedType
A base implementation of a generic type description that represents a parameterized type.
|
| GenericTypeDescription.ForTypeVariable
A base implementation of a generic type description that represents a type variable.
|
| GenericTypeDescription.Sort
Represents a
GenericTypeDescription's form. |
| GenericTypeList
A list containing descriptions of generic types.
|
| TypeVariableSource
A type variable source represents a byte code element that can declare type variables.
|
| Class and Description |
|---|
| GenericTypeDescription
Represents a generic type of the Java programming language.
|
Copyright © 2014–2015. All rights reserved.