Uses of Package
org.glassfish.jersey.message.filtering.spi
Packages that use org.glassfish.jersey.message.filtering.spi
Package
Description
Support for Entity Data Filtering in Jersey.
SPI for Entity Data Filtering in Jersey.
-
Classes in org.glassfish.jersey.message.filtering.spi used by org.glassfish.jersey.message.filteringClassDescriptionCommon
entity processorsupposed to be used as a base class for custom implementations.Class available toentity-filtering processorsproviding means to add/remove entity-filtering scopes (e.g. based on annotations) for entity members.Contract supposed to process entity classes for Entity Data Filtering.Result type of processing an context.Class used to resolve entity-filtering scopes from annotations. -
Classes in org.glassfish.jersey.message.filtering.spi used by org.glassfish.jersey.message.filtering.spiClassDescriptionClass available to
entity-filtering processorsproviding means to add/remove entity-filtering scopes (e.g. based on annotations) for entity members.Contract supposed to process entity classes for Entity Data Filtering.Result type of processing an context.Entity processorcontext providing details about entity processing.The type of the context which describes in which entity processing phase theEntityProcessor.process(EntityProcessorContext)is triggered.Read-only graph containing representations of an entity class that should be processed in entity-filtering.This contract brings support for transforming an internal representation of entity data filtering feature into an object familiar to underlying provider (e.g. message body worker).Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).