Skip to content

Commit

Permalink
Update DocumentParserContext.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es authored Nov 5, 2024
1 parent ad55ca2 commit 6e03dad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,10 @@ public boolean isWithinCopyTo() {
return false;
}

boolean inArrayScope() {
return currentScope == Scope.ARRAY;
}

public final DocumentParserContext createChildContext(ObjectMapper parent) {
return new Wrapper(parent, this);
}
Expand Down

0 comments on commit 6e03dad

Please sign in to comment.