| Package | Description |
|---|---|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Class and Description |
|---|---|
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.FieldExtractor.OnFieldCollector
An annotation registrant that collects annotations that are declared on a field.
|
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.
|
protected class |
TypePool.Default.TypeExtractor.MethodExtractor.OnMethodCollector
An annotation registrant for annotations found on the method itself.
|
protected class |
TypePool.Default.TypeExtractor.MethodExtractor.OnMethodParameterCollector
An annotation registrant that collects annotations that are found on a specific parameter.
|
protected class |
TypePool.Default.TypeExtractor.OnTypeCollector
An annotation registrant that collects annotations found on a type.
|
| Constructor and Description |
|---|
AnnotationExtractor(TypePool.Default.AnnotationRegistrant annotationRegistrant,
TypePool.Default.ComponentTypeLocator componentTypeLocator)
Creates a new annotation extractor.
|
Copyright © 2014–2015. All rights reserved.