Class ApplicationDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
- org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
-
- org.osgi.service.jaxrs.runtime.dto.ApplicationDTO
-
public class ApplicationDTO extends BaseApplicationDTO
Represents a JAX-RS Application service.
-
-
Field Summary
Fields Modifier and Type Field Description ResourceMethodInfoDTO[]
resourceMethods
The RequestPaths handled by statically defined resources in this Application-
Fields inherited from class org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
base, extensionDTOs, resourceDTOs
-
-
Constructor Summary
Constructors Constructor Description ApplicationDTO()
-
-
-
Field Detail
-
resourceMethods
public ResourceMethodInfoDTO[] resourceMethods
The RequestPaths handled by statically defined resources in this Application
-
-