public class JerseyEndpointResourceFactory
extends java.lang.Object
Resources for web
endpoint operations.| Constructor and Description |
|---|
JerseyEndpointResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.glassfish.jersey.server.model.Resource> |
createEndpointResources(EndpointMapping endpointMapping,
java.util.Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes,
EndpointLinksResolver linksResolver,
boolean shouldRegisterLinks)
Creates
Resources for the operations of the given
webEndpoints. |
protected org.glassfish.jersey.server.model.Resource |
createResource(EndpointMapping endpointMapping,
WebOperation operation) |
protected org.glassfish.jersey.server.model.Resource |
getResource(EndpointMapping endpointMapping,
WebOperation operation,
WebOperationRequestPredicate requestPredicate,
java.lang.String path,
WebServerNamespace serverNamespace,
org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) |
public java.util.Collection<org.glassfish.jersey.server.model.Resource> createEndpointResources(EndpointMapping endpointMapping, java.util.Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver, boolean shouldRegisterLinks)
Resources for the operations of the given
webEndpoints.endpointMapping - the base mapping for all endpointsendpoints - the web endpointsendpointMediaTypes - media types consumed and produced by the endpointslinksResolver - resolver for determining links to available endpointsshouldRegisterLinks - should register linksprotected org.glassfish.jersey.server.model.Resource createResource(EndpointMapping endpointMapping, WebOperation operation)
protected org.glassfish.jersey.server.model.Resource getResource(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, java.lang.String path, WebServerNamespace serverNamespace, org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider)