? ResourceMethodInfoDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO
public class ResourceMethodInfoDTO
extends org.osgi.dto.DTO
Represents information about a JAX-RS resource method. All information is
determined by reading the relevant annotations, from the JAX-RS type and not
interpreted further. Dynamic information, or information provided in other
ways may not be represented in this DTO.
-
????
????????????String[]
The mime-type(s) consumed by this resource method, null ifConsumes
is not definedThe HTTP verb being handled, for example GET, DELETE, PUT, POST, HEAD, OPTIONS, null if noHttpMethod
is definedString[]
TheNameBinding
annotations that apply to this resource method, if anyThe path of this resource method.String[]
The mime-type(s) produced by this resource method, null ifProduces
is not defined -
?????
??? -
????
??????? org.osgi.dto.DTO
toString
-
??????
-
method
The HTTP verb being handled, for example GET, DELETE, PUT, POST, HEAD, OPTIONS, null if noHttpMethod
is defined -
consumingMimeType
The mime-type(s) consumed by this resource method, null ifConsumes
is not defined -
producingMimeType
The mime-type(s) produced by this resource method, null ifProduces
is not defined -
nameBindings
TheNameBinding
annotations that apply to this resource method, if any -
path
The path of this resource method. Placeholder information present in the URI pattern will not be interpreted and simply returned as defined.
-
-
???????
-
ResourceMethodInfoDTO
public ResourceMethodInfoDTO()
-