Interface LazyResponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  LazyResponse.Existing  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response get()
      Gets the response, possibly generating it if it does not exist yet
      boolean isCreated()  
    • Method Detail

      • get

        javax.ws.rs.core.Response get()
        Gets the response, possibly generating it if it does not exist yet
      • isCreated

        boolean isCreated()
        Returns:
        true if the response already exists