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.ResultEntityFilteringProcessor.process(String field, Class<?> fieldClass, Annotation[] fieldAnnotations, Annotation[] annotations, EntityGraph graph) EntityFilteringProcessor.process(EntityProcessorContext context) protected EntityProcessor.ResultSecurityEntityProcessor.process(String fieldName, Class<?> fieldClass, Annotation[] fieldAnnotations, Annotation[] annotations, EntityGraph graph) protected EntityProcessor.ResultSelectableEntityProcessor.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.ResultAbstractEntityProcessor.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)contextby modifying providedEntityGraph.static EntityProcessor.ResultReturns 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.