JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
se.fortnox.reactivewizard.jaxrs.response
Interface ResultTransformer<T>
public interface
ResultTransformer<T>
Interface for transforming a result of a JaxRs call.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
JaxRsResult
<
T
>
apply
(
JaxRsResult
<
T
> result,
Object
[] args)
Method Details
apply
JaxRsResult
<
T
>
apply
(
JaxRsResult
<
T
> result,
Object
[] args)