Skip to content

Commit

Permalink
Replace EntityEncoderFilter with per-entity object read filter #501
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
andrus committed Nov 28, 2021
1 parent 46c64bc commit 9cf0ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private boolean isEmpty() {
&& relationships.isEmpty()
&& readablePropFilter == null
&& writablePropFilter == null
&& readFilter == null;
&& readFilter.allowsAll();
}

/**
Expand Down

0 comments on commit 9cf0ea1

Please sign in to comment.