public class io.ebean.text.PathProperties implements io.ebean.FetchPath
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebean.text.PathProperties
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, io.ebean.text.PathProperties$Props> pathMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/ebean/text/PathProperties$Props;>;

  private final io.ebean.text.PathProperties$Props rootProps;
    descriptor: Lio/ebean/text/PathProperties$Props;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static io.ebean.text.PathProperties parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/text/PathProperties;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String source
         0: .line 37
            aload 0 /* source */
            invokestatic io.ebean.text.PathPropertiesParser.parse:(Ljava/lang/String;)Lio/ebean/text/PathProperties;
            areturn
        end local 0 // java.lang.String source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  source  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      source  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.ebean.text.PathProperties this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            new io.ebean.text.PathProperties$Props
            dup
            aload 0 /* this */
            aconst_null
            aconst_null
            invokespecial io.ebean.text.PathProperties$Props.<init>:(Lio/ebean/text/PathProperties;Ljava/lang/String;Ljava/lang/String;)V
            putfield io.ebean.text.PathProperties.rootProps:Lio/ebean/text/PathProperties$Props;
         2: .line 45
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
         3: .line 46
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            aconst_null
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.rootProps:Lio/ebean/text/PathProperties$Props;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 47
            return
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebean/text/PathProperties;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebean.text.PathProperties this
         0: .line 51
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/text/PathProperties;

  public boolean hasPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String path
         0: .line 59
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            aload 1 /* path */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.ebean.text.PathProperties$Props
            astore 2 /* props */
        start local 2 // io.ebean.text.PathProperties$Props props
         1: .line 60
            aload 2 /* props */
            ifnull 2
            aload 2 /* props */
            invokevirtual io.ebean.text.PathProperties$Props.isEmpty:()Z
            ifne 2
            iconst_1
            ireturn
      StackMap locals: io.ebean.text.PathProperties$Props
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // io.ebean.text.PathProperties$Props props
        end local 1 // java.lang.String path
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/ebean/text/PathProperties;
            0    3     1   path  Ljava/lang/String;
            1    3     2  props  Lio/ebean/text/PathProperties$Props;
    MethodParameters:
      Name  Flags
      path  

  public java.util.Set<java.lang.String> getProperties(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String path
         0: .line 68
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            aload 1 /* path */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.ebean.text.PathProperties$Props
            astore 2 /* props */
        start local 2 // io.ebean.text.PathProperties$Props props
         1: .line 69
            aload 2 /* props */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: io.ebean.text.PathProperties$Props
      StackMap stack:
         2: aload 2 /* props */
            invokevirtual io.ebean.text.PathProperties$Props.getProperties:()Ljava/util/LinkedHashSet;
      StackMap locals:
      StackMap stack: java.util.LinkedHashSet
         3: areturn
        end local 2 // io.ebean.text.PathProperties$Props props
        end local 1 // java.lang.String path
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/ebean/text/PathProperties;
            0    4     1   path  Ljava/lang/String;
            1    4     2  props  Lio/ebean/text/PathProperties$Props;
    Signature: (Ljava/lang/String;)Ljava/util/Set<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      path  

  public void addToPath(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String property
         0: .line 73
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual io.ebean.text.PathProperties.getProps:(Ljava/lang/String;)Lio/ebean/text/PathProperties$Props;
            invokevirtual io.ebean.text.PathProperties$Props.getProperties:()Ljava/util/LinkedHashSet;
            aload 2 /* property */
            invokevirtual java.util.LinkedHashSet.add:(Ljava/lang/Object;)Z
            pop
         1: .line 74
            return
        end local 2 // java.lang.String property
        end local 1 // java.lang.String path
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/ebean/text/PathProperties;
            0    2     1      path  Ljava/lang/String;
            0    2     2  property  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      path      
      property  

  public void addNested(java.lang.String, io.ebean.text.PathProperties);
    descriptor: (Ljava/lang/String;Lio/ebean/text/PathProperties;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String prefix
        start local 2 // io.ebean.text.PathProperties pathProps
         0: .line 78
            aload 2 /* pathProps */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: io.ebean.text.PathProperties java.lang.String io.ebean.text.PathProperties top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         2: .line 80
            aload 0 /* this */
            aload 1 /* prefix */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.ebean.text.PathProperties.pathAdd:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* path */
        start local 5 // java.lang.String path
         3: .line 81
            aload 5 /* path */
            invokestatic io.ebean.util.SplitName.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 6 /* split */
        start local 6 // java.lang.String[] split
         4: .line 82
            aload 0 /* this */
            aload 6 /* split */
            iconst_0
            aaload
            invokevirtual io.ebean.text.PathProperties.getProps:(Ljava/lang/String;)Lio/ebean/text/PathProperties$Props;
            aload 6 /* split */
            iconst_1
            aaload
            invokevirtual io.ebean.text.PathProperties$Props.addProperty:(Ljava/lang/String;)V
         5: .line 83
            aload 0 /* this */
            aload 5 /* path */
            invokevirtual io.ebean.text.PathProperties.getProps:(Ljava/lang/String;)Lio/ebean/text/PathProperties$Props;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.ebean.text.PathProperties$Props
            invokevirtual io.ebean.text.PathProperties$Props.addProps:(Lio/ebean/text/PathProperties$Props;)V
        end local 6 // java.lang.String[] split
        end local 5 // java.lang.String path
        end local 3 // java.util.Map$Entry entry
         6: .line 78
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 85
            return
        end local 2 // io.ebean.text.PathProperties pathProps
        end local 1 // java.lang.String prefix
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/ebean/text/PathProperties;
            0    8     1     prefix  Ljava/lang/String;
            0    8     2  pathProps  Lio/ebean/text/PathProperties;
            2    6     3      entry  Ljava/util/Map$Entry<Ljava/lang/String;Lio/ebean/text/PathProperties$Props;>;
            3    6     5       path  Ljava/lang/String;
            4    6     6      split  [Ljava/lang/String;
    MethodParameters:
           Name  Flags
      prefix     
      pathProps  

  private java.lang.String pathAdd(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String key
         0: .line 88
            aload 2 /* key */
            ifnonnull 1
            aload 1 /* prefix */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.StringBuilder
            dup
            aload 1 /* prefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* key */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 2 // java.lang.String key
        end local 1 // java.lang.String prefix
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/ebean/text/PathProperties;
            0    3     1  prefix  Ljava/lang/String;
            0    3     2     key  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      key     

  io.ebean.text.PathProperties$Props getProps(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/text/PathProperties$Props;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String path
         0: .line 92
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            aload 1 /* path */
            aload 0 /* this */
            invokedynamic apply(Lio/ebean/text/PathProperties;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/ebean/text/PathProperties.lambda$0(Ljava/lang/String;)Lio/ebean/text/PathProperties$Props; (7)
                  (Ljava/lang/String;)Lio/ebean/text/PathProperties$Props;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast io.ebean.text.PathProperties$Props
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/text/PathProperties;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public java.util.Collection<io.ebean.text.PathProperties$Props> getPathProps();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebean.text.PathProperties this
         0: .line 96
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            areturn
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/text/PathProperties;
    Signature: ()Ljava/util/Collection<Lio/ebean/text/PathProperties$Props;>;

  public <T> void apply(io.ebean.Query<T>);
    descriptor: (Lio/ebean/Query;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // io.ebean.Query query
         0: .line 105
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: io.ebean.text.PathProperties io.ebean.Query top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 106
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* path */
        start local 4 // java.lang.String path
         3: .line 107
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.ebean.text.PathProperties$Props
            invokevirtual io.ebean.text.PathProperties$Props.getPropertiesAsString:()Ljava/lang/String;
            astore 5 /* props */
        start local 5 // java.lang.String props
         4: .line 109
            aload 4 /* path */
            ifnull 5
            aload 4 /* path */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 7
         5: .line 110
      StackMap locals: io.ebean.text.PathProperties io.ebean.Query java.util.Map$Entry java.util.Iterator java.lang.String java.lang.String
      StackMap stack:
            aload 1 /* query */
            aload 5 /* props */
            invokeinterface io.ebean.Query.select:(Ljava/lang/String;)Lio/ebean/Query;
            pop
         6: .line 111
            goto 8
         7: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* query */
            aload 4 /* path */
            aload 5 /* props */
            invokeinterface io.ebean.Query.fetch:(Ljava/lang/String;Ljava/lang/String;)Lio/ebean/Query;
            pop
        end local 5 // java.lang.String props
        end local 4 // java.lang.String path
        end local 2 // java.util.Map$Entry entry
         8: .line 105
      StackMap locals: io.ebean.text.PathProperties io.ebean.Query top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         9: .line 115
            return
        end local 1 // io.ebean.Query query
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/ebean/text/PathProperties;
            0   10     1  query  Lio/ebean/Query<TT;>;
            2    8     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Lio/ebean/text/PathProperties$Props;>;
            3    8     4   path  Ljava/lang/String;
            4    8     5  props  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Lio/ebean/Query<TT;>;)V
    MethodParameters:
       Name  Flags
      query  

  protected io.ebean.text.PathProperties$Props getRootProperties();
    descriptor: ()Lio/ebean/text/PathProperties$Props;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebean.text.PathProperties this
         0: .line 118
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.rootProps:Lio/ebean/text/PathProperties$Props;
            areturn
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/text/PathProperties;

  public boolean includesProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String name
         0: .line 126
            aload 1 /* name */
            invokestatic io.ebean.util.SplitName.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* split */
        start local 2 // java.lang.String[] split
         1: .line 127
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            aload 2 /* split */
            iconst_0
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.ebean.text.PathProperties$Props
            astore 3 /* props */
        start local 3 // io.ebean.text.PathProperties$Props props
         2: .line 128
            aload 3 /* props */
            ifnull 3
            aload 3 /* props */
            aload 2 /* split */
            iconst_1
            aaload
            invokevirtual io.ebean.text.PathProperties$Props.includes:(Ljava/lang/String;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: java.lang.String[] io.ebean.text.PathProperties$Props
      StackMap stack:
         3: iconst_0
            ireturn
        end local 3 // io.ebean.text.PathProperties$Props props
        end local 2 // java.lang.String[] split
        end local 1 // java.lang.String name
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/ebean/text/PathProperties;
            0    4     1   name  Ljava/lang/String;
            1    4     2  split  [Ljava/lang/String;
            2    4     3  props  Lio/ebean/text/PathProperties$Props;
    MethodParameters:
      Name  Flags
      name  

  public boolean includesProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String name
         0: .line 135
            aload 0 /* this */
            aload 1 /* prefix */
            aload 2 /* name */
            invokestatic io.ebean.util.SplitName.add:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.ebean.text.PathProperties.includesProperty:(Ljava/lang/String;)Z
            ireturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String prefix
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/ebean/text/PathProperties;
            0    1     1  prefix  Ljava/lang/String;
            0    1     2    name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      name    

  public boolean includesPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String path
         0: .line 145
            aload 0 /* this */
            getfield io.ebean.text.PathProperties.pathMap:Ljava/util/Map;
            aload 1 /* path */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String path
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/text/PathProperties;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public boolean includesPath(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String name
         0: .line 152
            aload 0 /* this */
            aload 1 /* prefix */
            aload 2 /* name */
            invokestatic io.ebean.util.SplitName.add:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.ebean.text.PathProperties.includesPath:(Ljava/lang/String;)Z
            ireturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String prefix
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/ebean/text/PathProperties;
            0    1     1  prefix  Ljava/lang/String;
            0    1     2    name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      name    

  private io.ebean.text.PathProperties$Props lambda$0(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/text/PathProperties$Props;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.ebean.text.PathProperties this
        start local 1 // java.lang.String p
         0: .line 92
            new io.ebean.text.PathProperties$Props
            dup
            aload 0 /* this */
            aconst_null
            aload 1 /* p */
            invokespecial io.ebean.text.PathProperties$Props.<init>:(Lio/ebean/text/PathProperties;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String p
        end local 0 // io.ebean.text.PathProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/text/PathProperties;
            0    1     1     p  Ljava/lang/String;
}
SourceFile: "PathProperties.java"
NestMembers:
  io.ebean.text.PathProperties$Props
InnerClasses:
  public Props = io.ebean.text.PathProperties$Props of io.ebean.text.PathProperties
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map