public interface <T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.web.client.ResponseExtractor
super_class: java.lang.Object
{
public abstract T extractData(org.springframework.http.client.ClientHttpResponse);
descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
Signature: (Lorg/springframework/http/client/ClientHttpResponse;)TT;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
response
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ResponseExtractor.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()