Uses of Class
org.jboss.resteasy.reactive.common.jaxrs.RestResponseImpl
-
Packages that use RestResponseImpl Package Description org.jboss.resteasy.reactive.common.jaxrs -
-
Uses of RestResponseImpl in org.jboss.resteasy.reactive.common.jaxrs
Methods in org.jboss.resteasy.reactive.common.jaxrs with type parameters of type RestResponseImpl Modifier and Type Method Description <OtherT extends RestResponseImpl<T>>
OtherTAbstractRestResponseBuilder. populateResponse(OtherT response)Populates a response with the standard data<OtherT extends RestResponseImpl<T>>
OtherTAbstractRestResponseBuilder. populateResponse(OtherT response, boolean copyHeaders)Methods in org.jboss.resteasy.reactive.common.jaxrs that return RestResponseImpl Modifier and Type Method Description RestResponseImpl<T>AbstractRestResponseBuilder. build()RestResponseImpl<T>AbstractRestResponseBuilder. build(boolean copyHeaders)
-