Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Dec 5, 2021
1 parent 8a6da3f commit 298be52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agrest-engine/src/main/java/io/agrest/SelectBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ default <A> SelectBuilder<T> propFilter(Class<A> entityType, PropertyFilter filt
}

/**
* Installs an in-memory filter for a given entity type that will exclude objects from response that do not match
* the filter. This filter is combined with any runtime-level filters for the same entity.
* Installs an in-memory filter for the specified entity type (not necessarily the root entity of the request).
* Response will exclude objects that do not match the filter. This filter is combined with any existing
* runtime-level filters for the same entity.
*
* @return this builder instance
* @since 4.8
Expand Down

0 comments on commit 298be52

Please sign in to comment.