public class com.fasterxml.jackson.jaxrs.base.JsonMappingExceptionMapper implements ExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.fasterxml.jackson.jaxrs.base.JsonMappingExceptionMapper
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(JsonMappingException) of type JsonMappingExceptionMapper 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/JsonMappingExceptionMapper;
public Response toResponse(com.fasterxml.jackson.databind.JsonMappingException);
descriptor: (Lcom/fasterxml/jackson/databind/JsonMappingException;)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(JsonMappingException) of type JsonMappingExceptionMapper 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/JsonMappingExceptionMapper;
MethodParameters:
Name Flags
exception
}
Signature: Ljava/lang/Object;LExceptionMapper<Lcom/fasterxml/jackson/databind/JsonMappingException;>;
SourceFile: "JsonMappingExceptionMapper.java"