Package | Description |
---|---|
net.bytebuddy.description |
Classes of this package allow the representation of Java classes, their member and their meta data.
|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
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.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.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
TypeDescription s without
loading any classes. |
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
Class and Description |
---|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationDescription.AbstractBase
An adapter implementation of an annotation.
|
AnnotationDescription.AbstractBase.ForPrepared
An abstract implementation of a loadable annotation description.
|
AnnotationDescription.AnnotationValue
A description of an annotation's value.
|
AnnotationDescription.AnnotationValue.Loaded
A loaded variant of an
AnnotationDescription.AnnotationValue . |
AnnotationDescription.AnnotationValue.Loaded.State
Represents the state of a
AnnotationDescription.AnnotationValue.Loaded annotation property. |
AnnotationDescription.Builder
A builder for pragmatically creating
AnnotationDescription . |
AnnotationDescription.Latent.Loadable
A loadable annotation description of a latent annotation description.
|
AnnotationDescription.Loadable
An annotation description that is linked to a given loaded annotation type which allows its representation
as a fully loaded instance.
|
AnnotationList
Defines a list of annotation instances.
|
AnnotationList.AbstractBase
An abstract base implementation of an annotation list.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationDescription.Loadable
An annotation description that is linked to a given loaded annotation type which allows its representation
as a fully loaded instance.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationList
Defines a list of annotation instances.
|
Class and Description |
---|
AnnotatedCodeElement
Describes an element that declares annotations.
|
AnnotationDescription
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationDescription.AnnotationValue
A description of an annotation's value.
|
AnnotationDescription.AnnotationValue.Loaded
A loaded variant of an
AnnotationDescription.AnnotationValue . |
AnnotationDescription.AnnotationValue.Loaded.State
Represents the state of a
AnnotationDescription.AnnotationValue.Loaded annotation property. |
AnnotationList
Defines a list of annotation instances.
|
Copyright © 2014–2016. All rights reserved.