Uses of Enum
net.bytebuddy.description.annotation.AnnotationValue.Sort
Packages that use AnnotationValue.Sort
Package
Description
Contains descriptions of annotations and annotation values.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of AnnotationValue.Sort in net.bytebuddy.description.annotation
Methods 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.Sort
AnnotationValue.Sort.of
(TypeDefinition typeDefinition) Resolves a sort for the provided type definition.static AnnotationValue.Sort
Returns 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. -
Uses of AnnotationValue.Sort in net.bytebuddy.pool
Fields in net.bytebuddy.pool declared as AnnotationValue.SortModifier and TypeFieldDescriptionprivate final AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType.sort
The mismatched array type.Methods in net.bytebuddy.pool that return AnnotationValue.SortModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValue.getSort()
Returns the property type of the annotation value.TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray.getSort()
Returns the property type of the annotation value.TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue.getSort()
Returns the property type of the annotation value.TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType.getSort()
Returns the property type of the annotation value.TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForTypeValue.getSort()
Returns the property type of the annotation value.Constructors in net.bytebuddy.pool with parameters of type AnnotationValue.SortModifierConstructorDescriptionprivate
ForMismatchedType
(String value, AnnotationValue.Sort sort) Creates a new mismatched type proxy.