Class ExtensionDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.BaseDTO
org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
Represents a JAX-RS Filter service currently being hosted by the
JaxrsServiceRuntime-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]The media types consumed by this service, if provided in anConsumesannotationThe resourceDTOs that are mapped to this extension using aNameBindingannotationString[]The full names of theNameBindingannotations applied to this extension, if anyString[]The media types produced by this service, if provided in anProducesannotationFields inherited from class org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
extensionTypes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
produces
The media types produced by this service, if provided in anProducesannotation -
consumes
The media types consumed by this service, if provided in anConsumesannotation -
nameBindings
The full names of theNameBindingannotations applied to this extension, if any -
filteredByName
The resourceDTOs that are mapped to this extension using aNameBindingannotation
-
-
Constructor Details
-
ExtensionDTO
public ExtensionDTO()
-