Uses of Interface
net.bytebuddy.description.annotation.AnnotationValue.ForConstant.PropertyDelegate
Packages that use AnnotationValue.ForConstant.PropertyDelegate
Package
Description
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.PropertyDelegateModifier and TypeClassDescriptionstatic enumA property delegate for an array type of a constant value.static enumA property delegate for a non-array type.Fields in net.bytebuddy.description.annotation declared as AnnotationValue.ForConstant.PropertyDelegateModifier and TypeFieldDescriptionprivate final AnnotationValue.ForConstant.PropertyDelegateAnnotationValue.ForConstant.Loaded.propertyDelegateThe property delegate for the value's type.private final AnnotationValue.ForConstant.PropertyDelegateAnnotationValue.ForConstant.propertyDelegateThe property delegate for the value's type.Constructors in net.bytebuddy.description.annotation with parameters of type AnnotationValue.ForConstant.PropertyDelegateModifierConstructorDescriptionprotectedForConstant(U value, AnnotationValue.ForConstant.PropertyDelegate propertyDelegate) Creates a new constant annotation value.protectedLoaded(V value, AnnotationValue.ForConstant.PropertyDelegate propertyDelegate) Creates a new loaded representation of a constant value.