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 classAnnotationValue.ForConstant.PropertyDelegate.ForArrayTypeA property delegate for an array type of a constant value.static classAnnotationValue.ForConstant.PropertyDelegate.ForNonArrayTypeA 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.PropertyDelegateAnnotationValue.ForConstant.Loaded. propertyDelegateThe property delegate for the value's type.private AnnotationValue.ForConstant.PropertyDelegateAnnotationValue.ForConstant. propertyDelegateThe 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.
-