static JsonBody.Builder |
JsonBody.builder() |
|
JsonBody.Builder |
JsonBody.Builder.invalidFallbackBehavior(String invalidFallbackBehavior) |
What WAF should do if it fails to completely parse the JSON body.
|
JsonBody.Builder |
JsonBody.Builder.invalidFallbackBehavior(BodyParsingFallbackBehavior invalidFallbackBehavior) |
What WAF should do if it fails to completely parse the JSON body.
|
default JsonBody.Builder |
JsonBody.Builder.matchPattern(Consumer<JsonMatchPattern.Builder> matchPattern) |
The patterns to look for in the JSON body.
|
JsonBody.Builder |
JsonBody.Builder.matchPattern(JsonMatchPattern matchPattern) |
The patterns to look for in the JSON body.
|
JsonBody.Builder |
JsonBody.Builder.matchScope(String matchScope) |
The parts of the JSON to match against using the MatchPattern.
|
JsonBody.Builder |
JsonBody.Builder.matchScope(JsonMatchScope matchScope) |
The parts of the JSON to match against using the MatchPattern.
|
JsonBody.Builder |
JsonBody.Builder.oversizeHandling(String oversizeHandling) |
What WAF should do if the body is larger than WAF can inspect.
|
JsonBody.Builder |
JsonBody.Builder.oversizeHandling(OversizeHandling oversizeHandling) |
What WAF should do if the body is larger than WAF can inspect.
|
JsonBody.Builder |
JsonBody.toBuilder() |
|