Class ZChildren

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

public class ZChildren 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

  • Method Details