Skip to content

Commit 1f37e49

Browse files
committed
wip
1 parent e5d420f commit 1f37e49

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

dd-java-agent/appsec/src/main/java/com/datadog/appsec/event/data/ObjectIntrospection.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)