Package com.lunatech.doclets.jax.jaxrs.writers

Examples of com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter


  public String getName() {
    return fragmentWithNoRegex;
  }

  public void write(JAXRSDoclet doclet, JAXConfiguration configuration, JAXRSApplication application, PojoTypes types) {
    ResourceWriter writer = new ResourceWriter(configuration, application, this, doclet);
    writer.write(types);
    for (Resource subResource : subResources.values()) {
      subResource.write(doclet, configuration, application, types);
    }
  }
View Full Code Here

TOP

Related Classes of com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.