private static class OptionsMethodProcessor.GenericOptionsInflector extends java.lang.Object implements Inflector<javax.ws.rs.container.ContainerRequestContext,javax.ws.rs.core.Response>
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<ExtendedUriInfo> |
extendedUriInfo |
Modifier | Constructor and Description |
---|---|
private |
GenericOptionsInflector() |
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 javax.inject.Provider<ExtendedUriInfo> extendedUriInfo
public javax.ws.rs.core.Response apply(javax.ws.rs.container.ContainerRequestContext containerRequestContext)
Inflector