Class OptionsMethodProcessor.PlainTextOptionsInflector
java.lang.Object
org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.PlainTextOptionsInflector
- All Implemented Interfaces:
Inflector<javax.ws.rs.container.ContainerRequestContext,
javax.ws.rs.core.Response>
- Enclosing class:
- OptionsMethodProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
apply
(javax.ws.rs.container.ContainerRequestContext containerRequestContext) Transform data of a given type into a result of the different type.
-
Field Details
-
extendedUriInfo
-
-
Constructor Details
-
PlainTextOptionsInflector
private PlainTextOptionsInflector()
-
-
Method Details
-
apply
public javax.ws.rs.core.Response apply(javax.ws.rs.container.ContainerRequestContext containerRequestContext) Description copied from interface:Inflector
Transform data of a given type into a result of the different type.
-