Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement
-
Packages that use TypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement in net.bytebuddy.description.type Modifier and Type Class Description static class
TypeDescription.Generic.LazyProjection.ForLoadedFieldType
A lazy projection of a field's type.static class
TypeDescription.Generic.LazyProjection.ForLoadedReturnType
A lazy projection of a method's generic return type.static class
TypeDescription.Generic.LazyProjection.OfConstructorParameter
A lazy projection of the parameter type of aConstructor
.static class
TypeDescription.Generic.LazyProjection.OfMethodParameter
A lazy projection of the parameter type of aMethod
.static class
TypeDescription.Generic.LazyProjection.OfRecordComponent
A lazy projection of ajava.lang.reflect.RecordComponent
's type.private static class
TypeList.Generic.OfConstructorExceptionTypes.TypeProjection
A projection of a specific exception type.private static class
TypeList.Generic.OfMethodExceptionTypes.TypeProjection
A projection of a specific exception type.
-