Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
Modifier and Type | Method and Description |
---|---|
AnnotationValue.Sort |
AnnotationValue.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.ForAnnotationDescription.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.ForTypeDescription.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.ForMissingType.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.ForMissingValue.getSort()
Returns the property type of the annotation value.
|
AnnotationValue.Sort |
AnnotationValue.ForIncompatibleType.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(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.
|
Modifier and Type | Method and Description |
---|---|
String |
AnnotationValue.RenderingDispatcher.toArrayErrorString(AnnotationValue.Sort sort)
Resolves a string for representing an inconsistently typed array of an annotation property.
|
Copyright © 2014–2024. All rights reserved.