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.Type
EntityProcessorContextImpl.type
Methods 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
Methods in org.glassfish.jersey.message.filtering.spi that return EntityProcessorContext.TypeModifier and TypeMethodDescriptionEntityProcessorContext.getType()
Get thetype
of this context.static EntityProcessorContext.Type
Returns 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.