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 with
Field.-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedType(Field field) Resolves the supplied method's annotated field type.
-
Method Details
-
getAnnotatedType
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
nullif this feature is not supported.
-