Uses of Enum
net.bytebuddy.description.annotation.AnnotationValue.Sort
Packages that use AnnotationValue.Sort
Package
Description
Contains descriptions of annotations and annotation values.
-
Uses of AnnotationValue.Sort in net.bytebuddy.description.annotation
Subclasses with type arguments of type AnnotationValue.Sort in net.bytebuddy.description.annotationMethods in net.bytebuddy.description.annotation that return AnnotationValue.SortModifier and TypeMethodDescriptionAnnotationValue.ForAnnotationDescription.getSort()Returns the property type of the annotation value.AnnotationValue.ForConstant.getSort()Returns the property type of the annotation value.AnnotationValue.ForDescriptionArray.getSort()Returns the property type of the annotation value.AnnotationValue.ForEnumerationDescription.getSort()Returns the property type of the annotation value.AnnotationValue.ForEnumerationDescription.WithUnknownConstant.getSort()Returns the property type of the annotation value.AnnotationValue.ForIncompatibleType.getSort()Returns the property type of the annotation value.AnnotationValue.ForMismatchedType.getSort()Returns the property type of the annotation value.AnnotationValue.ForMissingType.getSort()Returns the property type of the annotation value.AnnotationValue.ForMissingValue.getSort()Returns the property type of the annotation value.AnnotationValue.ForTypeDescription.getSort()Returns the property type of the annotation value.AnnotationValue.getSort()Returns the property type of the annotation value.static AnnotationValue.SortAnnotationValue.Sort.of(TypeDefinition typeDefinition) Resolves a sort for the provided type definition.static AnnotationValue.SortReturns the enum constant of this type with the specified name.static AnnotationValue.Sort[]AnnotationValue.Sort.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.description.annotation with parameters of type AnnotationValue.SortModifier and TypeMethodDescriptionAnnotationValue.RenderingDispatcher.toArrayErrorString(AnnotationValue.Sort sort) Resolves a string for representing an inconsistently typed array of an annotation property.