Uses of Enum
org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Packages that use EntityProcessorContext.Type
Package
Description
SPI for Entity Data Filtering in Jersey.
-
Uses of EntityProcessorContext.Type in org.glassfish.jersey.message.filtering.spi
Subclasses with type arguments of type EntityProcessorContext.Type in org.glassfish.jersey.message.filtering.spiModifier and TypeClassDescriptionstatic enumThe type of the context which describes in which entity processing phase theEntityProcessor.process(EntityProcessorContext)is triggered.Methods in org.glassfish.jersey.message.filtering.spi that return EntityProcessorContext.TypeModifier and TypeMethodDescriptionEntityProcessorContext.getType()Get thetypeof this context.static EntityProcessorContext.TypeReturns the enum constant of this type with the specified name.static EntityProcessorContext.Type[]EntityProcessorContext.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.