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) classDefaultEntityProcessorDefault entity processor.(package private) classEntityFilteringProcessorEntity processor handling entity-filtering annotations.(package private) classSecurityEntityProcessorEntity processorhandling security annotations on model entity classes.classSelectableEntityProcessorFields 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 classAbstractEntityProcessorCommonentity processorsupposed to be used as a base class for custom implementations.
-