private static class RequestProcessingConfigurator.UriRoutingContextFactory extends java.lang.Object implements java.util.function.Supplier<UriRoutingContext>
Modifier and Type | Field and Description |
---|---|
private RequestProcessingContextReference |
reference |
Modifier | Constructor and Description |
---|---|
private |
UriRoutingContextFactory(RequestProcessingContextReference reference) |
Modifier and Type | Method and Description |
---|---|
UriRoutingContext |
get() |
private final RequestProcessingContextReference reference
@Inject private UriRoutingContextFactory(RequestProcessingContextReference reference)
public UriRoutingContext get()
get
in interface java.util.function.Supplier<UriRoutingContext>