Uses of Interface
org.glassfish.jersey.message.filtering.spi.ObjectGraph
Packages that use ObjectGraph
Package
Description
Support for Entity Data Filtering in Jersey.
SPI for Entity Data Filtering in Jersey.
-
Uses of ObjectGraph in org.glassfish.jersey.jackson.internal
Methods in org.glassfish.jersey.jackson.internal with parameters of type ObjectGraphModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ser.FilterProvider
JacksonObjectProvider.transform
(ObjectGraph graph) Method parameters in org.glassfish.jersey.jackson.internal with type arguments of type ObjectGraphModifier and TypeMethodDescriptionJacksonObjectProvider.createSubfilters
(Class<?> entityClass, Map<String, ObjectGraph> entitySubgraphs) JacksonObjectProvider.createSubfilters
(String parent, Class<?> entityClass, Map<String, ObjectGraph> entitySubgraphs, Set<String> processed) -
Uses of ObjectGraph in org.glassfish.jersey.message.filtering
Classes in org.glassfish.jersey.message.filtering that implement ObjectGraphModifier and TypeClassDescription(package private) final class
Object graph representing empty domain classes.(package private) final class
Default implementation ofObjectGraph
.Fields in org.glassfish.jersey.message.filtering with type parameters of type ObjectGraphMethods in org.glassfish.jersey.message.filtering that return ObjectGraphModifier and TypeMethodDescriptionEntityGraphProviderImpl.createObjectGraph
(Class<?> entityClass, Set<String> filteringScopes, boolean forWriter) ObjectGraphProvider.transform
(ObjectGraph graph) Methods in org.glassfish.jersey.message.filtering that return types with arguments of type ObjectGraphModifier and TypeMethodDescriptionEmptyObjectGraph.getSubgraphs()
EmptyObjectGraph.getSubgraphs
(String parent) ObjectGraphImpl.getSubgraphs()
ObjectGraphImpl.getSubgraphs
(String parent) Methods in org.glassfish.jersey.message.filtering with parameters of type ObjectGraph -
Uses of ObjectGraph in org.glassfish.jersey.message.filtering.spi
Methods in org.glassfish.jersey.message.filtering.spi that return ObjectGraphModifier and TypeMethodDescriptionEntityGraphProvider.createObjectGraph
(Class<?> entityClass, Set<String> filteringScopes, boolean forWriter) Create anObjectGraph
for given parameters.Methods in org.glassfish.jersey.message.filtering.spi that return types with arguments of type ObjectGraphModifier and TypeMethodDescriptionObjectGraph.getSubgraphs()
Get a map of all further-filterable fields of entity class.ObjectGraph.getSubgraphs
(String parent) Get subgraphs with the given parent path.Methods in org.glassfish.jersey.message.filtering.spi with parameters of type ObjectGraphModifier and TypeMethodDescriptionObjectGraphTransformer.transform
(ObjectGraph graph) Transform a given graph into an entity-filtering object.