Uses of Class
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase
-
Packages that use TypePool.Default.AnnotationRegistrant.AbstractBase Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.AnnotationRegistrant.AbstractBase in net.bytebuddy.pool
Subclasses of TypePool.Default.AnnotationRegistrant.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description 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.
-