public interface org.springframework.core.MethodIntrospector$MetadataLookup<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.MethodIntrospector$MetadataLookup
  super_class: java.lang.Object
{
  public abstract T inspect(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/reflect/Method;)TT;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      method  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "MethodIntrospector.java"
NestHost: org.springframework.core.MethodIntrospector
InnerClasses:
  public abstract MetadataLookup = org.springframework.core.MethodIntrospector$MetadataLookup of org.springframework.core.MethodIntrospector
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()