public class net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher implements net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.field.FieldDescription>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher
  super_class: java.lang.Object
{
  private final net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort sort;
    descriptor: Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort);
    descriptor: (Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher this
        start local 1 // net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort sort
         0: .line 376
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 377
            aload 0 /* this */
            aload 1 /* sort */
            putfield net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher.sort:Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;
         2: .line 378
            return
        end local 1 // net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort sort
        end local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueMatcher;
            0    3     1  sort  Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;
    MethodParameters:
      Name  Flags
      sort  

  public boolean matches(net.bytebuddy.description.field.FieldDescription);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher this
        start local 1 // net.bytebuddy.description.field.FieldDescription target
         0: .line 384
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            astore 2 /* annotation */
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
         1: .line 385
            aload 2 /* annotation */
            ifnull 2
            aload 2 /* annotation */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling
            invokeinterface net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling.value:()Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;
            aload 0 /* this */
            getfield net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher.sort:Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$Loadable
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.field.FieldDescription target
        end local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueMatcher;
            0    3     1      target  Lnet/bytebuddy/description/field/FieldDescription;
            1    3     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling;>;
    MethodParameters:
        Name  Flags
      target  

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast net.bytebuddy.description.field.FieldDescription
            invokevirtual net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher.matches:(Lnet/bytebuddy/description/field/FieldDescription;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/matcher/ElementMatcher<Lnet/bytebuddy/description/field/FieldDescription;>;
SourceFile: "HashCodeAndEqualsPlugin.java"
NestHost: net.bytebuddy.build.HashCodeAndEqualsPlugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract ValueHandling = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public final Sort = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort of net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling
  protected ValueMatcher = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueMatcher of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()