| 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.
|
| Modifier and Type | Class and 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 |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<EntityProcessor> |
EntityInspectorImpl.entityProcessors |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityProcessor
Common
entity processor supposed to be used as a base class for custom implementations. |