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.ResultDefaultEntityProcessor. process(EntityProcessorContext context)protected EntityProcessor.ResultEntityFilteringProcessor. process(java.lang.String field, java.lang.Class<?> fieldClass, java.lang.annotation.Annotation[] fieldAnnotations, java.lang.annotation.Annotation[] annotations, EntityGraph graph)EntityProcessor.ResultEntityFilteringProcessor. process(EntityProcessorContext context)protected EntityProcessor.ResultSecurityEntityProcessor. process(java.lang.String fieldName, java.lang.Class<?> fieldClass, java.lang.annotation.Annotation[] fieldAnnotations, java.lang.annotation.Annotation[] annotations, EntityGraph graph)protected EntityProcessor.ResultSelectableEntityProcessor. 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.ResultAbstractEntityProcessor. 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.ResultAbstractEntityProcessor. process(EntityProcessorContext context)EntityProcessor.ResultEntityProcessor. process(EntityProcessorContext context)Process given (class/property/accessor)contextby modifying providedEntityGraph.static EntityProcessor.ResultEntityProcessor.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.
-