Package org.zalando.logbook
Interface BodyFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@API(status=STABLE)
@FunctionalInterface
public interface BodyFilter
-
Method Summary
Modifier and Type Method Description java.lang.Stringfilter(java.lang.String contentType, java.lang.String body)static BodyFiltermerge(BodyFilter left, BodyFilter right)static BodyFilternone()default BodyFiltertryMerge(BodyFilter next)