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 Type
    Method
    Description
    Resolves the supplied method's annotated field type.
  • Method Details

    • getAnnotatedType

      @MaybeNull @Defaults AnnotatedElement getAnnotatedType(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.