Class ExtensionDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jakartars.runtime.dto.BaseDTO
org.osgi.service.jakartars.runtime.dto.BaseExtensionDTO
org.osgi.service.jakartars.runtime.dto.ExtensionDTO
Represents a Jakarta RESTful Web Services Extension service currently being
hosted by the
JakartarsServiceRuntime
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionString[]
The media types consumed by this service, if provided in anConsumes
annotationThe resourceDTOs that are mapped to this extension using aNameBinding
annotationString[]
The full names of theNameBinding
annotations applied to this extension, if anyString[]
The media types produced by this service, if provided in anProduces
annotationFields inherited from class org.osgi.service.jakartars.runtime.dto.BaseExtensionDTO
extensionTypes
-
Constructor Summary
-
Method Summary
-
Field Details
-
produces
The media types produced by this service, if provided in anProduces
annotation -
consumes
The media types consumed by this service, if provided in anConsumes
annotation -
nameBindings
The full names of theNameBinding
annotations applied to this extension, if any -
filteredByName
The resourceDTOs that are mapped to this extension using aNameBinding
annotation
-
-
Constructor Details
-
ExtensionDTO
public ExtensionDTO()
-