class io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig
  super_class: java.lang.Object
{
  private final io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory generatedPropFactory;
    descriptor: Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final boolean disableL2Cache;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean eagerFetchLobs;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean javaxValidationAnnotations;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean jacksonAnnotations;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean idGeneratorAutomatic;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory, java.lang.String, java.lang.String, io.ebean.config.ServerConfig);
    descriptor: (Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;Ljava/lang/String;Ljava/lang/String;Lio/ebean/config/ServerConfig;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
        start local 1 // io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory generatedPropFactory
        start local 2 // java.lang.String asOfViewSuffix
        start local 3 // java.lang.String versionsBetweenSuffix
        start local 4 // io.ebean.config.ServerConfig serverConfig
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* generatedPropFactory */
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.generatedPropFactory:Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
         2: .line 23
            aload 0 /* this */
            aload 2 /* asOfViewSuffix */
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.asOfViewSuffix:Ljava/lang/String;
         3: .line 24
            aload 0 /* this */
            aload 3 /* versionsBetweenSuffix */
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.versionsBetweenSuffix:Ljava/lang/String;
         4: .line 25
            aload 0 /* this */
            aload 4 /* serverConfig */
            invokevirtual io.ebean.config.ServerConfig.isDisableL2Cache:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.disableL2Cache:Z
         5: .line 26
            aload 0 /* this */
            aload 4 /* serverConfig */
            invokevirtual io.ebean.config.ServerConfig.isEagerFetchLobs:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.eagerFetchLobs:Z
         6: .line 27
            aload 0 /* this */
            aload 4 /* serverConfig */
            invokevirtual io.ebean.config.ServerConfig.isIdGeneratorAutomatic:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.idGeneratorAutomatic:Z
         7: .line 29
            aload 0 /* this */
            aload 1 /* generatedPropFactory */
            invokevirtual io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory.getClassLoadConfig:()Lio/ebean/config/ClassLoadConfig;
            invokevirtual io.ebean.config.ClassLoadConfig.isJavaxValidationAnnotationsPresent:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.javaxValidationAnnotations:Z
         8: .line 30
            aload 0 /* this */
            aload 1 /* generatedPropFactory */
            invokevirtual io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory.getClassLoadConfig:()Lio/ebean/config/ClassLoadConfig;
            invokevirtual io.ebean.config.ClassLoadConfig.isJacksonAnnotationsPresent:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.jacksonAnnotations:Z
         9: .line 31
            return
        end local 4 // io.ebean.config.ServerConfig serverConfig
        end local 3 // java.lang.String versionsBetweenSuffix
        end local 2 // java.lang.String asOfViewSuffix
        end local 1 // io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory generatedPropFactory
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
            0   10     1   generatedPropFactory  Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
            0   10     2         asOfViewSuffix  Ljava/lang/String;
            0   10     3  versionsBetweenSuffix  Ljava/lang/String;
            0   10     4           serverConfig  Lio/ebean/config/ServerConfig;
    MethodParameters:
                       Name  Flags
      generatedPropFactory   
      asOfViewSuffix         
      versionsBetweenSuffix  
      serverConfig           

  io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory getGeneratedPropFactory();
    descriptor: ()Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 34
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.generatedPropFactory:Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  java.lang.String getAsOfViewSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 38
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.asOfViewSuffix:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  java.lang.String getVersionsBetweenSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 42
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.versionsBetweenSuffix:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isDisableL2Cache();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 46
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.disableL2Cache:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isEagerFetchLobs();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 50
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.eagerFetchLobs:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  public boolean isIdGeneratorAutomatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 54
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.idGeneratorAutomatic:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isJavaxValidationAnnotations();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 58
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.javaxValidationAnnotations:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isJacksonAnnotations();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 62
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.jacksonAnnotations:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
}
SourceFile: "ReadAnnotationConfig.java"