Uses of Interface
org.glassfish.jersey.message.filtering.spi.EntityProcessor
Packages that use EntityProcessor
Package
Description
Support for Entity Data Filtering in Jersey.
SPI for Entity Data Filtering in Jersey.
-
Uses of EntityProcessor in org.glassfish.jersey.message.filtering
Classes in org.glassfish.jersey.message.filtering that implement EntityProcessorModifier and TypeClassDescription(package private) final classDefault entity processor.(package private) final classEntity processor handling entity-filtering annotations.(package private) final classEntity processorhandling security annotations on model entity classes.classFields in org.glassfish.jersey.message.filtering with type parameters of type EntityProcessorModifier and TypeFieldDescriptionprivate final List<EntityProcessor> EntityInspectorImpl.entityProcessors -
Uses of EntityProcessor in org.glassfish.jersey.message.filtering.spi
Classes in org.glassfish.jersey.message.filtering.spi that implement EntityProcessorModifier and TypeClassDescriptionclassCommonentity processorsupposed to be used as a base class for custom implementations.