Uses of Class
org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
-
Packages that use EntityProcessor.Result 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.Result in org.glassfish.jersey.message.filtering
Methods in org.glassfish.jersey.message.filtering that return EntityProcessor.Result Modifier and Type Method Description EntityProcessor.Result
DefaultEntityProcessor. process(EntityProcessorContext context)
protected EntityProcessor.Result
EntityFilteringProcessor. process(java.lang.String field, java.lang.Class<?> fieldClass, java.lang.annotation.Annotation[] fieldAnnotations, java.lang.annotation.Annotation[] annotations, EntityGraph graph)
EntityProcessor.Result
EntityFilteringProcessor. process(EntityProcessorContext context)
protected EntityProcessor.Result
SecurityEntityProcessor. process(java.lang.String fieldName, java.lang.Class<?> fieldClass, java.lang.annotation.Annotation[] fieldAnnotations, java.lang.annotation.Annotation[] annotations, EntityGraph graph)
protected EntityProcessor.Result
SelectableEntityProcessor. process(java.lang.String fieldName, java.lang.Class<?> fieldClass, java.lang.annotation.Annotation[] fieldAnnotations, java.lang.annotation.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.Result Modifier and Type Method Description protected EntityProcessor.Result
AbstractEntityProcessor. process(java.lang.String fieldName, java.lang.Class<?> fieldClass, java.lang.annotation.Annotation[] fieldAnnotations, java.lang.annotation.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.EntityProcessor.Result
AbstractEntityProcessor. process(EntityProcessorContext context)
EntityProcessor.Result
EntityProcessor. process(EntityProcessorContext context)
Process given (class/property/accessor)context
by modifying providedEntityGraph
.static EntityProcessor.Result
EntityProcessor.Result. valueOf(java.lang.String name)
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.
-