Uses of Interface
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant
Packages that use TypePool.Default.AnnotationRegistrant
Package
Description
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of TypePool.Default.AnnotationRegistrant in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.AnnotationRegistrantModifier and TypeClassDescriptionstatic class
An abstract base implementation of an annotation registrant.protected static class
A base implementation for a collector for a type variable.protected static class
A base implementation for a collector for a type variable with an index.protected static class
A base implementation for a collector for a type variable with two indices.static class
An annotation collector for a byte code element.static class
An annotation collector for a byte code element with an index.static class
An annotation collector for a type variable.static class
An annotation collector for a type variable with an index.static class
An annotation collector for a type variable with two indices.protected class
An annotation registrant for registering the values on an array that is itself an annotation property.protected class
An annotation registrant for registering values of an array.protected class
A method extractor reads a method within a class file and collects data that is relevant to creating a related method description.Fields in net.bytebuddy.pool declared as TypePool.Default.AnnotationRegistrantModifier and TypeFieldDescriptionprivate final TypePool.Default.AnnotationRegistrant
TypePool.Default.TypeExtractor.AnnotationExtractor.annotationRegistrant
The annotation registrant to register found annotation values on.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.AnnotationRegistrantModifierConstructorDescriptionprotected
AnnotationExtractor
(TypePool.Default.AnnotationRegistrant annotationRegistrant, TypePool.Default.ComponentTypeLocator componentTypeLocator) Creates a new annotation extractor.