public class com.fasterxml.jackson.jaxrs.base.JsonParseExceptionMapper implements ExceptionMapper<com.fasterxml.jackson.core.JsonParseException>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.fasterxml.jackson.jaxrs.base.JsonParseExceptionMapper
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.ws cannot be resolved\n\tThe import javax.ws cannot be resolved\n\tExceptionMapper cannot be resolved to a type\n\tResponse cannot be resolved to a type\n\tThe method toResponse(JsonParseException) of type JsonParseExceptionMapper must override or implement a supertype method\n\tResponse cannot be resolved\n\tResponse cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/jaxrs/base/JsonParseExceptionMapper;
public Response toResponse(com.fasterxml.jackson.core.JsonParseException);
descriptor: (Lcom/fasterxml/jackson/core/JsonParseException;)LResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tResponse cannot be resolved to a type\n\tThe method toResponse(JsonParseException) of type JsonParseExceptionMapper must override or implement a supertype method\n\tResponse cannot be resolved\n\tResponse cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/jaxrs/base/JsonParseExceptionMapper;
MethodParameters:
Name Flags
exception
}
Signature: Ljava/lang/Object;LExceptionMapper<Lcom/fasterxml/jackson/core/JsonParseException;>;
SourceFile: "JsonParseExceptionMapper.java"