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