public class JerseyEndpointResourceFactory extends Object
Resources for web
endpoint operations.| Constructor and Description |
|---|
JerseyEndpointResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.glassfish.jersey.server.model.Resource> |
createEndpointResources(EndpointMapping endpointMapping,
Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes,
EndpointLinksResolver linksResolver)
Creates
Resources for the operations of the given
webEndpoints. |
public Collection<org.glassfish.jersey.server.model.Resource> createEndpointResources(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver)
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 endpointsCopyright © 2019 Pivotal Software, Inc.. All rights reserved.