Class EndpointIndexer.BasicResourceClassInfo

    • Constructor Detail

      • BasicResourceClassInfo

        public BasicResourceClassInfo​(String path,
                                      String[] produces,
                                      String[] consumes,
                                      Set<String> pathParameters,
                                      String streamElementType)
    • Method Detail

      • getPath

        public String getPath()
      • getProduces

        public String[] getProduces()
      • getConsumes

        public String[] getConsumes()
      • getPathParameters

        public Set<String> getPathParameters()
      • getStreamElementType

        public String getStreamElementType()