Package io.ebean.text

Class PathProperties

  • All Implemented Interfaces:
    FetchPath

    public class PathProperties
    extends Object
    implements FetchPath
    This is a Tree like structure of paths and properties that can be used for defining which parts of an object graph to render in JSON or XML, and can also be used to define which parts to select and fetch for an ORM query.

    It provides a way of parsing a string representation of nested path properties and applying that to both what to fetch (ORM query) and what to render (JAX-RS JSON / XML).