Index

C D F G H J M O R S V 
All Classes and Interfaces|All Packages

C

createEndpointResources(EndpointMapping, Collection) - Method in class org.springframework.boot.jersey.actuate.endpoint.web.JerseyHealthEndpointAdditionalPathResourceFactory
 
createEndpointResources(EndpointMapping, Collection, EndpointMediaTypes, EndpointLinksResolver, boolean) - Method in class org.springframework.boot.jersey.actuate.endpoint.web.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createResource(EndpointMapping, WebOperation) - Method in class org.springframework.boot.jersey.actuate.endpoint.web.JerseyEndpointResourceFactory
 
customize(ResourceConfig) - Method in interface org.springframework.boot.jersey.autoconfigure.actuate.web.ManagementContextResourceConfigCustomizer
Customize the resource config.
customize(ResourceConfig) - Method in interface org.springframework.boot.jersey.autoconfigure.ResourceConfigCustomizer
Customize the resource config.

D

DefaultJerseyApplicationPath - Class in org.springframework.boot.jersey.autoconfigure
Default implementation of JerseyApplicationPath that derives the path from JerseyProperties or the @ApplicationPath annotation.
DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.jersey.autoconfigure.DefaultJerseyApplicationPath
 

F

Filter() - Constructor for class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Filter
 
FILTER - Enum constant in enum class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Type
 

G

getApplicationPath() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
getFilter() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
getInit() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
getLoadOnStartup() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Servlet
 
getOrder() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Filter
 
getPath() - Method in class org.springframework.boot.jersey.autoconfigure.DefaultJerseyApplicationPath
 
getPath() - Method in interface org.springframework.boot.jersey.autoconfigure.JerseyApplicationPath
Returns the configured path of the application.
getPrefix() - Method in interface org.springframework.boot.jersey.autoconfigure.JerseyApplicationPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getRelativePath(String) - Method in interface org.springframework.boot.jersey.autoconfigure.JerseyApplicationPath
Return a form of the given path that's relative to the Jersey application path.
getResource(EndpointMapping, WebOperation, WebOperationRequestPredicate, String, WebServerNamespace, JerseyRemainingPathSegmentProvider) - Method in class org.springframework.boot.jersey.actuate.endpoint.web.JerseyEndpointResourceFactory
 
getServlet() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
getType() - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
getUrlMapping() - Method in interface org.springframework.boot.jersey.autoconfigure.JerseyApplicationPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map Jersey's servlet.

H

HealthEndpointJerseyExtensionAutoConfiguration - Class in org.springframework.boot.jersey.autoconfigure.actuate.endpoint.web
Auto-Configuration for HealthEndpoint Jersey extension.
HealthEndpointJerseyExtensionAutoConfiguration() - Constructor for class org.springframework.boot.jersey.autoconfigure.actuate.endpoint.web.HealthEndpointJerseyExtensionAutoConfiguration
 

J

jerseyApplicationPath() - Method in class org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyChildManagementContextConfiguration
 
JerseyApplicationPath - Interface in org.springframework.boot.jersey.autoconfigure
Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
JerseyAutoConfiguration - Class in org.springframework.boot.jersey.autoconfigure
Auto-configuration for Jersey.
JerseyAutoConfiguration.JerseyWebApplicationInitializer - Class in org.springframework.boot.jersey.autoconfigure
 
JerseyChildManagementContextConfiguration - Class in org.springframework.boot.jersey.autoconfigure.actuate.web
@ManagementContextConfiguration for Jersey infrastructure when a separate management context with a web server running on a different port is required.
JerseyChildManagementContextConfiguration() - Constructor for class org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyChildManagementContextConfiguration
 
JerseyEndpointManagementContextConfiguration - Class in org.springframework.boot.jersey.autoconfigure.actuate.web
@ManagementContextConfiguration for Jetty endpoints.
JerseyEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyEndpointManagementContextConfiguration
 
JerseyEndpointResourceFactory - Class in org.springframework.boot.jersey.actuate.endpoint.web
A factory for creating Jersey Resources for web endpoint operations.
JerseyEndpointResourceFactory() - Constructor for class org.springframework.boot.jersey.actuate.endpoint.web.JerseyEndpointResourceFactory
 
JerseyHealthEndpointAdditionalPathResourceFactory - Class in org.springframework.boot.jersey.actuate.endpoint.web
A factory for creating Jersey Resources for health groups with additional path.
JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace, HealthEndpointGroups) - Constructor for class org.springframework.boot.jersey.actuate.endpoint.web.JerseyHealthEndpointAdditionalPathResourceFactory
 
JerseyProperties - Class in org.springframework.boot.jersey.autoconfigure
@ConfigurationProperties for Jersey.
JerseyProperties() - Constructor for class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
JerseyProperties.Filter - Class in org.springframework.boot.jersey.autoconfigure
 
JerseyProperties.Servlet - Class in org.springframework.boot.jersey.autoconfigure
 
JerseyProperties.Type - Enum Class in org.springframework.boot.jersey.autoconfigure
 
JerseySameManagementContextConfiguration - Class in org.springframework.boot.jersey.autoconfigure.actuate.web
@ManagementContextConfiguration for Jersey infrastructure when the management context is the same as the main application context.
JerseySameManagementContextConfiguration() - Constructor for class org.springframework.boot.jersey.autoconfigure.actuate.web.JerseySameManagementContextConfiguration
 
JerseyServerMetricsAutoConfiguration - Class in org.springframework.boot.jersey.autoconfigure.metrics
Auto-configuration for Jersey server instrumentation.
JerseyWebApplicationInitializer() - Constructor for class org.springframework.boot.jersey.autoconfigure.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 

M

ManagementContextResourceConfigCustomizer - Interface in org.springframework.boot.jersey.autoconfigure.actuate.web
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig in the management context before it is used.

O

onStartup(ServletContext) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
org.springframework.boot.jersey.actuate.endpoint.web - package org.springframework.boot.jersey.actuate.endpoint.web
Jersey support for actuator endpoints.
org.springframework.boot.jersey.autoconfigure - package org.springframework.boot.jersey.autoconfigure
Auto-configuration for Jersey.
org.springframework.boot.jersey.autoconfigure.actuate.endpoint.web - package org.springframework.boot.jersey.autoconfigure.actuate.endpoint.web
Auto-configuration for Jersey actuator web endpoint support.
org.springframework.boot.jersey.autoconfigure.actuate.web - package org.springframework.boot.jersey.autoconfigure.actuate.web
Auto-configuration for Jersey actuator web concerns.
org.springframework.boot.jersey.autoconfigure.metrics - package org.springframework.boot.jersey.autoconfigure.metrics
Auto-configuration for Jersey metrics.

R

ResourceConfigCustomizer - Interface in org.springframework.boot.jersey.autoconfigure
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.

S

Servlet() - Constructor for class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Servlet
 
SERVLET - Enum constant in enum class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Type
 
servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, JerseyApplicationPath, EndpointAccessResolver) - Method in class org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyEndpointManagementContextConfiguration
 
setApplicationPath(String) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
setInit(Map) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 
setLoadOnStartup(int) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Servlet
 
setOrder(int) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Filter
 
setServletContext(ServletContext) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyAutoConfiguration
 
setType(JerseyProperties.Type) - Method in class org.springframework.boot.jersey.autoconfigure.JerseyProperties
 

V

valueOf(String) - Static method in enum class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.jersey.autoconfigure.JerseyProperties.Type
Returns an array containing the constants of this enum class, in the order they are declared.
C D F G H J M O R S V 
All Classes and Interfaces|All Packages