public class TypeQualifierResolver extends Object
| Constructor and Description |
|---|
TypeQualifierResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logMissingAnnotationClass(MissingClassException e) |
static Collection<AnnotationValue> |
resolveTypeQualifierDefaults(Collection<AnnotationValue> values,
ElementType elementType)
Resolve collection of AnnotationValues (which have been used to annotate
an AnnotatedObject or method parameter) into collection of resolved type
qualifier AnnotationValues.
|
static Collection<AnnotationValue> |
resolveTypeQualifiers(AnnotationValue value)
Resolve an AnnotationValue into a list of AnnotationValues representing
type qualifier annotations.
|
static Collection<AnnotationValue> |
resolveTypeQualifiers(Collection<AnnotationValue> values)
Resolve collection of AnnotationValues (which have been used to annotate
an AnnotatedObject or method parameter) into collection of resolved type
qualifier AnnotationValues.
|
public static Collection<AnnotationValue> resolveTypeQualifiers(AnnotationValue value)
value - AnnotationValue representing the use of an annotationpublic static Collection<AnnotationValue> resolveTypeQualifierDefaults(Collection<AnnotationValue> values, ElementType elementType)
values - Collection of AnnotationValues used to annotate an
AnnotatedObject or method parameterpublic static void logMissingAnnotationClass(MissingClassException e)
public static Collection<AnnotationValue> resolveTypeQualifiers(Collection<AnnotationValue> values)
values - Collection of AnnotationValues used to annotate an
AnnotatedObject or method parameterCopyright © 2003–2015. All rights reserved.