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.booleanisInstance(AnnotatedElement value) Returnstrueif the supplied value is an instance ofjava.lang.reflect.AnnotatedType.
-
Method Details
-
isInstance
Returnstrueif the supplied value is an instance ofjava.lang.reflect.AnnotatedType.- Parameters:
value- The instance to consider.- Returns:
trueif the supplied instance is of typejava.lang.reflect.AnnotatedType.
-
getType
Resolves the suppliedjava.lang.reflect.AnnotatedType's type.- Parameters:
value- Thejava.lang.reflect.AnnotatedTypeto resolve.- Returns:
- The annotated type's type.
-