O - The target type for the transformation.public interface ResponseTransformation<O>
Promise into a target object, allowing for transforming functions based on different HTTP
codes or exceptions. Under the covers, all functions are used in a fold() call.
Note: supplied functions should not return null for any input. Null will be interpreted as a non-match and surprising
behaviour may be seen.| Modifier and Type | Interface and Description |
|---|---|
static class |
ResponseTransformation.Builder<O> |
Copyright © 2012-2013 Atlassian. All Rights Reserved.