public class org.springframework.oxm.xstream.CatchAllConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.oxm.xstream.CatchAllConverter
  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 // org.springframework.oxm.xstream.CatchAllConverter this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.thoughtworks cannot be resolved\n\tThe import com.thoughtworks cannot be resolved\n\tThe import com.thoughtworks cannot be resolved\n\tThe import com.thoughtworks cannot be resolved\n\tThe import com.thoughtworks cannot be resolved\n\tConverter cannot be resolved to a type\n\tThe method canConvert(Class) of type CatchAllConverter must override or implement a supertype method\n\tHierarchicalStreamWriter cannot be resolved to a type\n\tMarshallingContext cannot be resolved to a type\n\tHierarchicalStreamReader cannot be resolved to a type\n\tUnmarshallingContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.oxm.xstream.CatchAllConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/xstream/CatchAllConverter;

  public boolean canConvert(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.oxm.xstream.CatchAllConverter this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method canConvert(Class) of type CatchAllConverter must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.oxm.xstream.CatchAllConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/xstream/CatchAllConverter;
    MethodParameters:
      Name  Flags
      type  

  public void marshal(java.lang.Object, HierarchicalStreamWriter, MarshallingContext);
    descriptor: (Ljava/lang/Object;LHierarchicalStreamWriter;LMarshallingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.oxm.xstream.CatchAllConverter this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHierarchicalStreamWriter cannot be resolved to a type\n\tMarshallingContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.oxm.xstream.CatchAllConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/xstream/CatchAllConverter;
    MethodParameters:
         Name  Flags
      source   
      writer   
      context  

  public java.lang.Object unmarshal(HierarchicalStreamReader, UnmarshallingContext);
    descriptor: (LHierarchicalStreamReader;LUnmarshallingContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.oxm.xstream.CatchAllConverter this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHierarchicalStreamReader cannot be resolved to a type\n\tUnmarshallingContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.oxm.xstream.CatchAllConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/xstream/CatchAllConverter;
    MethodParameters:
         Name  Flags
      reader   
      context  
}
SourceFile: "CatchAllConverter.java"