Uses of Enum
org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Packages that use EntityProcessorContext.Type
Package
Description
Support for Entity Data Filtering in Jersey.
SPI for Entity Data Filtering in Jersey.
-
Uses of EntityProcessorContext.Type in org.glassfish.jersey.message.filtering
Fields in org.glassfish.jersey.message.filtering declared as EntityProcessorContext.TypeModifier and TypeFieldDescriptionprivate final EntityProcessorContext.TypeEntityProcessorContextImpl.typeMethods in org.glassfish.jersey.message.filtering that return EntityProcessorContext.TypeConstructors in org.glassfish.jersey.message.filtering with parameters of type EntityProcessorContext.TypeModifierConstructorDescriptionEntityProcessorContextImpl(EntityProcessorContext.Type type, Class<?> clazz, Field field, Method method, EntityGraph graph) Create entity processor context for processing entity accessors.EntityProcessorContextImpl(EntityProcessorContext.Type type, Class<?> clazz, EntityGraph graph) Create entity processor context for processing entity classes.EntityProcessorContextImpl(EntityProcessorContext.Type type, Field field, Method method, EntityGraph graph) Create entity processor context for processing entity properties.EntityProcessorContextImpl(EntityProcessorContext.Type type, Method method, EntityGraph graph) Create entity processor context for processing entity accessors. -
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.