Class DefaultEntityProcessor
java.lang.Object
org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
org.glassfish.jersey.message.filtering.DefaultEntityProcessor
- All Implemented Interfaces:
EntityProcessor
Default entity processor. Handles unannotated properties/accessors and adds them into default entity-filtering scope.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jersey.message.filtering.spi.EntityProcessor
EntityProcessor.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
process
(EntityGraph graph, String fieldName, Type fieldType) process
(EntityProcessorContext context) Process given (class/property/accessor)context
by modifying providedEntityGraph
.Methods inherited from class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
addFilteringScopes, addGlobalScopes, process
-
Constructor Details
-
DefaultEntityProcessor
DefaultEntityProcessor()
-
-
Method Details
-
process
Description copied from interface:EntityProcessor
Process given (class/property/accessor)context
by modifying providedEntityGraph
.- Specified by:
process
in interfaceEntityProcessor
- Overrides:
process
in classAbstractEntityProcessor
- Parameters:
context
- context to be processed.- Returns:
- result of processing a context.
-
process
-