Uses of Class
org.glassfish.jersey.message.filtering.EntityGraphImpl
Packages that use EntityGraphImpl
Package
Description
Support for Entity Data Filtering in Jersey.
-
Uses of EntityGraphImpl in org.glassfish.jersey.message.filtering
Methods in org.glassfish.jersey.message.filtering that return EntityGraphImplModifier and TypeMethodDescriptionEntityGraphImpl.addFilteringScopes
(Set<String> filteringScopes) EntityGraphImpl.addSubgraph
(String fieldName, Class<?> fieldClass) EntityGraphImpl.addSubgraph
(String fieldName, Class<?> fieldClass, String... filteringScopes) EntityGraphImpl.addSubgraph
(String fieldName, Class<?> fieldClass, Set<String> filteringScopes)