Class MatchedEndpointExtractorStage

java.lang.Object
org.glassfish.jersey.server.internal.routing.MatchedEndpointExtractorStage
All Implemented Interfaces:
Stage<RequestProcessingContext>

final class MatchedEndpointExtractorStage extends Object implements Stage<RequestProcessingContext>
Request pre-processing stage that extracts an inflector from a routing context where it was previously stored by the request to resource matching stage and (if available) returns the inflector wrapped in a next terminal stage. This request pre-processing stage should be a final stage in the request processing chain.
See Also: