Uses of Interface
org.glassfish.jersey.message.filtering.spi.EntityProcessor
-
Packages that use EntityProcessor Package Description org.glassfish.jersey.message.filtering Support for Entity Data Filtering in Jersey.org.glassfish.jersey.message.filtering.spi 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 EntityProcessor Modifier and Type Class Description (package private) class
DefaultEntityProcessor
Default entity processor.(package private) class
EntityFilteringProcessor
Entity processor handling entity-filtering annotations.(package private) class
SecurityEntityProcessor
Entity processor
handling security annotations on model entity classes.class
SelectableEntityProcessor
Fields in org.glassfish.jersey.message.filtering with type parameters of type EntityProcessor Modifier and Type Field Description private java.util.List<EntityProcessor>
EntityInspectorImpl. entityProcessors
-
Uses of EntityProcessor in org.glassfish.jersey.message.filtering.spi
Classes in org.glassfish.jersey.message.filtering.spi that implement EntityProcessor Modifier and Type Class Description class
AbstractEntityProcessor
Commonentity processor
supposed to be used as a base class for custom implementations.
-