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 enum
A property delegate for an array type of a constant value.static enum
A property delegate for a non-array type.Fields in net.bytebuddy.description.annotation declared as AnnotationValue.ForConstant.PropertyDelegateModifier and TypeFieldDescriptionprivate final AnnotationValue.ForConstant.PropertyDelegate
AnnotationValue.ForConstant.Loaded.propertyDelegate
The property delegate for the value's type.private final 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.PropertyDelegateModifierConstructorDescriptionprotected
ForConstant
(U value, AnnotationValue.ForConstant.PropertyDelegate propertyDelegate) Creates a new constant annotation value.protected
Loaded
(V value, AnnotationValue.ForConstant.PropertyDelegate propertyDelegate) Creates a new loaded representation of a constant value.