Class LazyResponse.Existing
java.lang.Object
org.jboss.resteasy.reactive.server.core.LazyResponse.Existing
- All Implemented Interfaces:
LazyResponse
- Enclosing interface:
LazyResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.core.LazyResponse
LazyResponse.Existing -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.core.LazyResponse
isPredetermined
-
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:LazyResponseGets the response, possibly generating it if it does not exist yet- Specified by:
getin interfaceLazyResponse
-
isCreated
public boolean isCreated()- Specified by:
isCreatedin interfaceLazyResponse- Returns:
trueif the response already exists
-