Package | Description |
---|---|
net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescription s without
loading any classes. |
Modifier and Type | Class and Description |
---|---|
static class |
TypePool.Default.AnnotationRegistrant.AbstractBase
An abstract base implementation of an annotation registrant.
|
protected static class |
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
A base implementation for a collector for a type variable.
|
protected static class |
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
A base implementation for a collector for a type variable with an index.
|
protected static class |
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
A base implementation for a collector for a type variable with two indices.
|
static class |
TypePool.Default.AnnotationRegistrant.ForByteCodeElement
An annotation collector for a byte code element.
|
static class |
TypePool.Default.AnnotationRegistrant.ForByteCodeElement.WithIndex
An annotation collector for a byte code element with an index.
|
static class |
TypePool.Default.AnnotationRegistrant.ForTypeVariable
An annotation collector for a type variable.
|
static class |
TypePool.Default.AnnotationRegistrant.ForTypeVariable.WithIndex
An annotation collector for a type variable with an index.
|
static class |
TypePool.Default.AnnotationRegistrant.ForTypeVariable.WithIndex.DoubleIndexed
An annotation collector for a type variable with two indices.
|
protected class |
TypePool.Default.TypeExtractor.AnnotationExtractor.AnnotationLookup
An annotation registrant for registering the values on an array that is itself an annotation property.
|
protected class |
TypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup
An annotation registrant for registering values of an array.
|
protected class |
TypePool.Default.TypeExtractor.MethodExtractor
A method extractor reads a method within a class file and collects data that is relevant
to creating a related method description.
|
Constructor and Description |
---|
AnnotationExtractor(TypePool.Default.AnnotationRegistrant annotationRegistrant,
TypePool.Default.ComponentTypeLocator componentTypeLocator)
Creates a new annotation extractor.
|
Copyright © 2014–2020. All rights reserved.