| Package | Description |
|---|---|
| net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Class and Description |
|---|
| TypePool
A type pool allows the retrieval of
TypeDescription by its name. |
| TypePool.CacheProvider
A cache provider for a
TypePool. |
| Class and Description |
|---|
| TypePool
A type pool allows the retrieval of
TypeDescription by its name. |
| TypePool.AbstractBase
A base implementation of a
TypePool that is managing a cache provider and
that handles the description of array and primitive types. |
| TypePool.AbstractBase.RawNonPrimitiveArray.ComponentTypeReference
A lazy representation of the component type of an array.
|
| TypePool.CacheProvider
A cache provider for a
TypePool. |
| TypePool.CacheProvider.NoOp
A non-operational cache that does not store any type descriptions.
|
| TypePool.Default.AnnotationRegistrant
An annotation registrant implements a visitor pattern for reading an unknown amount of values of annotations.
|
| TypePool.Default.ComponentTypeLocator
A component type locator allows for the lazy location of an array's component type.
|
| TypePool.Default.ComponentTypeLocator.Illegal
A component type locator which cannot legally resolve an array's component type.
|
| TypePool.LazyTypeDescription.AnnotationToken
A token for representing collected data on an annotation.
|
| TypePool.LazyTypeDescription.DeclarationContext
A declaration context encapsulates information about whether a type was declared within another type
or within a method of another type.
|
| TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
Represents a self-declared type that is not defined within another type.
|
| TypePool.LazyTypeDescription.FieldToken
A token for representing collected data on a field.
|
| TypePool.LazyTypeDescription.MethodToken
A token for representing collected data on a method.
|
| TypePool.LazyTypeDescription.MethodToken.ParameterToken
A token representing a method's parameter.
|
| TypePool.Resolution
A resolution of a
TypePool which was queried for a description. |
Copyright © 2014–2015. All rights reserved.