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 class
Default entity processor.(package private) final class
Entity processor handling entity-filtering annotations.(package private) final class
Entity processor
handling security annotations on model entity classes.class
Fields 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 TypeClassDescriptionclass
Commonentity processor
supposed to be used as a base class for custom implementations.