Class ResponseDecoratorTransformer
java.lang.Object
se.fortnox.reactivewizard.jaxrs.response.ResponseDecoratorTransformer
- All Implemented Interfaces:
Comparable<ResultTransformerFactory>,ResultTransformerFactory
Adds headers returned from a resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ResultTransformer<T>create(JaxRsResource<T> resource) getPrio()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.fortnox.reactivewizard.jaxrs.response.ResultTransformerFactory
compareTo
-
Constructor Details
-
ResponseDecoratorTransformer
public ResponseDecoratorTransformer()
-
-
Method Details
-
create
- Specified by:
createin interfaceResultTransformerFactory
-
getPrio
- Specified by:
getPrioin interfaceResultTransformerFactory
-