public class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl 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.PropertyAccessStrategyFieldImpl
  super_class: java.lang.Object
{
  public static final org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl INSTANCE;
    descriptor: Lorg/hibernate/property/access/internal/PropertyAccessStrategyFieldImpl;
    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 22
            new org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
            dup
            invokespecial org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl.<init>:()V
            putstatic org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyFieldImpl;
            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.PropertyAccessStrategyFieldImpl this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyFieldImpl;

  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=5, locals=3, args_size=3
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl this
        start local 1 // java.lang.Class containerJavaType
        start local 2 // java.lang.String propertyName
         0: .line 26
            new org.hibernate.property.access.internal.PropertyAccessFieldImpl
            dup
            aload 0 /* this */
            aload 1 /* containerJavaType */
            aload 2 /* propertyName */
            invokespecial org.hibernate.property.access.internal.PropertyAccessFieldImpl.<init>:(Lorg/hibernate/property/access/internal/PropertyAccessStrategyFieldImpl;Ljava/lang/Class;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class containerJavaType
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyFieldImpl;
            0    1     1  containerJavaType  Ljava/lang/Class;
            0    1     2       propertyName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      containerJavaType  
      propertyName       
}
SourceFile: "PropertyAccessStrategyFieldImpl.java"