Class ExtensionDTO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.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
      java.lang.String[] nameBindings
      The full names of the NameBinding annotations applied to this extension, if any
      java.lang.String[] produces
      The media types produced by this service, if provided in an Produces annotation
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • produces

        public java.lang.String[] produces
        The media types produced by this service, if provided in an Produces annotation
      • consumes

        public java.lang.String[] consumes
        The media types consumed by this service, if provided in an Consumes annotation
      • nameBindings

        public java.lang.String[] nameBindings
        The full names of the NameBinding annotations applied to this extension, if any
      • filteredByName

        public ResourceDTO[] filteredByName
        The resourceDTOs that are mapped to this extension using a NameBinding annotation
    • Constructor Detail

      • ExtensionDTO

        public ExtensionDTO()