Class ResourceDTO


  • public class ResourceDTO
    extends BaseDTO
    Represents common information about a JAX-RS resource service.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • resourceMethods

        public ResourceMethodInfoDTO[] resourceMethods
        The RequestPaths handled by this resource
    • Constructor Detail

      • ResourceDTO

        public ResourceDTO()