public class ExtensionDTO extends BaseExtensionDTO
JaxrsServiceRuntime
Modifier and Type | Field and Description |
---|---|
String[] |
consumes
The media types consumed by this service, if provided in an
Consumes annotation |
ResourceDTO[] |
filteredByName
The resourceDTOs that are mapped to this extension using a
NameBinding annotation |
String[] |
nameBindings
The full names of the
NameBinding annotations applied to this
extension, if any |
String[] |
produces
The media types produced by this service, if provided in an
Produces annotation |
extensionTypes
Constructor and Description |
---|
ExtensionDTO() |
public String[] produces
Produces
annotationpublic String[] consumes
Consumes
annotationpublic String[] nameBindings
NameBinding
annotations applied to this
extension, if anypublic ResourceDTO[] filteredByName
NameBinding
annotationCopyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0