Uses of Enum
org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
Packages that use EntityProcessor.Result
Package
Description
Support for Entity Data Filtering in Jersey.
SPI for Entity Data Filtering in Jersey.
-
Uses of EntityProcessor.Result in org.glassfish.jersey.message.filtering
Methods in org.glassfish.jersey.message.filtering that return EntityProcessor.ResultModifier and TypeMethodDescriptionDefaultEntityProcessor.process
(EntityProcessorContext context) protected EntityProcessor.Result
EntityFilteringProcessor.process
(String field, Class<?> fieldClass, Annotation[] fieldAnnotations, Annotation[] annotations, EntityGraph graph) EntityFilteringProcessor.process
(EntityProcessorContext context) protected EntityProcessor.Result
SecurityEntityProcessor.process
(String fieldName, Class<?> fieldClass, Annotation[] fieldAnnotations, Annotation[] annotations, EntityGraph graph) protected EntityProcessor.Result
SelectableEntityProcessor.process
(String fieldName, Class<?> fieldClass, Annotation[] fieldAnnotations, Annotation[] annotations, EntityGraph graph) -
Uses of EntityProcessor.Result in org.glassfish.jersey.message.filtering.spi
Methods in org.glassfish.jersey.message.filtering.spi that return EntityProcessor.ResultModifier and TypeMethodDescriptionprotected EntityProcessor.Result
AbstractEntityProcessor.process
(String fieldName, Class<?> fieldClass, Annotation[] fieldAnnotations, Annotation[] annotations, EntityGraph graph) Method is called from the default implementation ofAbstractEntityProcessor.process(org.glassfish.jersey.message.filtering.spi.EntityProcessorContext)
and is supposed to be overridden by custom implementations of this class.AbstractEntityProcessor.process
(EntityProcessorContext context) EntityProcessor.process
(EntityProcessorContext context) Process given (class/property/accessor)context
by modifying providedEntityGraph
.static EntityProcessor.Result
Returns the enum constant of this type with the specified name.static EntityProcessor.Result[]
EntityProcessor.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.