Interface MissingPathParamSub


@Path("/somePath") public interface MissingPathParamSub
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    get()
     
  • Method Details

    • get

      @GET @Path("/{someParam}") jakarta.ws.rs.core.Response get()