public class org.hibernate.dialect.function.TrimFunctionTemplate$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.dialect.function.TrimFunctionTemplate$Options
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_TRIM_CHARACTER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "' '"

  private java.lang.String trimCharacter;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.dialect.function.TrimFunctionTemplate$Specification trimSpecification;
    descriptor: Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 0 /* this */
            ldc "' '"
            putfield org.hibernate.dialect.function.TrimFunctionTemplate$Options.trimCharacter:Ljava/lang/String;
         2: .line 117
            aload 0 /* this */
            getstatic org.hibernate.dialect.function.TrimFunctionTemplate$Specification.BOTH:Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
            putfield org.hibernate.dialect.function.TrimFunctionTemplate$Options.trimSpecification:Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
         3: .line 113
            return
        end local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/dialect/function/TrimFunctionTemplate$Options;

  public java.lang.String getTrimCharacter();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
         0: .line 120
            aload 0 /* this */
            getfield org.hibernate.dialect.function.TrimFunctionTemplate$Options.trimCharacter:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/dialect/function/TrimFunctionTemplate$Options;

  public void setTrimCharacter(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
        start local 1 // java.lang.String trimCharacter
         0: .line 124
            aload 0 /* this */
            aload 1 /* trimCharacter */
            putfield org.hibernate.dialect.function.TrimFunctionTemplate$Options.trimCharacter:Ljava/lang/String;
         1: .line 125
            return
        end local 1 // java.lang.String trimCharacter
        end local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/hibernate/dialect/function/TrimFunctionTemplate$Options;
            0    2     1  trimCharacter  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      trimCharacter  

  public org.hibernate.dialect.function.TrimFunctionTemplate$Specification getTrimSpecification();
    descriptor: ()Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
         0: .line 128
            aload 0 /* this */
            getfield org.hibernate.dialect.function.TrimFunctionTemplate$Options.trimSpecification:Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
            areturn
        end local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/dialect/function/TrimFunctionTemplate$Options;

  public void setTrimSpecification(org.hibernate.dialect.function.TrimFunctionTemplate$Specification);
    descriptor: (Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
        start local 1 // org.hibernate.dialect.function.TrimFunctionTemplate$Specification trimSpecification
         0: .line 132
            aload 0 /* this */
            aload 1 /* trimSpecification */
            putfield org.hibernate.dialect.function.TrimFunctionTemplate$Options.trimSpecification:Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
         1: .line 133
            return
        end local 1 // org.hibernate.dialect.function.TrimFunctionTemplate$Specification trimSpecification
        end local 0 // org.hibernate.dialect.function.TrimFunctionTemplate$Options this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/hibernate/dialect/function/TrimFunctionTemplate$Options;
            0    2     1  trimSpecification  Lorg/hibernate/dialect/function/TrimFunctionTemplate$Specification;
    MethodParameters:
                   Name  Flags
      trimSpecification  
}
SourceFile: "TrimFunctionTemplate.java"
NestHost: org.hibernate.dialect.function.TrimFunctionTemplate
InnerClasses:
  protected Options = org.hibernate.dialect.function.TrimFunctionTemplate$Options of org.hibernate.dialect.function.TrimFunctionTemplate
  protected Specification = org.hibernate.dialect.function.TrimFunctionTemplate$Specification of org.hibernate.dialect.function.TrimFunctionTemplate