private static class OptionsMethodProcessor.PlainTextOptionsInflector extends java.lang.Object implements Inflector<javax.ws.rs.container.ContainerRequestContext,javax.ws.rs.core.Response>
| Modifier and Type | Field and Description |
|---|---|
private ExtendedUriInfo |
extendedUriInfo |
| Modifier | Constructor and Description |
|---|---|
private |
PlainTextOptionsInflector() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
apply(javax.ws.rs.container.ContainerRequestContext containerRequestContext)
Transform data of a given type into a result of the different type.
|
@Inject private ExtendedUriInfo extendedUriInfo
public javax.ws.rs.core.Response apply(javax.ws.rs.container.ContainerRequestContext containerRequestContext)
Inflector