Uses of Class
net.bytebuddy.description.annotation.AnnotationValue.Sort
-
Packages that use AnnotationValue.Sort Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of AnnotationValue.Sort in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation that return AnnotationValue.Sort Modifier and Type Method Description AnnotationValue.Sort
AnnotationValue.ForAnnotationDescription. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForConstant. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForDescriptionArray. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForEnumerationDescription. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForEnumerationDescription.WithUnknownConstant. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForIncompatibleType. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForMismatchedType. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForMissingType. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForMissingValue. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
AnnotationValue.ForTypeDescription. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
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
AnnotationValue.Sort. valueOf(java.lang.String name)
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.Sort Modifier and Type Method Description java.lang.String
AnnotationValue.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.Sort Modifier and Type Field Description private AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType. sort
The mismatched array type.Methods in net.bytebuddy.pool that return AnnotationValue.Sort Modifier and Type Method Description AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValue. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType. getSort()
Returns the property type of the annotation value.AnnotationValue.Sort
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForTypeValue. getSort()
Returns the property type of the annotation value.Constructors in net.bytebuddy.pool with parameters of type AnnotationValue.Sort Constructor Description ForMismatchedType(java.lang.String value, AnnotationValue.Sort sort)
Creates a new mismatched type proxy.
-