Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.LazyAnnotationValue
-
Packages that use TypePool.Default.LazyTypeDescription.LazyAnnotationValue Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.LazyAnnotationValue in net.bytebuddy.pool
Subclasses of TypePool.Default.LazyTypeDescription.LazyAnnotationValue in net.bytebuddy.pool Modifier and Type Class Description private static class
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValue
A lazy annotation value description for an annotation value.private static class
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray
A lazy projection of an annotation value that contains an array of values.private static class
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue
A lazy annotation value description for an enumeration value.private static class
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForTypeValue
A lazy annotation value description for a type value.
-