public class ResourceMethodInfoDTO extends DTO
Modifier and Type | Field and Description |
---|---|
String[] |
consumingMimeType
The mime-type(s) consumed by this resource method, null if
Consumes is not defined |
String |
method
The HTTP verb being handled, for example GET, DELETE, PUT, POST, HEAD,
OPTIONS, null if no
HttpMethod is defined |
String[] |
nameBindings
The
NameBinding annotations that apply to this resource method,
if any |
String |
path
The path of this resource method.
|
String[] |
producingMimeType
The mime-type(s) produced by this resource method, null if
Produces is not defined |
Constructor and Description |
---|
ResourceMethodInfoDTO() |
public String method
HttpMethod
is definedpublic String[] consumingMimeType
Consumes
is not definedpublic String[] producingMimeType
Produces
is not definedpublic String[] nameBindings
NameBinding
annotations that apply to this resource method,
if anypublic String path
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0