Module io.ebean.api
Package io.ebean.text

Class PathProperties.Props

java.lang.Object
io.ebean.text.PathProperties.Props
Enclosing class:
PathProperties

public static class PathProperties.Props extends Object
  • Method Details

    • getPath

      public String getPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isEmpty

      public boolean isEmpty()
    • getProperties

      public LinkedHashSet<String> getProperties()
      Return the properties for this property set.
    • getPropertiesAsString

      public String getPropertiesAsString()
      Return the properties as a comma delimited string.
    • getParent

      protected PathProperties.Props getParent()
      Return the parent path
    • addChild

      protected PathProperties.Props addChild(String subPath)
      Add a child Property set.
    • addProperty

      protected void addProperty(String property)
      Add a properties to include for this path.