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

  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.PropertyAccessStrategyMixedImpl this
        start local 1 // java.lang.Class containerJavaType
        start local 2 // java.lang.String propertyName
         0: .line 25
            new org.hibernate.property.access.internal.PropertyAccessMixedImpl
            dup
            aload 0 /* this */
            aload 1 /* containerJavaType */
            aload 2 /* propertyName */
            invokespecial org.hibernate.property.access.internal.PropertyAccessMixedImpl.<init>:(Lorg/hibernate/property/access/spi/PropertyAccessStrategy;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.PropertyAccessStrategyMixedImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyMixedImpl;
            0    1     1  containerJavaType  Ljava/lang/Class;
            0    1     2       propertyName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      containerJavaType  
      propertyName       
}
SourceFile: "PropertyAccessStrategyMixedImpl.java"