Uses of Interface
net.bytebuddy.description.annotation.AnnotationValue.ForConstant.PropertyDelegate
-
Packages that use AnnotationValue.ForConstant.PropertyDelegate Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationValue.ForConstant.PropertyDelegate in net.bytebuddy.description.annotation
Classes in net.bytebuddy.description.annotation that implement AnnotationValue.ForConstant.PropertyDelegate Modifier and Type Class Description static class
AnnotationValue.ForConstant.PropertyDelegate.ForArrayType
A property delegate for an array type of a constant value.static class
AnnotationValue.ForConstant.PropertyDelegate.ForNonArrayType
A property delegate for a non-array type.Fields in net.bytebuddy.description.annotation declared as AnnotationValue.ForConstant.PropertyDelegate Modifier and Type Field Description private AnnotationValue.ForConstant.PropertyDelegate
AnnotationValue.ForConstant.Loaded. propertyDelegate
The property delegate for the value's type.private AnnotationValue.ForConstant.PropertyDelegate
AnnotationValue.ForConstant. propertyDelegate
The property delegate for the value's type.Constructors in net.bytebuddy.description.annotation with parameters of type AnnotationValue.ForConstant.PropertyDelegate Constructor Description ForConstant(U value, AnnotationValue.ForConstant.PropertyDelegate propertyDelegate)
Creates a new constant annotation value.Loaded(V value, AnnotationValue.ForConstant.PropertyDelegate propertyDelegate)
Creates a new loaded representation of a constant value.
-