Uses of Class
org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
-
Packages that use EntityProcessorContext.Type 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 EntityProcessorContext.Type in org.glassfish.jersey.message.filtering
Fields in org.glassfish.jersey.message.filtering declared as EntityProcessorContext.Type Modifier and Type Field Description private EntityProcessorContext.Type
EntityProcessorContextImpl. type
Methods in org.glassfish.jersey.message.filtering that return EntityProcessorContext.Type Modifier and Type Method Description EntityProcessorContext.Type
EntityProcessorContextImpl. getType()
Constructors in org.glassfish.jersey.message.filtering with parameters of type EntityProcessorContext.Type Constructor Description EntityProcessorContextImpl(EntityProcessorContext.Type type, java.lang.Class<?> clazz, java.lang.reflect.Field field, java.lang.reflect.Method method, EntityGraph graph)
Create entity processor context for processing entity accessors.EntityProcessorContextImpl(EntityProcessorContext.Type type, java.lang.Class<?> clazz, EntityGraph graph)
Create entity processor context for processing entity classes.EntityProcessorContextImpl(EntityProcessorContext.Type type, java.lang.reflect.Field field, java.lang.reflect.Method method, EntityGraph graph)
Create entity processor context for processing entity properties.EntityProcessorContextImpl(EntityProcessorContext.Type type, java.lang.reflect.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.Type Modifier and Type Method Description EntityProcessorContext.Type
EntityProcessorContext. getType()
Get thetype
of this context.static EntityProcessorContext.Type
EntityProcessorContext.Type. valueOf(java.lang.String name)
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.
-