Class EntityFilteringScopeResolver
- java.lang.Object
-
- org.glassfish.jersey.message.filtering.EntityFilteringScopeResolver
-
- All Implemented Interfaces:
ScopeResolver
@Singleton final class EntityFilteringScopeResolver extends java.lang.Object implements ScopeResolver
Scope provider
processing entity-filtering annotations created using@EntityFiltering
meta-annotation.
-
-
Constructor Summary
Constructors Constructor Description EntityFilteringScopeResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
resolve(java.lang.annotation.Annotation[] annotations)
Resolve entity-filtering scopes for given annotations.
-
-
-
Method Detail
-
resolve
public java.util.Set<java.lang.String> resolve(java.lang.annotation.Annotation[] annotations)
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.
-
-