? 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
-
????
????????????String[]
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
annotation??????? org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
extensionTypes
-
?????
??? -
????
??????? org.osgi.dto.DTO
toString
-
??????
-
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
-
-
???????
-
ExtensionDTO
public ExtensionDTO()
-