Class RestBtwnResponseTranslator<P>
- java.lang.Object
-
- org.rootservices.otter.dispatch.translator.rest.RestBtwnResponseTranslator<P>
-
public class RestBtwnResponseTranslator<P> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RestBtwnResponseTranslator()
-
Method Summary
Modifier and Type Method Description Answerfrom(Answer to, RestBtwnResponse from)RestBtwnResponseto(RestResponse<P> from, java.util.Optional<byte[]> fromPayload)RestBtwnResponseto(Answer from)
-
-
-
Method Detail
-
from
public Answer from(Answer to, RestBtwnResponse from)
-
to
public RestBtwnResponse to(Answer from)
-
to
public RestBtwnResponse to(RestResponse<P> from, java.util.Optional<byte[]> fromPayload)
-
-