public final class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies extends java.lang.Enum<org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
  super_class: java.lang.Enum
{
  public static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies BASIC;
    descriptor: Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies FIELD;
    descriptor: Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies MIXED;
    descriptor: Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies MAP;
    descriptor: Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies EMBEDDED;
    descriptor: Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies NOOP;
    descriptor: Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final java.lang.String externalName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.property.access.spi.PropertyAccessStrategy strategy;
    descriptor: Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies[] ENUM$VALUES;
    descriptor: [Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 22
            new org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            ldc "BASIC"
            iconst_0
            ldc "property"
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyBasicImpl;
            invokespecial org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.<init>:(Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.BASIC:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
         1: .line 23
            new org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            ldc "FIELD"
            iconst_1
            ldc "field"
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyFieldImpl;
            invokespecial org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.<init>:(Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.FIELD:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
         2: .line 24
            new org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            ldc "MIXED"
            iconst_2
            ldc "mixed"
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyMixedImpl;
            invokespecial org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.<init>:(Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.MIXED:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
         3: .line 25
            new org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            ldc "MAP"
            iconst_3
            ldc "map"
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyMapImpl;
            invokespecial org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.<init>:(Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.MAP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
         4: .line 26
            new org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            ldc "EMBEDDED"
            iconst_4
            ldc "embedded"
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyEmbeddedImpl;
            invokespecial org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.<init>:(Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.EMBEDDED:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
         5: .line 27
            new org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            ldc "NOOP"
            iconst_5
            ldc "noop"
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyNoopImpl;
            invokespecial org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.<init>:(Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.NOOP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
         6: .line 21
            bipush 6
            anewarray org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            iconst_0
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.BASIC:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aastore
            dup
            iconst_1
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.FIELD:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aastore
            dup
            iconst_2
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.MIXED:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aastore
            dup
            iconst_3
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.MAP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aastore
            dup
            iconst_4
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.EMBEDDED:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aastore
            dup
            iconst_5
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.NOOP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aastore
            putstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.ENUM$VALUES:[Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String, org.hibernate.property.access.spi.PropertyAccessStrategy);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Lorg/hibernate/property/access/spi/PropertyAccessStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies this
        start local 3 // java.lang.String externalName
        start local 4 // org.hibernate.property.access.spi.PropertyAccessStrategy strategy
         0: .line 33
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 34
            aload 0 /* this */
            aload 3 /* externalName */
            putfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
         2: .line 35
            aload 0 /* this */
            aload 4 /* strategy */
            putfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.strategy:Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
         3: .line 36
            return
        end local 4 // org.hibernate.property.access.spi.PropertyAccessStrategy strategy
        end local 3 // java.lang.String externalName
        end local 0 // org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            0    4     3  externalName  Ljava/lang/String;
            0    4     4      strategy  Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      externalName   
      strategy       

  public java.lang.String getExternalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies this
         0: .line 39
            aload 0 /* this */
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;

  public org.hibernate.property.access.spi.PropertyAccessStrategy getStrategy();
    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.spi.BuiltInPropertyAccessStrategies this
         0: .line 43
            aload 0 /* this */
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.strategy:Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
            areturn
        end local 0 // org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;

  public static org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies interpret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 47
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.BASIC:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
            aload 0 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 48
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.BASIC:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            areturn
         2: .line 50
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.FIELD:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
            aload 0 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 51
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.FIELD:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            areturn
         4: .line 53
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.MAP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
            aload 0 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 54
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.MAP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            areturn
         6: .line 56
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.EMBEDDED:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
            aload 0 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 57
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.EMBEDDED:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            areturn
         8: .line 59
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.NOOP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            getfield org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.externalName:Ljava/lang/String;
            aload 0 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 60
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.NOOP:Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            areturn
        10: .line 63
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies[] values();
    descriptor: ()[Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies.ENUM$VALUES:[Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/hibernate/property/access/spi/BuiltInPropertyAccessStrategies;>;
SourceFile: "BuiltInPropertyAccessStrategies.java"