public class net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory<T extends java.lang.annotation.Annotation> implements net.bytebuddy.asm.Advice$OffsetMapping$Factory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory
  super_class: java.lang.Object
{
  private final java.lang.Class<T> annotationType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TT;>;

  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.bytecode.StackManipulation deserialization;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.Class<T>, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 3 // net.bytebuddy.implementation.bytecode.StackManipulation deserialization
         0: .line 3779
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3780
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.annotationType:Ljava/lang/Class;
         2: .line 3781
            aload 0 /* this */
            aload 2 /* typeDescription */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 3782
            aload 0 /* this */
            aload 3 /* deserialization */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.deserialization:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         4: .line 3783
            return
        end local 3 // net.bytebuddy.implementation.bytecode.StackManipulation deserialization
        end local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForSerializedValue$Factory<TT;>;
            0    5     1   annotationType  Ljava/lang/Class<TT;>;
            0    5     2  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     3  deserialization  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    MethodParameters:
                 Name  Flags
      annotationType   
      typeDescription  
      deserialization  

  public static <S extends java.lang.annotation.Annotation> net.bytebuddy.asm.Advice$OffsetMapping$Factory<S> of(java.lang.Class<S>, java.io.Serializable, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/io/Serializable;Ljava/lang/Class;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.Class annotationType
        start local 1 // java.io.Serializable target
        start local 2 // java.lang.Class targetType
         0: .line 3795
            aload 2 /* targetType */
            aload 1 /* target */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 3796
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is no instance of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* targetType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3798
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory
            dup
            aload 0 /* annotationType */
            aload 2 /* targetType */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* target */
            invokestatic net.bytebuddy.implementation.bytecode.constant.SerializedConstant.of:(Ljava/io/Serializable;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 2 // java.lang.Class targetType
        end local 1 // java.io.Serializable target
        end local 0 // java.lang.Class annotationType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0  annotationType  Ljava/lang/Class<TS;>;
            0    3     1          target  Ljava/io/Serializable;
            0    3     2      targetType  Ljava/lang/Class<*>;
    Signature: <S::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TS;>;Ljava/io/Serializable;Ljava/lang/Class<*>;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TS;>;
    MethodParameters:
                Name  Flags
      annotationType  
      target          
      targetType      

  public java.lang.Class<T> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory this
         0: .line 3805
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForSerializedValue$Factory<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<T>, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory this
        start local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
         0: .line 3812
            new net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory.deserialization:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForSerializedValue$Factory<TT;>;
            0    1     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    1     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;
            0    1     3  adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    Signature: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  
}
Signature: <T::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TT;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  public ForSerializedValue = net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue of net.bytebuddy.asm.Advice$OffsetMapping
  public Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()