public interface org.springframework.expression.ConstructorResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.expression.ConstructorResolver
  super_class: java.lang.Object
{
  public abstract org.springframework.expression.ConstructorExecutor resolve(org.springframework.expression.EvaluationContext, java.lang.String, java.util.List<org.springframework.core.convert.TypeDescriptor>);
    descriptor: (Lorg/springframework/expression/EvaluationContext;Ljava/lang/String;Ljava/util/List;)Lorg/springframework/expression/ConstructorExecutor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.expression.AccessException
    Signature: (Lorg/springframework/expression/EvaluationContext;Ljava/lang/String;Ljava/util/List<Lorg/springframework/core/convert/TypeDescriptor;>;)Lorg/springframework/expression/ConstructorExecutor;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      context        
      typeName       
      argumentTypes  
}
SourceFile: "ConstructorResolver.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()