Package net.bytebuddy.description.type
Interface TypeDefinition.Sort.AnnotatedType
- Enclosing class:
- TypeDefinition.Sort
@Proxied("java.lang.reflect.AnnotatedType")
protected static interface TypeDefinition.Sort.AnnotatedType
A proxy for interacting with
java.lang.reflect.AnnotatedType
.-
Method Summary
Modifier and TypeMethodDescriptiongetType
(AnnotatedElement value) Resolves the suppliedjava.lang.reflect.AnnotatedType
's type.boolean
isInstance
(AnnotatedElement value) Returnstrue
if the supplied value is an instance ofjava.lang.reflect.AnnotatedType
.
-
Method Details
-
isInstance
Returnstrue
if the supplied value is an instance ofjava.lang.reflect.AnnotatedType
.- Parameters:
value
- The instance to consider.- Returns:
true
if the supplied instance is of typejava.lang.reflect.AnnotatedType
.
-
getType
Resolves the suppliedjava.lang.reflect.AnnotatedType
's type.- Parameters:
value
- Thejava.lang.reflect.AnnotatedType
to resolve.- Returns:
- The annotated type's type.
-