Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- H2 - Enum constant in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
H2.
 - H2 - Enum constant in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
 - 
H2 Database Connection.
 - H2 - Enum constant in enum org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
 - 
H2 Database Connection.
 - h2Console(H2ConsoleProperties, ObjectProvider<DataSource>) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 - H2ConsoleAutoConfiguration - Class in org.springframework.boot.autoconfigure.h2
 - 
Auto-configurationfor H2's web console. - H2ConsoleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 - H2ConsoleProperties - Class in org.springframework.boot.autoconfigure.h2
 - 
Configuration properties for H2's console.
 - H2ConsoleProperties() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 - H2ConsoleProperties.Settings - Class in org.springframework.boot.autoconfigure.h2
 - HANA - Enum constant in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
HANA - SAP HANA Database - HDB.
 - handle(HttpServletRequest, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
 - handle(Throwable) - Method in interface org.springframework.boot.devtools.restart.FailureHandler
 - 
Handle a run failure.
 - handle(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
 - 
Handle an incoming HTTP connection.
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.Dispatcher
 - 
Dispatch the specified request to an appropriate
Handler. - handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.boot.devtools.remote.server.Handler
 - 
Handle the request.
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.HttpStatusHandler
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServer
 - 
Handle a server request.
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
 - 
Handle an incoming HTTP connection.
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
 - handle(ServerWebExchange, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 - handle(ServerWebExchange, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
 - handleFailure(Class<?>, String, Throwable) - Method in interface org.springframework.boot.util.Instantiator.FailureHandler
 - 
Handle the
failurethat occurred when instantiating thetypethat was expected to be of the giventypeSupplier. - handleIncomingHttp(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 - 
Handle an incoming
HttpTunnelServer.HttpConnection. - handleInvalidExcludes(List<String>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 - 
Handle any invalid excludes that have been specified.
 - Handler - Class in org.springframework.boot.loader.jar
 - 
URLStreamHandlerfor Spring Boot loaderJarFiles. - Handler - Interface in org.springframework.boot.devtools.remote.server
 - 
A single handler that is able to process an incoming remote server request.
 - Handler() - Constructor for class org.springframework.boot.loader.jar.Handler
 - Handler(JarFile) - Constructor for class org.springframework.boot.loader.jar.Handler
 - HandlerFunctionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
 - 
Description of a
HandlerFunction. - HandlerMapper - Interface in org.springframework.boot.devtools.remote.server
 - 
Interface to provide a mapping between a
ServerHttpRequestand aHandler. - HandlerMethodDescription - Class in org.springframework.boot.actuate.web.mappings
 - 
A description of a
HandlerMethod. - HandlerMethodDescription(HandlerMethod) - Constructor for class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 - handleSigInt() - Method in class org.springframework.boot.cli.command.shell.Shell
 - 
Final handle an interrupt signal (CTRL-C).
 - handleSigInt() - Method in class org.springframework.boot.loader.tools.RunProcess
 - 
Return if the process was stopped.
 - handlesThrowable() - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 - handleTimeoutWarning(long, String) - Method in interface org.springframework.boot.loader.tools.Packager.MainClassTimeoutWarningListener
 - 
Handle a timeout warning.
 - hangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
 - 
Convert the existing code to a hangup.
 - has(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
 - 
Determine if the auto-configuration base packages for the given bean factory are available.
 - hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 - hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 - hasAtLeastOneAnnotation(AnnotatedNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 - 
Determine if an
AnnotatedNodehas one or more of the specified annotations. - hasAtLeastOneAnnotation(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 - 
Determine if a
ClassNodehas one or more of the specified annotations on the class or any of its methods. - hasAtLeastOneFieldOrMethod(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 - 
Determine if a
ClassNodehas one or more fields of the specified types or method returning one or more of the specified types. - hasAtLeastOneInterface(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 - hasBean(String) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 - 
Verifies that the application context contains a bean with the given name.
 - hasBeenCustomized() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 - hasBindRestriction(Bindable.BindRestriction) - Method in class org.springframework.boot.context.properties.bind.Bindable
 - 
Returns
trueif the specified bind restriction has been added. - hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 - hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 - hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 - hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 - hasEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces an
emptyresult. - hasErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
 - hasFailed() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 - 
Verifies that the application has failed to start.
 - hashCode() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 - hashCode() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 - hashCode() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 - hashCode() - Method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 - hashCode() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
 - hashCode() - Method in class org.springframework.boot.actuate.health.Health
 - hashCode() - Method in class org.springframework.boot.actuate.health.Status
 - hashCode() - Method in class org.springframework.boot.actuate.info.Info
 - hashCode() - Method in class org.springframework.boot.ansi.Ansi8BitColor
 - hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 - hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 - hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 - hashCode() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.build.BuildpackReference
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.build.Cache
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.build.Cache.Volume
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.Binding
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerReference
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageName
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.LayerId
 - hashCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
 - hashCode() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 - hashCode() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 - hashCode() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 - hashCode() - Method in class org.springframework.boot.context.config.ConfigData.Options
 - hashCode() - Method in class org.springframework.boot.context.config.ConfigDataLocation
 - hashCode() - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataResource
 - hashCode() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
 - hashCode() - Method in class org.springframework.boot.context.properties.bind.Bindable
 - hashCode() - Method in class org.springframework.boot.context.properties.bind.BindResult
 - hashCode() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 - hashCode() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 - hashCode() - Method in class org.springframework.boot.context.TypeExcludeFilter
 - hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 - hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 - hashCode() - Method in class org.springframework.boot.loader.tools.Layer
 - hashCode() - Method in class org.springframework.boot.logging.LoggerConfiguration
 - hashCode() - Method in class org.springframework.boot.origin.OriginTrackedResource
 - hashCode() - Method in class org.springframework.boot.origin.OriginTrackedValue
 - hashCode() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 - hashCode() - Method in class org.springframework.boot.origin.TextResourceOrigin
 - hashCode() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
 - hashCode() - Method in class org.springframework.boot.system.ApplicationPid
 - hashCode() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 - hashCode() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 - hashCode() - Method in class org.springframework.boot.web.server.ErrorPage
 - hashCode() - Method in class org.springframework.boot.web.server.MimeMappings
 - hashCode() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 - hashCode(URL) - Method in class org.springframework.boot.loader.jar.Handler
 - hasIndexedElement() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 - 
Return
trueif any element in the name is indexed. - hasJsonPath(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the JSON path is present without checking if it has a value.
 - hasJsonPathArrayValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces a non-null array result.
 - hasJsonPathBooleanValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces a non-null boolean result.
 - hasJsonPathMapValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces a non-null map result.
 - hasJsonPathNumberValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces a non-null number result.
 - hasJsonPathStringValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces a non-null string result.
 - hasJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verify that the actual value at the given JSON path produces a non-null result.
 - hasJustEnded() - Method in class org.springframework.boot.loader.tools.RunProcess
 - hasMandatoryParameter() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
 - 
Return if any of the contained parameters are
mandatory. - hasMatchingName(PropertySource<?>) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
 - 
Return
trueif the given source is named 'defaultProperties'. - hasMembers() - Method in class org.springframework.boot.logging.LoggerGroup
 - hasNamespace(WebServerNamespace) - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
 - 
Returns
trueif this path has the givenWebServerNamespace. - hasNotFailed() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 - 
Verifies that the application has not failed to start.
 - hasParameters() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
 - 
Return
trueif there is at least one parameter. - hasPrefix(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
 - 
Return if
ConfigDataLocation.getValue()has the specified prefix. - hasResult() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
 - 
Return true if a result in present.
 - hasServerNamespace(ApplicationContext, String) - Static method in interface org.springframework.boot.web.context.WebServerApplicationContext
 - 
Returns
trueif the specified context is aWebServerApplicationContextwith a matching server namespace. - hasSingleBean(Class<?>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 - 
Verifies that the application context (or ancestors) contains a single bean with the given type.
 - hasSingleBean(Class<?>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 - 
Verifies that the application context contains a single bean with the given type.
 - HateoasProperties - Class in org.springframework.boot.autoconfigure.hateoas
 - 
propertiesfor Spring HATEOAS. - HateoasProperties() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 - havingValue() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
 - 
The string representation of the expected value for the properties.
 - HAZELCAST - Enum constant in enum org.springframework.boot.autoconfigure.cache.CacheType
 - 
Hazelcast backed caching.
 - HAZELCAST - Enum constant in enum org.springframework.boot.autoconfigure.session.StoreType
 - 
Hazelcast backed sessions.
 - HAZELCAST_CONFIG_PROPERTY - Static variable in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 - HazelcastAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
 - 
Auto-configurationfor Hazelcast IMDG. - HazelcastAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration
 - HazelcastCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
 - 
CacheMeterBinderProviderimplementation for Hazelcast. - HazelcastCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 - HazelcastConfigCustomizer - Interface in org.springframework.boot.autoconfigure.hazelcast
 - 
Callback interface that can be implemented by beans wishing to customize the Hazelcast server
configuration. - HazelcastConfigResourceCondition - Class in org.springframework.boot.autoconfigure.hazelcast
 - 
SpringBootConditionused to check if the Hazelcast configuration is available. - HazelcastConfigResourceCondition(String, String...) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 - hazelcastHealthContributor(Map<String, HazelcastInstance>) - Method in class org.springframework.boot.actuate.autoconfigure.hazelcast.HazelcastHealthContributorAutoConfiguration
 - HazelcastHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.hazelcast
 - HazelcastHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.hazelcast.HazelcastHealthContributorAutoConfiguration
 - HazelcastHealthIndicator - Class in org.springframework.boot.actuate.hazelcast
 - 
HealthIndicatorfor Hazelcast. - HazelcastHealthIndicator(HazelcastInstance) - Constructor for class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
 - HazelcastJpaDependencyAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
 - 
Additional configuration to ensure that
EntityManagerFactorybeans depend on thehazelcastInstancebean. - HazelcastJpaDependencyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 - HazelcastProperties - Class in org.springframework.boot.autoconfigure.hazelcast
 - 
Configuration properties for the hazelcast integration.
 - HazelcastProperties() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 - HazelcastSessionProperties - Class in org.springframework.boot.autoconfigure.session
 - 
Configuration properties for Hazelcast backed Spring Session.
 - HazelcastSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 - HEADER_NAME - Static variable in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 - 
Public constant for X-Application-Context.
 - headForHeaders(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Retrieve all headers of the resource specified by the URI template.
 - headForHeaders(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Retrieve all headers of the resource specified by the URI template.
 - headForHeaders(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Retrieve all headers of the resource specified by the URL.
 - headless(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Sets if the application is headless and should not instantiate AWT.
 - health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 - health() - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 - health() - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 - health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
 - 
Return an indication of health.
 - health() - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
 - 
Provide the indicator of health.
 - health(ApiVersion) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 - health(ApiVersion) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 - health(ApiVersion, String...) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 - health(ApiVersion, String...) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 - health(ApiVersion, WebServerNamespace, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 - health(ApiVersion, WebServerNamespace, SecurityContext) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 - health(ApiVersion, WebServerNamespace, SecurityContext, boolean, String...) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 - health(ApiVersion, WebServerNamespace, SecurityContext, boolean, String...) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 - health(ApiVersion, WebServerNamespace, SecurityContext, String...) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 - health(ApiVersion, WebServerNamespace, SecurityContext, String...) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 - Health - Class in org.springframework.boot.actuate.health
 - 
Carries information about the health of a component or subsystem.
 - Health.Builder - Class in org.springframework.boot.actuate.health
 - 
Builder for creating immutable
Healthinstances. - HealthComponent - Class in org.springframework.boot.actuate.health
 - 
A component that contributes data to results returned from the
HealthEndpoint. - HealthContributor - Interface in org.springframework.boot.actuate.health
 - 
Tagging interface for classes that contribute to
health componentsto the results returned from theHealthEndpoint. - HealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.health
 - HealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
 - HealthContributorNameFactory - Class in org.springframework.boot.actuate.health
 - 
Generate a sensible health indicator name based on its bean name.
 - HealthContributorNameFactory() - Constructor for class org.springframework.boot.actuate.health.HealthContributorNameFactory
 - HealthContributorRegistry - Interface in org.springframework.boot.actuate.health
 - HealthEndpoint - Class in org.springframework.boot.actuate.health
 - 
@Endpointto expose application health information. - HealthEndpoint(HealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.HealthEndpoint
 - 
Create a new
HealthEndpointinstance. - HealthEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.health
 - HealthEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration
 - HealthEndpointGroup - Interface in org.springframework.boot.actuate.health
 - 
A logical grouping of
health contributorsthat can be exposed by theHealthEndpoint. - HealthEndpointGroups - Interface in org.springframework.boot.actuate.health
 - 
A collection of
groupsfor use with a health endpoint. - HealthEndpointGroupsPostProcessor - Interface in org.springframework.boot.actuate.health
 - 
Hook that allows for custom modification of
HealthEndpointGroups— for example, automatically adding additional auto-configured groups. - HealthEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.health
 - 
Configuration properties for
HealthEndpoint. - HealthEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 - HealthEndpointProperties.Group - Class in org.springframework.boot.actuate.autoconfigure.health
 - 
A health endpoint group.
 - HealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
 - 
@EndpointWebExtensionfor theHealthEndpoint. - HealthEndpointWebExtension(HealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 - 
Create a new
HealthEndpointWebExtensioninstance. - healthForPath(String...) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 - HealthIndicator - Interface in org.springframework.boot.actuate.health
 - 
Strategy interface used to contribute
Healthto the results returned from theHealthEndpoint. - HealthProperties - Class in org.springframework.boot.actuate.autoconfigure.health
 - 
Properties used to configure the health endpoint and endpoint groups.
 - HealthProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 - HealthProperties.Show - Enum in org.springframework.boot.actuate.autoconfigure.health
 - 
Options for showing items in responses from the
HealthEndpointweb extensions. - HealthProperties.Status - Class in org.springframework.boot.actuate.autoconfigure.health
 - 
Status properties for the group.
 - heapDump(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 - HeapDumperUnavailableException(String, Throwable) - Constructor for exception org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
 - heapDumpWebEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration
 - HeapDumpWebEndpoint - Class in org.springframework.boot.actuate.management
 - 
Web
@Endpointto expose heap dumps. - HeapDumpWebEndpoint() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 - HeapDumpWebEndpoint(long) - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 - HeapDumpWebEndpoint.HeapDumper - Interface in org.springframework.boot.actuate.management
 - 
Strategy interface used to dump the heap to a file.
 - HeapDumpWebEndpoint.HeapDumperUnavailableException - Exception in org.springframework.boot.actuate.management
 - 
Exception to be thrown if the
HeapDumpWebEndpoint.HeapDumpercannot be created. - HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.management
 - 
HeapDumpWebEndpoint.HeapDumperthat usescom.sun.management.HotSpotDiagnosticMXBean, available on Oracle and OpenJDK, to dump the heap to a file. - HeapDumpWebEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.management
 - HeapDumpWebEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration
 - HelpCommand - Class in org.springframework.boot.cli.command.core
 - 
Internal
Commandused for 'help' requests. - HelpCommand(CommandRunner) - Constructor for class org.springframework.boot.cli.command.core.HelpCommand
 - HelpExample - Class in org.springframework.boot.cli.command
 - 
An example that can be displayed in the help.
 - HelpExample(String, String) - Constructor for class org.springframework.boot.cli.command.HelpExample
 - 
Create a new
HelpExampleinstance. - HEROKU - Enum constant in enum org.springframework.boot.cloud.CloudPlatform
 - 
Heroku platform.
 - HEX_CHARS - Static variable in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 - HibernateJpaAutoConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 - 
Auto-configurationfor Hibernate JPA. - HibernateJpaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 - HibernateProperties - Class in org.springframework.boot.autoconfigure.orm.jpa
 - 
Configuration properties for Hibernate.
 - HibernateProperties() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 - HibernateProperties.Naming - Class in org.springframework.boot.autoconfigure.orm.jpa
 - HibernatePropertiesCustomizer - Interface in org.springframework.boot.autoconfigure.orm.jpa
 - 
Callback interface that can be implemented by beans wishing to customize the Hibernate properties before it is used by an auto-configured
EntityManagerFactory. - hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 - HibernateSettings - Class in org.springframework.boot.autoconfigure.orm.jpa
 - 
Settings to apply when configuring Hibernate.
 - HibernateSettings() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 - hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
 - hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 - HIDE_MESSAGE - Enum constant in enum org.springframework.boot.cli.command.CommandException.Option
 - 
Hide the exception message.
 - HikariDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
 - 
DataSourcePoolMetadatafor a HikariDataSource. - HikariDataSourcePoolMetadata(HikariDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 - HintCommand - Class in org.springframework.boot.cli.command.core
 - 
Internal
Commandto provide hints for shell auto-completion. - HintCommand(CommandRunner) - Constructor for class org.springframework.boot.cli.command.core.HintCommand
 - hitCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 - HOME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
 - 
Properties key for home directory.
 - host() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - hostname(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
 - 
Configure the host name.
 - HotSpotDiagnosticMXBeanHeapDumper() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 - HSQLDB - Enum constant in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
HyperSQL DataBase.
 - HSQLDB - Enum constant in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
 - 
HSQL Database Connection.
 - htmlUnitDriver(MockMvcHtmlUnitDriverBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 - htmlUnitWebClient(MockMvcWebClientBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 - HTTP_CLIENT_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - HTTP_SERVER_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - Http2 - Class in org.springframework.boot.web.server
 - 
Simple server-independent abstraction for HTTP/2 configuration.
 - Http2() - Constructor for class org.springframework.boot.web.server.Http2
 - httpClientHandler(HttpTracing) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
 - HttpClientMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.client
 - 
Auto-configurationfor HTTP client-related metrics. - HttpClientMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.client.HttpClientMetricsAutoConfiguration
 - httpClientTracingObservationHandler(Tracer, HttpClientHandler) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - HttpCodeStatusMapper - Interface in org.springframework.boot.actuate.health
 - 
Strategy used to map a
health statusto an HTTP status code. - HttpConnection(ServerHttpRequest, ServerHttpResponse) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 - HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
 - 
Auto-configurationfor configuring the encoding to use in web applications. - HttpEncodingAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 - httpExchangeTracer(HttpTraceProperties) - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration
 - HttpExchangeTracer - Class in org.springframework.boot.actuate.trace.http
 - 
Traces an HTTP request-response exchange.
 - HttpExchangeTracer(Set<Include>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
 - 
Creates a new
HttpExchangeTracerthat will use the givenincludesto determine the contents of its traces. - httpHandler(ObjectProvider<WebFluxProperties>) - Method in class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 - httpHandler(ApplicationContext, ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 - HttpHandlerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
 - HttpHandlerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration
 - HttpHandlerAutoConfiguration.AnnotationConfig - Class in org.springframework.boot.autoconfigure.web.reactive
 - HttpHandlerFactory - Interface in org.springframework.boot.web.embedded.undertow
 - 
Factory used by
UndertowServletWebServerto addHttpHandlers. - HttpHeaderAccessManager - Class in org.springframework.boot.devtools.remote.server
 - 
AccessManagerthat checks for the presence of an HTTP header secret. - HttpHeaderAccessManager(String, String) - Constructor for class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 - HttpHeaderInterceptor - Class in org.springframework.boot.devtools.remote.client
 - 
ClientHttpRequestInterceptorto populate arbitrary HTTP headers with a value. - HttpHeaderInterceptor(String, String) - Constructor for class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
 - 
Creates a new
HttpHeaderInterceptorinstance. - HttpMessageConverters - Class in org.springframework.boot.autoconfigure.http
 - 
Bean used to manage the
HttpMessageConverters used in a Spring Boot application. - HttpMessageConverters(boolean, Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
 - 
Create a new
HttpMessageConvertersinstance with the specified converters. - HttpMessageConverters(Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
 - 
Create a new
HttpMessageConvertersinstance with the specified additional converters. - HttpMessageConverters(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
 - 
Create a new
HttpMessageConvertersinstance with the specified additional converters. - HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.http
 - HttpMessageConvertersAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 - HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.http
 - httpRequestTags(ServerWebExchange, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 - httpRequestTags(ServerWebExchange, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsContributor
 - 
Provides tags to be associated with metrics for the given
exchange. - httpRequestTags(ServerWebExchange, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
 - 
Provides tags to be associated with metrics for the given
exchange. - HttpRestartServer - Class in org.springframework.boot.devtools.restart.server
 - 
An HTTP server that can be used to upload updated
ClassLoaderFilesand trigger restarts. - HttpRestartServer(RestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
 - 
Create a new
HttpRestartServerinstance. - HttpRestartServer(SourceDirectoryUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
 - 
Create a new
HttpRestartServerinstance. - HttpRestartServerHandler - Class in org.springframework.boot.devtools.restart.server
 - 
Adapts
HttpRestartServerto aHandler. - HttpRestartServerHandler(HttpRestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
 - 
Create a new
HttpRestartServerHandlerinstance. - httpServerHandler(HttpTracing) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
 - httpServerTracingObservationHandler(Tracer, HttpServerHandler) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - HttpStatusHandler - Class in org.springframework.boot.devtools.remote.server
 - 
Handlerthat responds with a specificHttpStatus. - HttpStatusHandler() - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
 - 
Create a new
HttpStatusHandlerinstance that will respond with an HTTP OK 200 status. - HttpStatusHandler(HttpStatus) - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
 - 
Create a new
HttpStatusHandlerinstance that will respond with the specified status. - HttpTrace - Class in org.springframework.boot.actuate.trace.http
 - 
A trace event for handling of an HTTP request and response exchange.
 - HttpTrace(HttpTrace.Request, HttpTrace.Response, Instant, HttpTrace.Principal, HttpTrace.Session, Long) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace
 - 
Creates a fully-configured
HttpTraceinstance. - HttpTrace.Principal - Class in org.springframework.boot.actuate.trace.http
 - 
Principal associated with an HTTP request-response exchange.
 - HttpTrace.Request - Class in org.springframework.boot.actuate.trace.http
 - 
Trace of an HTTP request.
 - HttpTrace.Response - Class in org.springframework.boot.actuate.trace.http
 - 
Trace of an HTTP response.
 - HttpTrace.Session - Class in org.springframework.boot.actuate.trace.http
 - 
Session associated with an HTTP request-response exchange.
 - HttpTraceAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.trace.http
 - 
Auto-configurationfor HTTP tracing. - HttpTraceAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration
 - httpTraceEndpoint(HttpTraceRepository) - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceEndpointAutoConfiguration
 - HttpTraceEndpoint - Class in org.springframework.boot.actuate.trace.http
 - HttpTraceEndpoint(HttpTraceRepository) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
 - 
Create a new
HttpTraceEndpointinstance. - HttpTraceEndpoint.HttpTraceDescriptor - Class in org.springframework.boot.actuate.trace.http
 - 
A description of an application's
HttpTraceentries. - HttpTraceEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.trace.http
 - 
Auto-configurationfor theHttpTraceEndpoint. - HttpTraceEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceEndpointAutoConfiguration
 - HttpTraceFilter - Class in org.springframework.boot.actuate.web.trace.servlet
 - 
Servlet
Filterthat logs all requests to anHttpTraceRepository. - HttpTraceFilter(HttpTraceRepository, HttpExchangeTracer) - Constructor for class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 - 
Create a new
HttpTraceFilterinstance. - HttpTraceProperties - Class in org.springframework.boot.actuate.autoconfigure.trace.http
 - 
Configuration properties for HTTP tracing.
 - HttpTraceProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
 - HttpTraceRepository - Interface in org.springframework.boot.actuate.trace.http
 - 
A repository for
HttpTraces. - HttpTraceWebFilter - Class in org.springframework.boot.actuate.web.trace.reactive
 - 
A
WebFilterfor tracing HTTP requests. - HttpTraceWebFilter(HttpTraceRepository, HttpExchangeTracer, Set<Include>) - Constructor for class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 - httpTracing(Tracing) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
 - HttpTransport - Interface in org.springframework.boot.buildpack.platform.docker.transport
 - 
HTTP transport used for docker access.
 - HttpTransport.Response - Interface in org.springframework.boot.buildpack.platform.docker.transport
 - 
An HTTP operation response.
 - HttpTunnelConnection - Class in org.springframework.boot.devtools.tunnel.client
 - 
TunnelConnectionimplementation that uses HTTP to transfer data. - HttpTunnelConnection(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 - 
Create a new
HttpTunnelConnectioninstance. - HttpTunnelConnection(String, ClientHttpRequestFactory, Executor) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 - 
Create a new
HttpTunnelConnectioninstance. - HttpTunnelConnection.TunnelChannel - Class in org.springframework.boot.devtools.tunnel.client
 - 
A
WritableByteChannelused to transfer traffic. - HttpTunnelPayload - Class in org.springframework.boot.devtools.tunnel.payload
 - 
Encapsulates a payload data sent via a HTTP tunnel.
 - HttpTunnelPayload(long, ByteBuffer) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 - 
Create a new
HttpTunnelPayloadinstance. - HttpTunnelPayloadForwarder - Class in org.springframework.boot.devtools.tunnel.payload
 - 
Utility class that forwards
HttpTunnelPayloadinstances to a destination channel, respecting sequence order. - HttpTunnelPayloadForwarder(WritableByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
 - 
Create a new
HttpTunnelPayloadForwarderinstance. - HttpTunnelServer - Class in org.springframework.boot.devtools.tunnel.server
 - 
A server that can be used to tunnel TCP traffic over HTTP.
 - HttpTunnelServer(TargetServerConnection) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
 - 
Creates a new
HttpTunnelServerinstance. - HttpTunnelServer.HttpConnection - Class in org.springframework.boot.devtools.tunnel.server
 - 
Encapsulates an HTTP request/response pair.
 - HttpTunnelServer.ServerThread - Class in org.springframework.boot.devtools.tunnel.server
 - 
The main server thread used to transfer tunnel traffic.
 - HttpTunnelServerHandler - Class in org.springframework.boot.devtools.tunnel.server
 - 
Adapts a
HttpTunnelServerto aHandler. - HttpTunnelServerHandler(HttpTunnelServer) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
 - 
Create a new
HttpTunnelServerHandlerinstance. - HttpWebServiceMessageSenderBuilder - Class in org.springframework.boot.webservices.client
 - 
WebServiceMessageSenderbuilder that can detect a suitable HTTP library based on the classpath. - HttpWebServiceMessageSenderBuilder() - Constructor for class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 - humioConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioMetricsExportAutoConfiguration
 - humioMeterRegistry(HumioConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioMetricsExportAutoConfiguration
 - HumioMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.humio
 - 
Auto-configurationfor exporting metrics to Humio. - HumioMetricsExportAutoConfiguration(HumioProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioMetricsExportAutoConfiguration
 - HumioProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.humio
 - 
@ConfigurationPropertiesfor configuring Humio metrics export. - HumioProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 - HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 - 
Auto-configurationfor Spring HATEOAS's@EnableHypermediaSupport. - HypermediaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration
 - HypermediaAutoConfiguration.HypermediaConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 - HypermediaConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form