Class JAXRSApp


  • @ApplicationPath("/")
    public class JAXRSApp
    extends jakarta.ws.rs.core.Application
    • Constructor Detail

      • JAXRSApp

        public JAXRSApp()
    • Method Detail

      • getSingletons

        public Set<Object> getSingletons()
        Overrides:
        getSingletons in class jakarta.ws.rs.core.Application
      • getRandomNumber

        public static int getRandomNumber​(int max,
                                          int min)