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 creatingTypeDescriptions 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.SortAnnotationValue.ForAnnotationDescription. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForConstant. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForDescriptionArray. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForEnumerationDescription. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForEnumerationDescription.WithUnknownConstant. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForIncompatibleType. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForMismatchedType. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForMissingType. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForMissingValue. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue.ForTypeDescription. getSort()Returns the property type of the annotation value.AnnotationValue.SortAnnotationValue. 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.SortAnnotationValue.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.StringAnnotationValue.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.SortTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType. sortThe mismatched array type.Methods in net.bytebuddy.pool that return AnnotationValue.Sort Modifier and Type Method Description AnnotationValue.SortTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValue. getSort()Returns the property type of the annotation value.AnnotationValue.SortTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray. getSort()Returns the property type of the annotation value.AnnotationValue.SortTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue. getSort()Returns the property type of the annotation value.AnnotationValue.SortTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType. getSort()Returns the property type of the annotation value.AnnotationValue.SortTypePool.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.
-