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
TypeDescriptions 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 classAn abstract base implementation of an annotation registrant.protected static classA base implementation for a collector for a type variable.protected static classA base implementation for a collector for a type variable with an index.protected static classA base implementation for a collector for a type variable with two indices.static classAn annotation collector for a byte code element.static classAn annotation collector for a byte code element with an index.static classAn annotation collector for a type variable.static classAn annotation collector for a type variable with an index.static classAn annotation collector for a type variable with two indices.protected classAn annotation registrant for registering the values on an array that is itself an annotation property.protected classAn annotation registrant for registering values of an array.protected classA 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.AnnotationRegistrantTypePool.Default.TypeExtractor.AnnotationExtractor.annotationRegistrantThe annotation registrant to register found annotation values on.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.AnnotationRegistrantModifierConstructorDescriptionprotectedAnnotationExtractor(TypePool.Default.AnnotationRegistrant annotationRegistrant, TypePool.Default.ComponentTypeLocator componentTypeLocator) Creates a new annotation extractor.