public class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl implements org.hibernate.property.access.spi.PropertyAccessStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
  super_class: java.lang.Object
{
  public static final org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl INSTANCE;
    descriptor: Lorg/hibernate/property/access/internal/PropertyAccessStrategyNoopImpl;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            new org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
            dup
            invokespecial org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl.<init>:()V
            putstatic org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyNoopImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyNoopImpl;

  public org.hibernate.property.access.spi.PropertyAccess buildPropertyAccess(java.lang.Class, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lorg/hibernate/property/access/spi/PropertyAccess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl this
        start local 1 // java.lang.Class containerJavaType
        start local 2 // java.lang.String propertyName
         0: .line 35
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$PropertyAccessNoopImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyNoopImpl$PropertyAccessNoopImpl;
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class containerJavaType
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyNoopImpl;
            0    1     1  containerJavaType  Ljava/lang/Class;
            0    1     2       propertyName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      containerJavaType  
      propertyName       
}
SourceFile: "PropertyAccessStrategyNoopImpl.java"
NestMembers:
  org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$GetterImpl  org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$PropertyAccessNoopImpl  org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$SetterImpl
InnerClasses:
  private GetterImpl = org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$GetterImpl of org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
  private PropertyAccessNoopImpl = org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$PropertyAccessNoopImpl of org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
  private SetterImpl = org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl$SetterImpl of org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl