class org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods
  super_class: java.lang.Object
{
  private final java.util.Collection<java.lang.reflect.Method> getterMethods;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljava/lang/reflect/Method;>;

  private final java.util.Collection<java.lang.reflect.Method> setterMethods;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljava/lang/reflect/Method;>;

  void <init>(java.util.Collection<java.lang.reflect.Method>, java.util.Collection<java.lang.reflect.Method>);
    descriptor: (Ljava/util/Collection;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods this
        start local 1 // java.util.Collection getterMethods
        start local 2 // java.util.Collection setterMethods
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 1 /* getterMethods */
            putfield org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods.getterMethods:Ljava/util/Collection;
         2: .line 87
            aload 0 /* this */
            aload 2 /* setterMethods */
            putfield org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods.setterMethods:Ljava/util/Collection;
         3: .line 88
            return
        end local 2 // java.util.Collection setterMethods
        end local 1 // java.util.Collection getterMethods
        end local 0 // org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/bson/codecs/pojo/PropertyReflectionUtils$PropertyMethods;
            0    4     1  getterMethods  Ljava/util/Collection<Ljava/lang/reflect/Method;>;
            0    4     2  setterMethods  Ljava/util/Collection<Ljava/lang/reflect/Method;>;
    Signature: (Ljava/util/Collection<Ljava/lang/reflect/Method;>;Ljava/util/Collection<Ljava/lang/reflect/Method;>;)V
    MethodParameters:
               Name  Flags
      getterMethods  final
      setterMethods  final

  java.util.Collection<java.lang.reflect.Method> getGetterMethods();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods this
         0: .line 91
            aload 0 /* this */
            getfield org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods.getterMethods:Ljava/util/Collection;
            areturn
        end local 0 // org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/codecs/pojo/PropertyReflectionUtils$PropertyMethods;
    Signature: ()Ljava/util/Collection<Ljava/lang/reflect/Method;>;

  java.util.Collection<java.lang.reflect.Method> getSetterMethods();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods this
         0: .line 95
            aload 0 /* this */
            getfield org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods.setterMethods:Ljava/util/Collection;
            areturn
        end local 0 // org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/codecs/pojo/PropertyReflectionUtils$PropertyMethods;
    Signature: ()Ljava/util/Collection<Ljava/lang/reflect/Method;>;
}
SourceFile: "PropertyReflectionUtils.java"
NestHost: org.bson.codecs.pojo.PropertyReflectionUtils
InnerClasses:
  PropertyMethods = org.bson.codecs.pojo.PropertyReflectionUtils$PropertyMethods of org.bson.codecs.pojo.PropertyReflectionUtils