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.
|
Modifier and Type | Field and Description |
---|---|
private EntityProcessorContext.Type |
EntityProcessorContextImpl.type |
Modifier and Type | Method and Description |
---|---|
EntityProcessorContext.Type |
EntityProcessorContextImpl.getType() |
Constructor and Description |
---|
EntityProcessorContextImpl(EntityProcessorContext.Type type,
java.lang.Class<?> clazz,
EntityGraph graph)
Create entity processor context for processing entity classes.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
EntityProcessorContext.Type |
EntityProcessorContext.getType()
Get the
type 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.
|