Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator
Packages that use TypeDescription.Generic.AnnotationReader.Delegator
Package
Description
Contains descriptions of Java types and packages.
-
Uses of TypeDescription.Generic.AnnotationReader.Delegator in net.bytebuddy.description.type
Modifier and TypeClassDescriptionprotected static class
A chained delegator that bases its result on an underlying annotation reader.static class
A delegating annotation reader for an annotated exception variable.static class
A delegating annotation reader for an annotated parameter variable.static class
A delegating annotation reader for an annotated field variable.static class
A delegating annotation reader for an annotated interface type.static class
A delegating annotation reader for an annotated return variable.static class
An annotation reader for ajava.lang.reflect.RecordComponent
.static class
A delegating annotation reader for an annotated super type.static class
A delegating annotation reader for an annotated type variable.static class
A simple delegator for a givenAnnotatedElement
.static class
A chained annotation reader for reading a component type.static class
A chained annotation reader for reading an owner type.static class
A chained annotation reader for reading a parameterized type's type argument.static class
A chained annotation reader for reading a type variable's type argument.protected static class
A chained annotation reader for reading a formal type variable's type argument.static class
A chained annotation reader for reading a wildcard type's lower bound type.static class
A chained annotation reader for reading a wildcard type's upper bound type.