File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
dd-java-agent/appsec/src/main/java/com/datadog/appsec/event/data Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,6 @@ public final class ObjectIntrospection {
3838
3939 private ObjectIntrospection () {}
4040
41- /** Functional interface to receive truncation flags. */
42- @ FunctionalInterface
43- public interface TruncationCallback {
44-
45- /**
46- * Called when the object is converted.
47- *
48- * @param requestContext the request context
49- * @param stringTooLong true if a string was truncated
50- * @param listMapTooLarge true if a list or map was truncated
51- * @param objectTooDeep true if an object was too deep
52- */
53- void onTruncation (
54- AppSecRequestContext requestContext ,
55- boolean stringTooLong ,
56- boolean listMapTooLarge ,
57- boolean objectTooDeep );
58- }
59-
6041 /**
6142 * Converts arbitrary objects compatible with ddwaf_object. Possible types in the result are:
6243 *
You can’t perform that action at this time.
0 commit comments