Skip to content

Commit 9a7a8b4

Browse files
russelmrclrrayst
andauthored
update interceptor documentation (#2173)
Co-authored-by: Tobias Polley <polley@predic8.de>
1 parent d6cf15c commit 9a7a8b4

File tree

3 files changed

+216
-225
lines changed

3 files changed

+216
-225
lines changed

core/src/main/java/com/predic8/membrane/core/interceptor/beautifier/BeautifierInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import static com.predic8.membrane.core.interceptor.Outcome.*;
2929

3030
/**
31-
* @description Beautifies request and response bodies. Supported are the Formats: JSON, JSON5, XML, TEXT
31+
* @description Beautifies request and response bodies. Supported are the Formats: <b>JSON</b>, <b>JSON5</b>, <b>XML</b>, <b>TEXT</b>
3232
* @topic 2. Enterprise Integration Patterns
3333
*/
3434
@MCElement(name = "beautifier")

core/src/main/java/com/predic8/membrane/core/interceptor/flow/IfInterceptor.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
* if allows conditional execution of nested interceptors.
3333
* </p>
3434
* <pre><code><if test="method == 'POST'" language="SpEL">
35-
* ...
36-
* </if>
37-
* </code></pre>
35+
* ...
36+
* </if></code></pre>
3837
* @topic 1. Proxies and Flow
3938
*/
4039
@MCElement(name = "if")

0 commit comments

Comments
 (0)