class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder$TimeoutRequestFactoryCustomizer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder$TimeoutRequestFactoryCustomizer
super_class: java.lang.Object
{
private final java.time.Duration timeout;
descriptor: Ljava/time/Duration;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String methodName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.time.Duration, java.lang.String);
descriptor: (Ljava/time/Duration;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tThe method get() from the type ClientHttpRequestFactorySupplier refers to the missing type ClientHttpRequestFactory\n\tClientHttpRequestMessageSender cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilder$TimeoutRequestFactoryCustomizer;
MethodParameters:
Name Flags
timeout
methodName
void customize(ClientHttpRequestFactory);
descriptor: (LClientHttpRequestFactory;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tClientHttpRequestFactory cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilder$TimeoutRequestFactoryCustomizer;
MethodParameters:
Name Flags
factory
java.lang.reflect.Method findMethod(ClientHttpRequestFactory);
descriptor: (LClientHttpRequestFactory;)Ljava/lang/reflect/Method;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tClientHttpRequestFactory cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilder$TimeoutRequestFactoryCustomizer;
MethodParameters:
Name Flags
factory
}
SourceFile: "HttpWebServiceMessageSenderBuilder.java"
NestHost: org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
InnerClasses:
private TimeoutRequestFactoryCustomizer = org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder$TimeoutRequestFactoryCustomizer of org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder