Class ResourceDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
- org.osgi.service.jaxrs.runtime.dto.ResourceDTO
-
public class ResourceDTO extends BaseDTO
Represents common information about a JAX-RS resource service.
-
-
Field Summary
Fields Modifier and Type Field Description ResourceMethodInfoDTO[]
resourceMethods
The RequestPaths handled by this resource
-
Constructor Summary
Constructors Constructor Description ResourceDTO()
-
-
-
Field Detail
-
resourceMethods
public ResourceMethodInfoDTO[] resourceMethods
The RequestPaths handled by this resource
-
-