Class ZChildrenJSON

java.lang.Object
org.apache.zookeeper.server.jersey.jaxb.ZChildrenJSON

public class ZChildrenJSON extends Object
Represents the CHILD using JAXB. Special JSON version is required to get proper formatting in both JSON and XML output. See details in ZNodeResource.
  • Field Details

    • path

      public String path
    • uri

      public String uri
    • child_uri_template

      public String child_uri_template
    • children

      public List<String> children
  • Constructor Details

    • ZChildrenJSON

      public ZChildrenJSON()
    • ZChildrenJSON

      public ZChildrenJSON(String path, String uri, String child_uri_template, List<String> children)
  • Method Details