Class LazyResponse.Existing

java.lang.Object
org.jboss.resteasy.reactive.server.core.LazyResponse.Existing
All Implemented Interfaces:
LazyResponse
Enclosing interface:
LazyResponse

public static class LazyResponse.Existing extends Object implements LazyResponse
  • Constructor Details

    • Existing

      public Existing(jakarta.ws.rs.core.Response response)
  • Method Details

    • get

      public jakarta.ws.rs.core.Response get()
      Description copied from interface: LazyResponse
      Gets the response, possibly generating it if it does not exist yet
      Specified by:
      get in interface LazyResponse
    • isCreated

      public boolean isCreated()
      Specified by:
      isCreated in interface LazyResponse
      Returns:
      true if the response already exists