public class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl implements org.hibernate.property.access.spi.PropertyAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
  super_class: java.lang.Object
{
  private final org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl strategy;
    descriptor: Lorg/hibernate/property/access/internal/PropertyAccessStrategyEmbeddedImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$GetterImpl getter;
    descriptor: Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl$GetterImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl, java.lang.Class, java.lang.String);
    descriptor: (Lorg/hibernate/property/access/internal/PropertyAccessStrategyEmbeddedImpl;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
        start local 1 // org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl strategy
        start local 2 // java.lang.Class containerType
        start local 3 // java.lang.String propertyName
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* strategy */
            putfield org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl.strategy:Lorg/hibernate/property/access/internal/PropertyAccessStrategyEmbeddedImpl;
         2: .line 40
            aload 0 /* this */
            new org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$GetterImpl
            dup
            aload 2 /* containerType */
            invokespecial org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$GetterImpl.<init>:(Ljava/lang/Class;)V
            putfield org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl.getter:Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl$GetterImpl;
         3: .line 41
            return
        end local 3 // java.lang.String propertyName
        end local 2 // java.lang.Class containerType
        end local 1 // org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl strategy
        end local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl;
            0    4     1       strategy  Lorg/hibernate/property/access/internal/PropertyAccessStrategyEmbeddedImpl;
            0    4     2  containerType  Ljava/lang/Class;
            0    4     3   propertyName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      strategy       
      containerType  
      propertyName   

  public org.hibernate.property.access.spi.PropertyAccessStrategy getPropertyAccessStrategy();
    descriptor: ()Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
         0: .line 45
            aload 0 /* this */
            getfield org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl.strategy:Lorg/hibernate/property/access/internal/PropertyAccessStrategyEmbeddedImpl;
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl;

  public org.hibernate.property.access.spi.Getter getGetter();
    descriptor: ()Lorg/hibernate/property/access/spi/Getter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
         0: .line 50
            aload 0 /* this */
            getfield org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl.getter:Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl$GetterImpl;
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl;

  public org.hibernate.property.access.spi.Setter getSetter();
    descriptor: ()Lorg/hibernate/property/access/spi/Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
         0: .line 55
            getstatic org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$SetterImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl$SetterImpl;
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessEmbeddedImpl;
}
SourceFile: "PropertyAccessEmbeddedImpl.java"
NestMembers:
  org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$GetterImpl  org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$SetterImpl
InnerClasses:
  private GetterImpl = org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$GetterImpl of org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
  private SetterImpl = org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl$SetterImpl of org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl