Snoop API
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Snoop API
snoop-core
/
com.snoop.core.redaction
/
RedactionEngine
/
RedactionEngine
Redaction
Engine
constructor
(
headerPredicates
:
List
<
(
String
)
->
Boolean
>
=
emptyList()
,
propertyPredicates
:
List
<
(
String
)
->
Boolean
>
=
emptyList()
,
queryParamPredicates
:
List
<
(
String
)
->
Boolean
>
=
emptyList()
,
bodyTransforms
:
List
<
(
String
)
->
String
>
=
emptyList()
,
placeholder
:
String
=
DEFAULT_PLACEHOLDER
)