Package net.bytebuddy.description.type
Interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField.Dispatcher
-
- Enclosing class:
- TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField
@Proxied("java.lang.reflect.Field") protected static interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField.Dispatcher
A dispatcher for interacting withField
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.AnnotatedElement
getAnnotatedType(java.lang.reflect.Field field)
Resolves the supplied method's annotated field type.
-
-
-
Method Detail
-
getAnnotatedType
@Defaults java.lang.reflect.AnnotatedElement getAnnotatedType(java.lang.reflect.Field field)
Resolves the supplied method's annotated field type.- Parameters:
field
- The field for which to resolve the annotated type.- Returns:
- The field type annotations or
null
if this feature is not supported.
-
-