Class EntityFilteringScopeResolver
java.lang.Object
org.glassfish.jersey.message.filtering.EntityFilteringScopeResolver
- All Implemented Interfaces:
ScopeResolver
Scope provider
processing entity-filtering annotations created using
@EntityFiltering
meta-annotation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve
(Annotation[] annotations) Resolve entity-filtering scopes for given annotations.
-
Constructor Details
-
EntityFilteringScopeResolver
EntityFilteringScopeResolver()
-
-
Method Details
-
resolve
Description copied from interface:ScopeResolver
Resolve entity-filtering scopes for given annotations.- Specified by:
resolve
in interfaceScopeResolver
- Parameters:
annotations
- list of arbitrary annotations.- Returns:
- non-null set of entity-filtering scopes.
-