Interface BodyTransformer
@Unstable
public interface BodyTransformer
A synchronous function that transforms an HTTP body entity.
-
Method Summary
-
Method Details
-
consumes
- Returns:
- whether this transformer consumes the
mediaType,mediaTypecan benullwhen the HTTP head does not present a body, the default implementation returnstrue
-
produces
-
transform
-