Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

G

gangliaConfig(GangliaProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
 
gangliaMeterRegistry(GangliaConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
 
GangliaMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
Auto-configuration for exporting metrics to Ganglia.
GangliaMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
 
GangliaProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
@ConfigurationProperties for configuring Ganglia metrics export.
GangliaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
GenericBomAstTransformation - Class in org.springframework.boot.cli.compiler
A base class that lets plugin authors easily add additional BOMs to all apps.
GenericBomAstTransformation() - Constructor for class org.springframework.boot.cli.compiler.GenericBomAstTransformation
 
GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
Subclass of GenericApplicationContext, suitable for reactive web environments.
GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
Create a new GenericReactiveWebApplicationContext with the given DefaultListableBeanFactory.
GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get() - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaEndpoint
 
get(Function<T, V>, Supplier<V>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
Get the value from the properties or use a fallback from the defaults.
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
get(Environment) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the parameter at the specified index.
get(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the group with the specified name or null if the name is not known.
get(AdditionalHealthEndpointPath) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the group with the specified additional path or null if no group with that path is found.
get(String) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
 
get(Method, Class<?>) - Static method in class org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
Return Timed annotations that should be used for the given method and type.
get(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Return the auto-configuration base packages for the given bean factory.
get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Obtain a ConditionEvaluationReport for the specified bean factory.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the EntityScanPackages for the given bean factory.
get(ClassLoader) - Static method in enum org.springframework.boot.autoconfigure.r2dbc.EmbeddedDatabaseConnection
Deprecated.
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
Return a Validator that only implements the Validator interface, wrapping it if necessary.
get(Class<T>) - Method in interface org.springframework.boot.BootstrapContext
Return an instance from the context if the type has been registered.
get(BootstrapContext) - Method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
Factory method used to create the instance when needed.
get(URI) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
Perform an HTTP GET operation.
get() - Method in interface org.springframework.boot.buildpack.platform.io.IOSupplier
Gets the supplied value.
get(InputStream, Consumer<ObjectNode>) - Method in class org.springframework.boot.buildpack.platform.json.JsonStream
Stream object nodes from the content as they become available.
get(InputStream, Class<T>, Consumer<T>) - Method in class org.springframework.boot.buildpack.platform.json.JsonStream
Stream objects from the content as they become available.
get() - Static method in class org.springframework.boot.buildpack.platform.json.SharedObjectMapper
 
get(String) - Static method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
Return a new DomainSocket for the given path.
get(String) - Static method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
Return a new NamedPipeSocket for the given path.
get(String) - Method in interface org.springframework.boot.buildpack.platform.system.Environment
Gets the value of the specified environment variable.
get(PropertySource<?>) - Method in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
Return the options that should apply for the given property source.
get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance from the specified environment.
get(Environment, BindHandler) - Static method in class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance from the specified environment.
get() - Method in class org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound or throw a NoSuchElementException if no value was bound.
get(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.BoundConfigurationProperties
Get the configuration property bound to the given name.
get(ApplicationContext) - Static method in class org.springframework.boot.context.properties.BoundConfigurationProperties
Return the BoundConfigurationProperties from the given ApplicationContext if it is available.
get(ApplicationContext, Object, String) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return a @ConfigurationPropertiesBean instance for the given bean details or null if the bean is not a @ConfigurationProperties object.
get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
Return the property mapper.
get(Environment) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Get for all configuration property sources in the environment.
get(Environment, Object) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Get for a specific configuration property source in the environment.
get(Iterable<ConfigurationPropertySource>) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Get for all specified configuration property sources.
get(Iterable<ConfigurationPropertySource>, Object) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Get for a specific configuration property source in the specified configuration property sources.
get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return a set of ConfigurationPropertySource instances that have previously been attached to the Environment.
get(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
 
get(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
 
get() - Static method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
get(HttpInputMessage) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the HttpTunnelPayload for the given message or null if there is no payload.
get(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property or null.
get(ClassLoader) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
Get a LogFile from the given Spring Environment.
get(String) - Method in class org.springframework.boot.logging.LoggerGroups
 
get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
Detect and return the logging system in use.
get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
Get an Origin for the given PropertySource and propertyName.
get(ClassLoader) - Static method in enum org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(String...) - Static method in class org.springframework.boot.system.SystemProperties
 
get(Class<T>, Class<? extends C>, Supplier<? extends C>) - Static method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Factory method to create a new ApplicationContextAssertProvider instance.
get(Supplier<? extends ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableApplicationContext
Factory method to create a new AssertableApplicationContext instance.
get(Supplier<? extends ConfigurableReactiveWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
Factory method to create a new AssertableReactiveWebApplicationContext instance.
get(Supplier<? extends ConfigurableWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableWebApplicationContext
Factory method to create a new AssertableWebApplicationContext instance.
get(String) - Method in class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Return the result of the invocation or null if the callback wasn't suitable.
get(R) - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Return the result of the invocation or the given fallback if the callback wasn't suitable.
get() - Method in class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
 
get(String) - Method in class org.springframework.boot.web.server.MimeMappings
Get a mime mapping for the given extension.
getAcceptCount() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAccepted() - Method in class org.springframework.boot.context.config.Profiles
Return the accepted profiles.
getAcceptors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getAccessLogPrefix() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
getAccessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getAccountId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getAckCount() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAckMode() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getAckTime() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAcs() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getAction() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns the action, if any, to be taken to address the failure.
getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns the active CloudPlatform or null if one is not active.
getActive() - Method in class org.springframework.boot.context.config.Profiles
Return the active profiles.
getActive() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getActive() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the current number of active connections that have been allocated from the data source or null if that information is not available.
getActive() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getActiveProfiles() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getAdditionalExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
getAdditionalKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 
getAdditionalPath() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getAdditionalPath() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Return an additional path that can be used to map the health group to an alternative location.
getAdditionalPaths() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalProfiles() - Method in class org.springframework.boot.SpringApplication
Return an immutable set of any additional profiles in use.
getAdditionalProperties() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Return additional tags to be associated with the given Cache.
getAdditionalTldSkipPatterns() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
getAddress() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddress() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
 
getAddress() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the address that the web server binds to.
getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAddressingMode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getAddressShuffleMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getAggregateStatus(Set<Status>) - Method in class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
getAggregateStatus(Status...) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
Return the aggregate status for the given set of statuses.
getAggregateStatus(Set<Status>) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
Return the aggregate status for the given set of statuses.
getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getAlgorithm() - Method in class org.springframework.boot.buildpack.platform.docker.type.LayerId
Return the algorithm of layer.
getAliases() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getAliases(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
getAll() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getAll() - Method in class org.springframework.boot.context.properties.BoundConfigurationProperties
Get all bound properties.
getAll(ApplicationContext) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return all @ConfigurationProperties beans contained in the given application context.
getAll() - Method in interface org.springframework.boot.test.system.CapturedOutput
Return all content (both System.out and System.err) in the order that it was captured.
getAll() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
getAll() - Method in class org.springframework.boot.web.server.MimeMappings
Returns all defined mappings.
getAllErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the list of all validation errors.
getAllExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedOriginPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full paths for each mapped endpoint.
getAllRootPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root paths for each mapped endpoint.
getAllSources() - Method in class org.springframework.boot.SpringApplication
Return an immutable set of all the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getAllWithAdditionalPath(WebServerNamespace) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return all the groups with an additional path on the specified WebServerNamespace.
getAnalytics() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
Return a single associated annotations that could affect binding.
getAnnotation() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the ConfigurationProperties annotation for the bean.
getAnnotation() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
Return the configuration properties annotation that triggered the binding.
getAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getAnnotation(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the source annotation class used by the selector.
getAnnotations() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return any associated annotations that could affect binding.
getAnnotationType() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getAnonymousReadOnly() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getApiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getApiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getApiKeyCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getApiVersion() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getApiVersion() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of InvocationContext.resolveArgument(Class) using ApiVersion
getApplicationContent(Owner) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return a TarArchive containing the application content that the buildpack should package.
getApplicationContext() - Method in class org.springframework.boot.BootstrapContextClosedEvent
Return the prepared application context.
getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationContextInitializedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 
getApplicationContext() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
Access the application context that the server was created in.
getApplicationContext() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 
getApplicationContext() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
Access the application context that the server was created in.
getApplicationDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getApplicationId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getApplicationKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for the application.
getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getApplicationStartup() - Method in class org.springframework.boot.SpringApplication
Returns the ApplicationStartup used for collecting startup metrics.
getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getArchive() - Method in interface org.springframework.boot.buildpack.platform.docker.type.ContainerContent
Return the actual content to be added.
getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getArchive() - Method in class org.springframework.boot.loader.Launcher
Return the root archive.
getArgs() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getArgsArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Return the invocation arguments.
getArtifact() - Method in class org.springframework.boot.info.BuildProperties
Return the artifactId of the project or null.
getArtifact() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getArtifactCoordinatesResolver() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getArtifactId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the artifact id of the artifact identified by the given module.
getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
Return the exclusion artifact ID.
getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency artifact id.
getArtifactId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getArtifactId() - Method in interface org.springframework.boot.loader.tools.LibraryCoordinates
Return the artifact ID of the coordinates.
getAstTransformations() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Return a mutable list of the ASTTransformations to be applied during GroovyCompiler.compile(String...).
getAsync() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getAttribute(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributeNames() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getAttributes(String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the appropriate AnnotationAttributes from the AnnotationMetadata.
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuthentication() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAuthenticationSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getAuthHeader() - Method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
Returns the auth header that should be used for docker authentication.
getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getAuthorizationGrantType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutoConfigurationEntry(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
getAutoConfigurationImportFilters() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurationImportListeners() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
getAutoconfigureOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutotime() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data.Repository
 
getAutotime() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
getAutotime() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
getAvailableCandidates() - Method in exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
 
getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBackupFile() - Method in class org.springframework.boot.loader.tools.Packager
Return the File to use to backup the original source.
getBase() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBaseDn() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getBaseEnvironment() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBaselineDescription() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBaselineMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBaselineVersion() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBasename() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasePath() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getBasePath() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
getBasePath() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the base path for the endpoints.
getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getBasePath() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getBaseUrl() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getBatch() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getBatchSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getBatchSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBean(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given type from the application context (or ancestors), the bean becoming the object under test.
getBean(Class<T>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given type from the application context, the bean becoming the object under test.
getBean(String) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given name from the application context, the bean becoming the object under test.
getBean(String, Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given name and type from the application context, the bean becoming the object under test.
getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBeanFactory() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBeanNames(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain the beans names of the given type from the application context, the names becoming the object array under test.
getBeans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getBeans(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a map bean names and instances of the given type from the application context (or ancestors), the map becoming the object under test.
getBeans(Class<T>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a map bean names and instances of the given type from the application context, the map becoming the object under test.
getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
Return the bean type that was being bound.
getBindConstructor(Bindable<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
Return the bind constructor to use for the given bindable, or null if constructor binding is not supported.
getBinder() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
Provides access to a binder that can be used to obtain previously contributed values.
getBinder() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return the source binder that is performing the bind operation.
getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Singlesignon
 
getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
getBindings() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the collection of bindings to mount to the build container.
getBindMethod() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the property binding method that was used for the bean.
getBlockIfFullTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getBody() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the body for the response.
getBomModule() - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
The bom to be added to dependency management in compact form: "<groupId>:<artifactId>:<version>" (like in a @Grab).
getBooleanParameter(ServletWebRequest, String) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
 
getBooleanParameter(HttpServletRequest, String) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getBootstrapContext() - Method in class org.springframework.boot.BootstrapContextClosedEvent
Return the BootstrapContext that was closed.
getBootstrapContext() - Method in interface org.springframework.boot.context.config.ConfigDataLoaderContext
Provides access to the ConfigurableBootstrapContext shared across all EnvironmentPostProcessors.
getBootstrapContext() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
Provides access to the ConfigurableBootstrapContext shared across all EnvironmentPostProcessors.
getBootstrapContext() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Return the bootstrap context.
getBootstrapContext() - Method in class org.springframework.boot.context.event.ApplicationStartingEvent
Return the bootstrap context.
getBootstrapMode() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The BootstrapMode for the particular repository support.
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getBootVersion() - Method in class org.springframework.boot.ResourceBanner
 
getBoundProperties() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the properties that were bound before validation failed.
getBoxedType() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return the boxed type of the item to bind.
getBranch() - Method in class org.springframework.boot.info.GitProperties
Return the name of the branch or null.
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getBucket() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getBucket() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
getBucketName() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getBufferedTimeline() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
Return the timeline as a snapshot of currently buffered steps.
getBufferLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getBufferMemory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getBuildCache() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the custom build cache that should be used by the lifecycle.
getBuilder() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the builder that should be used.
getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Builder.
getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Undertow.Builder.
getBuilderRegistryAuthentication() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
 
getBuildpacks() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the collection of buildpacks to use when building the image, if provided.
getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCache() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
getCachecontrol() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
getCacheDuration() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getCacheManager() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getCacheManagerNames() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheManagers() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
getCacheMaxSizeBuffering() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getCacheName() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCachePrivate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getCachePublic() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
getCacheTtl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
getCaffeine() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCalendarInterval() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
 
getCandidateConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the auto-configuration candidate configurations that are going to be imported.
getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the auto-configuration class names that should be considered.
getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns the cause of the failure.
getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Return the cause type being handled by the analyzer.
getCertFile() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification.Credential
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
getCertificatePath() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
 
getChain() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getChangeSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return details of the files that changed.
getChangeSets() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getChannel() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getChannelRpcTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCharset() - Method in class org.springframework.boot.web.servlet.server.Encoding
 
getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getCheckpointInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
Returns the checks that should be applied.
getChecksum() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getCherryPick() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getChunkedModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getCiphers() - Method in class org.springframework.boot.web.server.Ssl
Return the supported SSL ciphers.
getClasses() - Method in class org.springframework.boot.context.annotation.Configurations
 
getClasses(Configurations...) - Static method in class org.springframework.boot.context.annotation.Configurations
Return the classes from all the specified configurations in the order that they would be registered.
getClasses(Collection<Configurations>) - Static method in class org.springframework.boot.context.annotation.Configurations
Return the classes from all the specified configurations in the order that they would be registered.
getClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the location of classes within the archive.
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getClassLoader() - Method in class org.springframework.boot.SpringApplication
Either the ClassLoader that will be used in the ApplicationContext (if resourceLoader is set), or the context class loader (if not null), or the loader of the Spring ClassUtils class.
getClassName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 
getClassName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobSummary
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the class name of the registered Filter or Servlet.
getClassName() - Method in class org.springframework.boot.web.servlet.server.Jsp
Return the class name of the servlet to use for JSPs.
getClasspath() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getClasspath() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the classpath for local resources.
getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
Deprecated.
since 2.3.0 for removal in 2.5.0 in favor of implementing Launcher.getClassPathArchivesIterator().
getClassPathArchivesIterator() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getClassPathArchivesIterator() - Method in class org.springframework.boot.loader.Launcher
Returns the archives that will be used to construct the class path.
getClassPathArchivesIterator() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getClassPathIndex(Archive) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getClassPathIndex(Archive) - Method in class org.springframework.boot.loader.JarLauncher
 
getClasspathIndexFileLocation() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the location of the classpath index file that should be written or null if not index is required.
getClasspathIndexFileLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getClasspathIndexFileLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getClasspathOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getCleanup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getClient() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
 
getClient() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 
getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").
getClientAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getClientName() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientProviderType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getClientRegistrations(OAuth2ClientProperties) - Static method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getClientType() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getClosure(BlockStatement, String, boolean) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Extract a top-level name closure from inside this block if there is one, optionally removing it from the block at the same time.
getClosure(BlockStatement, String) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getCode() - Method in class org.springframework.boot.actuate.health.Status
Return the code for this status.
getCode() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors.Error
Return the error code.
getCode() - Method in class org.springframework.boot.cli.command.status.ExitStatus
An exit code appropriate for use in System.exit().
getCollectionName() - Method in class org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
getColumn() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
Return the column of the text resource where the property originated.
getCommands() - Method in interface org.springframework.boot.cli.command.CommandFactory
Returns the CLI Commands.
getCommands() - Method in class org.springframework.boot.cli.command.CommandRunner
 
getCommands() - Method in class org.springframework.boot.cli.DefaultCommandFactory
 
getComment() - Method in class org.springframework.boot.loader.jar.JarFile
 
getComment() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return the comment for the session cookie.
getCommentPrefix() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getCommitId() - Method in class org.springframework.boot.info.GitProperties
Return the full id of the commit or null.
getCommitTime() - Method in class org.springframework.boot.info.GitProperties
Return the timestamp of the commit or null.
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.client.RestClientTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTypeExcludeFilter
 
getComponents() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getCompression() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getCompression() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getCompression() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getCompressionType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getCondition() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
 
getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns condition outcomes from this report, grouped by the source.
getConditionIf() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getConditionUnless() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaProperties
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
getConfig() - Method in class org.springframework.boot.buildpack.platform.docker.type.Image
Return image config information.
getConfigRefreshFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConfigTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConfigurableWebBindingInitializer(FormattingConversionService, Validator) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The configuration class that will be used by Spring Boot as a template.
getConfiguration() - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getConfigurationProperty() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return the ConfigurationProperty actually being bound or null if the property has not yet been determined.
getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a single ConfigurationProperty from the source or null if no property can be found.
getConfigurationProperty(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
getConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
 
getConfigurations() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getConfigureAction() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the configured level of the logger.
getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerGroup
 
getConfiguredNames() - Method in exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
Return the names of the properties that have been configured.
getConfigUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getConnection() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getConnection() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConnectionAcquisitionTimeout() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getConnectionIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getConnectionNameStrategy() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
 
getConnectionString() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getConnectRetries() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getConnectRetriesInterval() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getConsistency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getConsistency() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getConstructorDetector() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getConsumed() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types consumed by an endpoint.
getConsumer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getConsumersPerQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
getConsumes() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation consumes.
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getContent() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getContent() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
 
getContent() - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport.Response
Return the content of the response.
getContentnegotiation() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getContents() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the contents of the file as a byte array or null if ClassLoaderFile.getKind() is ClassLoaderFile.Kind.DELETED.
getContentType() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the content type of the response.
getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context.
getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context.
getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getContextPath() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getContextPath() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the context path for the web server.
getContexts() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ApplicationConditionEvaluation
 
getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
 
getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
 
getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
 
getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getContextValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Context.
getContributor() - Method in interface org.springframework.boot.actuate.health.NamedContributor
Returns the contributor instance.
getContributor(String) - Method in interface org.springframework.boot.actuate.health.NamedContributors
Return the contributor with the given name.
getControlconnection() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getControlFlag() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Return the source controller that contains @RequestMapping methods.
getConverters() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Return an immutable list of the converters in the order that they will be registered.
getCookie() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Session
Deprecated.
 
getCookie() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
getCookie() - Method in class org.springframework.boot.web.servlet.server.Session
 
getCookieSameSiteSuppliers() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getCoordinates() - Method in class org.springframework.boot.loader.tools.Library
Return the coordinates of the library.
getCoreSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCreateDate() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
Return the create data of the archive.
getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getCreator() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the Creator the builder should use.
getCredential() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
getCron() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
 
getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getCron() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getCurrent() - Method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
Return the current progress value.
getCustom() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
 
getCustom() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getCustomFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getDailyTimeInterval() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getData() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 
getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDatabaseChangeLogLockTable() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDatabaseChangeLogTable() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDatabaseDir() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getDatabaseInitializerBeanTypes() - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
Returns the bean types that should be detected as being database initializers.
getDatabaseName() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
Deprecated.
 
getDatabaseName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
Deprecated.
 
getDatabaseName() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
Deprecated.
 
getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getDataLocations() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getDataLocations() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Returns the locations of data (DML) scripts to apply to the database.
getDataPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the DataSource.
getDataSource() - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
Returns the DataSource that will be initialized.
getDataSource() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
 
getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
Return the DataSourcePoolMetadata instance able to manage the specified DataSource or null if the given data source could not be handled.
getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getDate() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
getDate() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
getDateExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
Deprecated.
getDateTime() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
getDateTime() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
getDb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getDecryption() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getDefault() - Static method in interface org.springframework.boot.actuate.health.StatusAggregator
Return StatusAggregator instance using default ordering rules.
getDefault() - Method in class org.springframework.boot.context.config.Profiles
Return the default profiles.
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getDefaultAutoCommit() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
The default auto-commit state of connections created by this pool.
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
 
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getDefaultCharset() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 
getDefaultCharset() - Method in class org.springframework.boot.logging.LoggingSystemProperties
 
getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getDefaultDestination() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDefaultDimensions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
 
getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getDefaultEndpointsOutcome(ConditionContext) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
Deprecated.
getDefaultIncludes() - Method in enum org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
Return the default set of include patterns.
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.client.RestClientTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTypeExcludeFilter
 
getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultLeniency() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDefaultMaxWaitTimeOnShutdown() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultMediaType() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultOutcome(ConditionContext, AnnotationAttributes) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
Return the default outcome that should be used if not property is set.
getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDefaultReceiveQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDefaultTestExecutionListenerClasses() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getDefaultTimeout() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getDefaultTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
getDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getDelayAfterFailure() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties.Sniffer
 
getDeliveryDelay() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDeliveryMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDelta(ConditionEvaluationReport) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
 
getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
getDependencies() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Returns the managed dependencies.
getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
getDependencyResolutionContext() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
getDependsOnDatabaseInitializationBeanTypes() - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
Returns the bean types that should be detected as depending on database initialization.
getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo.
getDeploymentManager() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
getDepth() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return the current depth of the binding.
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the description of the operation.
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the description of the parameter or null if none is available.
getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
Return the description of this status.
getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getDescription() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 
getDescription() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getDescription() - Method in interface org.springframework.boot.cli.command.Command
Returns a description of the command.
getDescription() - Method in class org.springframework.boot.cli.command.HelpExample
 
getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns a description of the failure.
getDescription() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getDescription() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
getDescription() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Return a description of the registration.
getDescription() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
getDescription() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
Return the description for the given request.
getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDestinationPath() - Method in interface org.springframework.boot.buildpack.platform.docker.type.ContainerContent
Return the destination path where the content should be added.
getDetails() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getDetails() - Method in class org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - Method in class org.springframework.boot.actuate.info.Info
Return the content.
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getDetectEncoding() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDetectionStrategy() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDeviceId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
Deprecated.
getDeviceId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
 
getDifferentiatorPropertySourceProperty() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Return a "differentiator" property to ensure that there is something to differentiate regular tests and bootstrapped tests.
getDigest() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Return the digest from the reference or null.
getDigests() - Method in class org.springframework.boot.buildpack.platform.docker.type.Image
Return the digests of the image.
getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getDir() - Method in class org.springframework.boot.system.ApplicationHome
Returns the application home directory.
getDir() - Method in class org.springframework.boot.system.ApplicationTemp
Return the directory to be used for application specific temp files.
getDir(String) - Method in class org.springframework.boot.system.ApplicationTemp
Return a sub-directory of the application temp.
getDirect() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getDisableHtmlEscaping() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDisableInnerClassSerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDisconnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getDiscovery() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getDiskspace() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System
 
getDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getDisplayName() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the document root which will be used by the web context to serve static files.
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
getDomain() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageName
Return the domain for this image name.
getDomain() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Return the domain for this image name.
getDomain() - Method in class org.springframework.boot.web.server.Cookie
 
getDrainInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured driver or null if none was configured.
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDriverClassName() - Method in enum org.springframework.boot.autoconfigure.r2dbc.EmbeddedDatabaseConnection
Deprecated.
Returns the driver class name.
getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the driver class name.
getDriverClassName() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the driver class name.
getDriverClassName() - Method in enum org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
Returns the driver class name.
getDryRunOutput() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDuration() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
Return the duration of this event, i.e.
getDurationUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getDurationUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getEffectiveLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
 
getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the effective level of the logger.
getEhcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getElement(int, ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return an element in the name in the given form.
getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getEmbeddedDatabaseConnection() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getEnable() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getEnableAutoCommit() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getEnableComplexMapKeySerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getEnabled() - Static method in class org.springframework.boot.ansi.AnsiOutput
Returns if ANSI output is enabled
getEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
Return whether the resource chain is enabled.
getEnabled() - Method in class org.springframework.boot.web.server.Compression
Return whether response compression is enabled.
getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
Return the enabled SSL protocols.
getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getEncoding() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Returns the encoding to use when reading the schema and data scripts.
getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the PathMappedEndpoint with the given ID or null if the endpoint cannot be found.
getEndpoint() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return the source bean that was used to construct the DiscoveredEndpoint.
getEndpointId() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getEndpointId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Return the endpoint ID.
getEndpointOutcome(ConditionContext, String) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
 
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEndpoints() - Method in interface org.springframework.boot.actuate.endpoint.EndpointsSupplier
Return the provided endpoints.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpointServlet() - Method in interface org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Return details of the servlet that should be registered.
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEndTime() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
Return the end time of this event.
getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEntityId() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getEntityId() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getEntityManager() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the underlying EntityManager that's actually used to perform all operations.
getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getEnv() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getEnv() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return any env variable that should be passed to the builder.
getEnv() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageConfig
Return the image environment variables.
getEnvironment() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Return the environment.
getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
Return the Spring environment if available.
getEnvironment() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Builds a new ConfigurableEnvironment instance.
getEnvironmentPostProcessors(DeferredLogFactory, ConfigurableBootstrapContext) - Method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
Create all requested EnvironmentPostProcessor instances.
getEnvironmentPrefix() - Method in class org.springframework.boot.SpringApplication
Return a prefix that should be applied when obtaining configuration properties from the system environment.
getEnvironmentVariable(String) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
 
getErr() - Method in interface org.springframework.boot.test.system.CapturedOutput
Return System.err content in the order that it was captured.
getErr() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
getError() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getError(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Extract the original error from the current request.
getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getError(ServerRequest) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
getError(ServerRequest) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getError(WebRequest) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getError(WebRequest) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getErrorAttributeOptions(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 
getErrorAttributeOptions(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Extract the error attributes from the current request, to be used to populate error views or JSON payloads.
getErrorAttributes(HttpServletRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
Return a Map of the error attributes.
getErrorAttributes(WebRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getErrorAttributes(WebRequest, ErrorAttributeOptions) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
Returns a Map of the error attributes.
getErrorDetail() - Method in class org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent
Returns the details of any error encountered during processing.
getErrorOverrides() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Returns a mutable set of ErrorPages that will be used when handling exceptions.
getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Provide access to the error properties.
getErrors() - Method in exception org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
Return the errors from the body of the Docker API response, or null if the errors JSON could not be read.
getErrorsParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getEvalUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getEvents() - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
 
getEvents() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline
Return the recorded events.
getEventType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getExample() - Method in class org.springframework.boot.cli.command.HelpExample
 
getExamples() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getExamples() - Method in interface org.springframework.boot.cli.command.Command
Return some examples for the command.
getExamples() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
getExamples() - Method in class org.springframework.boot.cli.command.init.InitCommand
 
getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
Return the exception that caused the failure.
getException() - Method in class org.springframework.boot.web.server.ErrorPage
Returns the exception type (or null for a page that matches by status).
getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom ExceptionHandlerExceptionResolver that should be used and processed by the MVC configuration.
getExceptionName() - Method in class org.springframework.boot.web.server.ErrorPage
The exception type name.
getExchange() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getExcludeAutoConfigurationsProperty() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Returns the auto-configurations excluded by the spring.autoconfigure.exclude property.
getExcludedUserAgents() - Method in class org.springframework.boot.web.server.Compression
 
getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getExcludeFieldsWithoutExposeAnnotation() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getExclusionFilter() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getExclusions() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the exclusions that were applied.
getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
 
getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return any exclusions that limit the candidate configurations.
getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that have been excluded from condition evaluation.
getExclusions() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency exclusions.
getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
Return the exit code that will be used to exit the JVM.
getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
Returns the exit code that should be returned from the application.
getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
Returns the exit code that should be returned from the application.
getExpectationManagers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getExpiration() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
getExpiry() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getExpiry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getExposure() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
getExposure() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getExpression() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
 
getExtension() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
getExternalFile() - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
 
getFailure() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain the failure that stopped the application context from running, the failure becoming the object under test.
getFeatures() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getFetchMaxWait() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchMinSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchSize() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getFieldNamingPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getFile() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the file that was changed.
getFile(String) - Method in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Return a ClassLoaderFile for the given name or null if no file is contained in this collection.
getFile(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
 
getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
Returns the underlying File.
getFile() - Method in class org.springframework.boot.loader.tools.JarModeLibrary
 
getFile() - Method in class org.springframework.boot.loader.tools.Library
Return the library file.
getFile() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
Returns the file extensions that the loader supports (excluding the '.').
getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
getFilename() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFilename() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getFiles() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
The files that have been changed.
getFiles() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
Return all ClassLoaderFiles in the collection that are contained in this source directory.
getFilesEntrySet() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
 
getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getFileStorageDirectory() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getFileSystemWatcher() - Method in interface org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
Create a new FileSystemWatcher.
getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getFilter() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFilter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return the Filter to be registered.
getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
 
getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
getFixed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
 
getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFixedDelay() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFixedRate() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getFlavor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getFlushInterval() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getFlywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URL .
getForgetOrphanedLogEntriesDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getForObject(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URL .
getForwardHeadersStrategy() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getFragmentSize() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getFullModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getGenerateNonExecutableJson() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getGid() - Method in interface org.springframework.boot.buildpack.platform.io.Owner
Return the group identifier (GID) of the owner.
getGit() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
 
getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getGlobalPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getGraphiteTagsEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getGridfs() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
Deprecated.
getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
 
getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 
getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummary
 
getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary
 
getGroup() - Method in class org.springframework.boot.info.BuildProperties
Return the groupId of the project or null.
getGroup() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getGroupId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getGroupId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the group id of the artifact identified by the given module.
getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
Return the exclusion group ID.
getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency group id.
getGroupId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getGroupId() - Method in interface org.springframework.boot.loader.tools.LibraryCoordinates
Return the group ID of the coordinates.
getGroupingKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getGroups() - Method in class org.springframework.boot.actuate.health.SystemHealth
 
getGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNames
 
getGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroups
 
getH2cMaxContentLength() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getHandler() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHandler(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.HandlerMapper
Return the handler for the given request or null.
getHandler(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
 
getHandler(HttpHandler) - Method in interface org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
Create the HttpHandler instance that should be added.
getHandlerFunction() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getHash() - Method in class org.springframework.boot.buildpack.platform.docker.type.LayerId
Return the hash of the layer.
getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns a modifiable copy of the headers of the request.
getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
Returns a modifiable copy of the headers of the response.
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getHeadersCharset() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
getHealth(ReactiveHealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getHelp() - Method in interface org.springframework.boot.cli.command.Command
Gets full help text for the command, e.g.
getHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getHibernatePropertiesCustomizers() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getHistogramFlavor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
getHomeDirectory() - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
getHost() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of broker url
getHost() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
getHost() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
 
getHost() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getHostHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getHostTag() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getHostTag() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns the href of the link.
getHttp2() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getHttp2() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getHttpCodeStatusMapper() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns the HttpCodeStatusMapper that should be used for this group.
getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Return the HttpHandler that should be used to process the reactive web server.
getHttpMapping() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
getHttpMethod() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the HTTP method for the operation.
getHttpOnly() - Method in class org.springframework.boot.web.server.Cookie
 
getHttpStatus(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Get the HTTP error status information from the error map.
getId() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the ID of the operation that uniquely identifies it within its endpoint.
getId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getId() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Session
 
getId() - Method in class org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
Returns the ID of the image layer being updated if available.
getId() - Method in class org.springframework.boot.buildpack.platform.docker.type.Layer
Return the ID of the layer.
getId() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the identifier of this driver.
getId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity.
getId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity cast to a specific type.
getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
Deprecated.
Get an identifier for the specified details.
getIdentityprovider() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getIdle() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getIdle() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the number of established but idle connections.
getIdle() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getIdle() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
 
getIdle() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getIdleBetweenPolls() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleHttpConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
getIdleTimeBeforeConnectionTest() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getIgnoreMigrationPatterns() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getIgnorePaths() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getImageConfig() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
Return the image config for the archive.
getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getImportGroup() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
 
getIncludeBindingErrors() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getIncludeMessage() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getIncludes() - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
Get all options for including attributes in the error response.
getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getIncompatibleKeys() - Method in exception org.springframework.boot.context.properties.IncompatibleConfigurationException
 
getIndex() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getIndexDateFormat() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getIndexDateSeparator() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getInitialBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getInitialDelay() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getInitializationMode() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getInitializers() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationContextInitializers that will be applied to the Spring ApplicationContext.
getInitializers(MergedContextConfiguration, SpringApplication) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Return the initializers that will be applied to the context.
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of BatchProperties.Jdbc.getInitializeSchema()
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getInitialSize() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getInitialUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
getInitialUrls() - Method in class org.springframework.boot.devtools.restart.Restarter
Return the initial set of URLs as configured by the RestartInitializer.
getInitialUrls(Thread) - Method in interface org.springframework.boot.devtools.restart.RestartInitializer
Return the initial set of URLs for the Restarter or null if no initial restart is required.
getInitParameters() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Returns a mutable Map of the registration init-parameters.
getInitParameters() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getInitParameters() - Method in class org.springframework.boot.web.servlet.server.Jsp
Return the init parameters used to configure the JSP servlet.
getInitQueryTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInlinedProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getInputs() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getInputStream() - Method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
 
getInputStream() - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
 
getInputStream() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns an InputStream that can be used to read the underlying data.
getInputStream() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
 
getInputStream() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledBy() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstance() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the actual Spring bean instance.
getInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
Return the active Restarter instance.
getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property as an Instant or null if the value is not a valid Long representation of an epoch time.
getInteger(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getInterval() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getInterval() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties.Sniffer
 
getIntrospectionUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getInvalidCharacters() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
getIo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getIo() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
getIsolationLevel() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getIssuer() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getIssuerUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getIssuerUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJaas() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getJarEntry(CharSequence) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJavaVersion() - Static method in enum org.springframework.boot.system.JavaVersion
Returns the JavaVersion of the current runtime.
getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJdbcProperties() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getJedis() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJettyWebServer(Server) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Factory method called to create the JettyWebServer.
getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getJob() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Return the job execution.
getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobs() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummary
 
getJobs() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzReport
 
getJobStoreType() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJson() - Method in class org.springframework.boot.test.json.JsonContent
Return the actual JSON content string.
getJsonContent(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Factory method used to get a JsonContent instance from a source JSON string.
getJsonContent(String) - Method in class org.springframework.boot.test.json.JacksonTester
 
getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJsp() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getJsp() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JTA transaction manager.
getJvm() - Method in class org.springframework.boot.info.JavaInfo
 
getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJwsAlgorithm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
getKeepAlive() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getKeepAliveTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getKerberosConfigFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getKerberosTicket() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getKey() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return the key of the data.
getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getKeyAlias() - Method in class org.springframework.boot.web.server.Ssl
Return the alias that identifies the key in the key store.
getKeyDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getKeyId() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
Return the password used to access the key in the key store.
getKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
getKeySerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getKeyspaceName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.web.server.Ssl
Return the path to the key store that holds the SSL certificate (typically a jks file).
getKeyStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
Return the key store that should be used.
getKeyStoreAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStoreCertificateChain() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStoreKey() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.web.server.Ssl
Return the password used to access the key store.
getKeyStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
Return the provider for the key store.
getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStoreType() - Method in class org.springframework.boot.web.server.Ssl
Return the type of the key store.
getKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
getKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getKeyValueDurable() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the file ClassLoaderFile.Kind (added, modified, deleted).
getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLabels() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageConfig
Return the image labels.
getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getLastChangeEvent(Class<S>) - Method in interface org.springframework.boot.availability.ApplicationAvailability
Return the last AvailabilityChangeEvent received for a given state type.
getLastChangeEvent(Class<S>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
 
getLastElement(ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the last element in the name in the given form.
getLastModified() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the time that the file was last modified.
getLaunchCache() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the custom launch cache that should be used by the lifecycle.
getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the launcher class name for this layout.
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLayer() - Method in interface org.springframework.boot.loader.tools.layer.ContentSelector
Return the Layer that the selector represents.
getLayer(String) - Method in class org.springframework.boot.loader.tools.layer.CustomLayers
 
getLayer(Library) - Method in class org.springframework.boot.loader.tools.layer.CustomLayers
 
getLayer() - Method in class org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector
 
getLayer(String) - Method in interface org.springframework.boot.loader.tools.Layers
Return the layer that contains the given resource name.
getLayer(Library) - Method in interface org.springframework.boot.loader.tools.Layers
Return the layer that contains the given library.
getLayers() - Method in class org.springframework.boot.buildpack.platform.docker.type.Image
Return the layer IDs contained in the image.
getLayersIndexFileLocation() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the location of the layer index file that should be written or null if not index is required.
getLayersIndexFileLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLayersIndexFileLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLayout(File) - Method in class org.springframework.boot.loader.tools.DefaultLayoutFactory
 
getLayout(File) - Method in interface org.springframework.boot.loader.tools.LayoutFactory
Return a Layout for the specified source file.
getLayout() - Method in class org.springframework.boot.loader.tools.Packager
 
getLdif() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getLeakDetection() - Method in class org.springframework.boot.autoconfigure.netty.NettyProperties
 
getLenient() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getLettuce() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getLibraryLocation(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
Returns the destination path for a given library.
getLibraryLocation(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLibraryLocation(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLicenseKey() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getLine() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
Return the line of the text resource where the property originated.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
 
getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getLiquibaseSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLiquibaseTablespace() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the listener to be registered.
getListeners() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext .
getLivenessState() - Method in interface org.springframework.boot.availability.ApplicationAvailability
Return the LivenessState of the application.
getLivereload() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getLoader() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getLocalDatacenter() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
getLocaleCharsetMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Return the Locale to Charset mappings.
getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
getLocalRepository() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
getLocation() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getLocation() - Method in exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
Return the location that could not be found.
getLocation() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
Return the original location that was resolved to determine the resource.
getLocation() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
Return the ConfigDataResource of the property source or null if the source was not loaded from ConfigData.
getLocation() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
Return the ConfigDataResource of the invalid property or null if the source was not loaded from ConfigData.
getLocation() - Method in exception org.springframework.boot.context.config.UnsupportedConfigDataLocationException
Return the unsupported location reference.
getLocation() - Method in class org.springframework.boot.origin.TextResourceOrigin
Return the location of the property within the source (if known).
getLocations() - Method in exception org.springframework.boot.autoconfigure.flyway.FlywayMigrationScriptMissingException
Deprecated.
 
getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLockRetryCount() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLog(Class<?>) - Static method in class org.springframework.boot.devtools.logger.DevToolsLogFactory
Get a Log instance for the specified source that will be automatically switched when the context is prepared.
getLog(Class<?>) - Method in interface org.springframework.boot.logging.DeferredLogFactory
Create a new DeferredLog for the given destination.
getLog(Log) - Method in interface org.springframework.boot.logging.DeferredLogFactory
Create a new DeferredLog for the given destination.
getLog(Supplier<Log>) - Method in interface org.springframework.boot.logging.DeferredLogFactory
Create a new DeferredLog for the given destination.
getLog(Class<?>) - Method in class org.springframework.boot.logging.DeferredLogs
Create a new DeferredLog for the given destination.
getLog(Log) - Method in class org.springframework.boot.logging.DeferredLogs
Create a new DeferredLog for the given destination.
getLog(Supplier<Log>) - Method in class org.springframework.boot.logging.DeferredLogs
Create a new DeferredLog for the given destination.
getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogContainerConfig() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.LoggingSystem
Returns the current configuration for a LoggingSystem's logger.
getLoggerConfigurations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a collection of the current configuration for all a LoggingSystem's loggers.
getLoggingSystem(ClassLoader) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem.Factory
 
getLoggingSystem(ClassLoader) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
 
getLoggingSystem(ClassLoader) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
 
getLoggingSystem(ClassLoader) - Method in interface org.springframework.boot.logging.LoggingSystemFactory
Return a logging system implementation or null if no logging system is available.
getLoginModule() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getLogLevel() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
Returns the logging level to use.
getLogLevelForReport() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
getLongRequestTags(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsContributor
Provides tags to be used by long task timers.
getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be used by long task timers.
getLongSerializationPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
Returns the main application class that has been deduced or explicitly configured.
getMainClass() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getMainClass() - Method in class org.springframework.boot.loader.Launcher
Returns the main class that should be launched.
getMainClass() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getManagedDependencies() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getManagedVersion(String, String) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getManagement() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getManagement() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getManifest() - Method in interface org.springframework.boot.loader.archive.Archive
Returns the manifest of the archive.
getManifest() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
 
getMapName() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getMapping() - Method in class org.springframework.boot.web.servlet.server.Encoding
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
getMappingName() - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Returns the name of the mappings described by this provider.
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
getMappingPath() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getMappingResources() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Returns the mappings for the registered servlet.
getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getMatchAllRemainingPathSegmentsVariable() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the name of the variable used to catch all remaining path segments null.
getMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
 
getMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getMatchingStrategy() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Determine the outcome of the match along with suitable log output.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition
 
getMax() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getMax() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
getMax() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMax() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the maximum number of active connections that can be allocated at the same time or -1 if there is no limit.
getMax() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMaxAcquireTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getMaxAge() - Method in class org.springframework.boot.web.server.Cookie
 
getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxBroadcastSubscribers() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
getMaxChunkSize() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getMaxChunkSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getMaxConcurrentRequests() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getMaxConnectionLifetime() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getMaxConnectionPoolSize() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxCookies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxCreateConnectionTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxDays() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getMaxDiskUsagePerPart() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxHeadersSize() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxHttpFormPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxHttpFormPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxIdleTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaximumExpectedValue() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getMaxInitialLineLength() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientProperties
 
getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxKeepAliveRequests() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxLifeTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxMessagesPerPoll() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getMaxPacketLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getMaxParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxParts() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getMaxQueueCapacity() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getMaxQueueSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
 
getMaxQueueSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxRequestsPerSecond() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getMaxRetries() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getMaxRows() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getMaxSessionsPerConnection() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxSize() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getMaxSwallowSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxTransactionRetryTime() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getMaxUnicastSubscribers() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
getMaxUriTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
getMaxUriTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMBeanInfo() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getMbeanregistry() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMeasurements() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
getMembers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
 
getMembers() - Method in class org.springframework.boot.logging.LoggerGroup
 
getMessage() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
getMessage() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
 
getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getMessage() - Method in class org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent.ErrorDetail
Returns the message field from the error detail.
getMessage() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors.Error
Return the error message.
getMessage() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Message
Return the message contained in the response.
getMessage(WebRequest, Throwable) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Returns the message to be included as the value of the message error attribute.
getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getMessageParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getMessageSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
 
getMetadata() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 
getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
 
getMetadataUri() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
getMeterBinder(EhCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
getMeterBinder(RedisCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
 
getMeterTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getMethod() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the source Java method.
getMethod() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getMethod() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the method (GET, POST, etc.) of the request.
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getMetricKeyPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
 
getMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data.Repository
 
getMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
getMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
getMigrations() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
getMimeMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the mime-type mappings.
getMimeType() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
getMimeTypes() - Method in class org.springframework.boot.web.server.Compression
Return the MIME types that should be compressed.
getMin() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getMin() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMin() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the minimum number of idle connections in the pool or null if that information is not available.
getMin() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMinEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMinimumExpectedValue() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getMinResponseSize() - Method in class org.springframework.boot.web.server.Compression
Return the minimum "Content-Length" value that is required for compression to be performed.
getMinSpare() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
getMirrorSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getMissingParameters() - Method in exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
Returns the parameters that were missing.
getMode() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
 
getMode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getMode() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
Deprecated.
 
getMode() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
Deprecated.
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 
getMode() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
Deprecated.
 
getMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
Deprecated.
 
getMode() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getMode() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
Deprecated.
 
getMode() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Gets the mode to use when determining whether database initialization should be performed.
getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getMonitorInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMustRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getMutuallyExclusiveNames() - Method in exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
Return the names of the properties that are mutually exclusive.
getName() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getName() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter name.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the name of the operation.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the name of the operation parameter.
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getName() - Method in interface org.springframework.boot.actuate.health.NamedContributor
Returns the name of the contributor.
getName(LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getName() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 
getName() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the name of the registered Filter or Servlet.
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getName() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the name of the image that should be created.
getName() - Method in class org.springframework.boot.buildpack.platform.build.Cache.Volume
 
getName() - Method in class org.springframework.boot.buildpack.platform.build.Creator
Return the name of the builder creator.
getName() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageName
Return the name of this image.
getName() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Return the name of this image.
getName() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getName() - Method in interface org.springframework.boot.cli.command.Command
Returns the name of the command.
getName() - Method in class org.springframework.boot.cli.command.CommandRunner
Return the name of the runner or an empty string.
getName() - Method in class org.springframework.boot.cli.command.status.ExitStatus
A name describing the outcome.
getName() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return the name of the repository.
getName() - Method in exception org.springframework.boot.context.properties.bind.BindException
Return the name of the configuration property being bound.
getName() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the name of the item that was being validated.
getName() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the name of the Spring bean.
getName() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
Return the name of the configuration property.
getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the name of the property.
getName() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
Return the name of the source directory.
getName() - Method in class org.springframework.boot.info.BuildProperties
Return the name of the project or null.
getName() - Method in class org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
 
getName() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
 
getName() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns the name of the entry.
getName() - Method in class org.springframework.boot.loader.jar.JarFile
 
getName() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getName() - Method in class org.springframework.boot.loader.tools.Library
Return the name of file as it should be written.
getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the name of the logger.
getName() - Method in class org.springframework.boot.logging.LoggerGroup
 
getName() - Method in class org.springframework.boot.web.server.Cookie
 
getNameForAlias(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
getNames() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the names of any additional groups.
getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
 
getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
getNamespace() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Returns the WebServerNamespace associated with this path.
getNamespace() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getNegativeMatches() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedArchives(Archive.EntryFilter, Archive.EntryFilter) - Method in interface org.springframework.boot.loader.archive.Archive
Returns nested Archives for entries that match the specified filters.
getNestedArchives(Archive.EntryFilter) - Method in interface org.springframework.boot.loader.archive.Archive
Deprecated.
since 2.3.0 for removal in 2.5.0 in favor of Archive.getNestedArchives(EntryFilter, EntryFilter)
getNestedArchives(Archive.EntryFilter, Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchives(Archive.EntryFilter, Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedJarFile(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedJarFile(JarEntry) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the nested map with the specified key or empty map if the specified map contains no mapping for the key.
getNetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getNetwork() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the network the build container will connect to.
getNoAutoStartup() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
getNoCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getNode() - Method in class org.springframework.boot.buildpack.platform.json.MappedObject
Return the source node of the mapped object.
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getNoGuessDependenciesOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getNoGuessImportsOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getNonMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of non-option arguments parsed.
getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getNonPrefixedValue(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
Return ConfigDataLocation.getValue() with the specified prefix removed.
getNoPollThreshold() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getNoRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getNormalForm(Iterable<? extends CharSequence>) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
 
getNoStore() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getNotMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
 
getNoTransform() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getNumberOfElements() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the total number of elements in the name.
getNumThreads() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getObject() - Method in class org.springframework.boot.test.json.ObjectContent
Return the actual object content.
getObject() - Method in class org.springframework.boot.validation.MessageInterpolatorFactory
 
getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Generate an ObjectName for the specified endpoint.
getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
getOffline() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getOpaquetoken() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
getOpenInView() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getOperation() - Method in exception org.springframework.boot.buildpack.platform.build.BuilderException
Return the Builder operation that failed.
getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns the operations of the endpoint.
getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation type.
getOplogSize() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
Return the names of all option arguments.
getOptionNames() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getOptions() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getOptions() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getOptions() - Method in exception org.springframework.boot.cli.command.CommandException
Returns a set of options that are understood by the CommandRunner.
getOptions() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
Returns the set of options that are mutually synonymous.
getOptions() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getOptions() - Method in class org.springframework.boot.context.config.ConfigData
Deprecated.
getOptions(PropertySource<?>) - Method in class org.springframework.boot.context.config.ConfigData
Return the config data options that apply to the given source.
getOptions() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getOptionsHelp() - Method in interface org.springframework.boot.cli.command.Command
Returns help for each supported option.
getOptionsHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of values associated with the arguments option having the given name.
getOptionValues(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
getOracleKerberosCacheFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOracleKerberosConfigFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated.
getOracleSqlplus() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOracleSqlplusWarn() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOracleWalletLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOrAddAttribute(String, ObjectFactory<?>) - Method in class org.springframework.boot.devtools.restart.Restarter
 
getOrCreateSourceDirectory(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Get or create a ClassLoaderFiles.SourceDirectory with the given name.
getOrDeduceName(Object) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Deduces the name for this registration.
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
getOrder() - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
getOrder() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
getOrder() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
getOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.annotation.UserConfigurations
 
getOrder() - Method in class org.springframework.boot.context.ApplicationPidFileWriter
 
getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Deprecated.
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
 
getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
getOrder() - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
 
getOrder() - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
 
getOrder() - Method in class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
 
getOrder() - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
 
getOrder() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Get the order of the registration bean.
getOrder() - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getOrElse(Class<T>, T) - Method in interface org.springframework.boot.BootstrapContext
Return an instance from the context if the type has been registered.
getOrElse(Class<T>, T) - Method in class org.springframework.boot.DefaultBootstrapContext
 
getOrElseSupply(Class<T>, Supplier<T>) - Method in interface org.springframework.boot.BootstrapContext
Return an instance from the context if the type has been registered.
getOrElseSupply(Class<T>, Supplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
 
getOrElseThrow(Class<T>, Supplier<? extends X>) - Method in interface org.springframework.boot.BootstrapContext
Return an instance from the context if the type has been registered.
getOrElseThrow(Class<T>, Supplier<? extends X>) - Method in class org.springframework.boot.DefaultBootstrapContext
 
getOrFindConfigurationClasses(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getOrg() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOrigin() - Method in class org.springframework.boot.context.config.ConfigDataLocation
 
getOrigin() - Method in exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
 
getOrigin() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
 
getOrigin() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
Return the origin or the property or null.
getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
 
getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
getOrigin(String) - Method in class org.springframework.boot.env.ConfigTreePropertySource
 
getOrigin(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
 
getOrigin(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
 
getOrigin(K) - Method in interface org.springframework.boot.origin.OriginLookup
Return the origin of the given key or null if the origin cannot be determined.
getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
Attempt to lookup the origin from the given source.
getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
Return the source origin or null if the origin is not known.
getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
 
getOriginalClassLoader() - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getOriginParents() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOs() - Method in class org.springframework.boot.buildpack.platform.docker.type.Image
Return the OS of the image.
getOut() - Method in interface org.springframework.boot.test.system.CapturedOutput
Return System.out content in the order that it was captured.
getOut() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getOutputQueryResults() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOutputStream() - Method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
 
getOutputStream() - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
 
getOutputStream() - Method in class org.springframework.boot.origin.OriginTrackedResource.OriginTrackedWritableResource
 
getOutputType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the type of the output of the operation.
getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getPackageNames() - Method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the package names specified from all @EntityScan annotations.
getPackages() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getPage(String) - Method in class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
getPageable() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
getPageParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getPageSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getParameter() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the parameter being mapped.
getParameterCount() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the total number of parameters.
getParameterName() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
getParameters() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation parameters.
getParameters() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the parameters the operation expects in the order that they should be provided.
getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getParams() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getParams() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
The parent report (from a parent BeanFactory if there is one).
getParent() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
Provides access to the parent ConfigDataResource that triggered the resolve or null if there is no available parent.
getParent() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the parent of this ConfigurationPropertyName or ConfigurationPropertyName.EMPTY if there is no parent.
getParent() - Method in interface org.springframework.boot.origin.Origin
Return the parent origin for this instance if there is one.
getParent() - Method in class org.springframework.boot.origin.TextResourceOrigin
 
getParentId() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getParser() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured password or null if none was configured.
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getPassword() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPassword() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Returns the path to which endpoints should be mapped.
getPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full path for the endpoint with the given ID or null if the endpoint cannot be found.
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the path for the operation.
getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
 
getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Returns the configured path of the dispatcher servlet.
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Returns the configured path of the application.
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getPath(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getPath() - Method in class org.springframework.boot.web.server.Cookie
 
getPath() - Method in class org.springframework.boot.web.server.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPathFromRoot() - Method in class org.springframework.boot.loader.jar.JarFile
 
getPathMapping() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getPathmatch() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getPathPrefix() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getPaths() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System.Diskspace
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getPatterns() - Method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
 
getPayload() - Method in class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
 
getPayloadData(ReadableByteChannel) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload data for the given source ReadableByteChannel or null if the channel timed out whilst reading.
getPercent() - Method in class org.springframework.boot.buildpack.platform.docker.TotalProgressEvent
Return the total progress.
getPercentiles() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
getPercentiles() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getPercentilesHistogram() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getPeriod() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
getPeriod() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
getPhase() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
 
getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getPipeline() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getPlaceholderPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlaceholders() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlaceholderSuffix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getPlatform() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getPoller() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getPollingFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getPollInterval() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getPollTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getPool() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
Returns the management port or null if the server port should be used.
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
getPort() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of broker url
getPort() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getPort() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPort() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
getPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getPort() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Return the port that the server is listening on.
getPort() - Method in interface org.springframework.boot.devtools.tunnel.server.PortProvider
Return the port number.
getPort() - Method in class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
getPort() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
 
getPort() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
 
getPort() - Method in exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
 
getPort() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
getPort() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
The port that the web server listens on.
getPort() - Method in exception org.springframework.boot.web.server.PortInUseException
Returns the port that was in use.
getPort() - Method in interface org.springframework.boot.web.server.WebServer
Return the port this server is listening on.
getPortFile(ApplicationContext) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
Return the actual port file that should be written for the given application context.
getPortHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getPositiveMatches() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getPrefix() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
getPrefix() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
 
getPrefix() - Method in interface org.springframework.boot.origin.OriginLookup
Return the implicit prefix that is applied when performing a lookup or null if no prefix is used.
getPrettyPrinting() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getPrimary() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the primary group used by the endpoint.
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or an empty String if the principal is not available.
getPrincipal() - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Return the currently authenticated Principal or null.
getPrincipal() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getPrint() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
getPriority() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getPriority() - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
 
getPrivateKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
getPrivateKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
getProcessorCache() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types produced by an endpoint.
getProducedMimeType() - Method in enum org.springframework.boot.actuate.endpoint.ApiVersion
 
getProducedMimeType() - Method in interface org.springframework.boot.actuate.endpoint.Producible
Mime type that can be produced.
getProducedMimeType() - Method in enum org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
 
getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProduces() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation produces.
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getProducesMediaTypes() - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
getProfile() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
Return the profile or null if the resource is not profile specific.
getProgress() - Method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
Return a text based progress bar if progress information is available.
getProgressConsumer(String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 
getProgressDetail() - Method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
Return progress details if available.
getProjectId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
 
getPrompt() - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Returns the current prompt.
getProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getProperties() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JpaProperties.
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getProperties(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Return the value of the specified key from the application Environment.
getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
 
getProperty() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
Return source property that caused the exception.
getProperty() - Method in exception org.springframework.boot.context.properties.bind.BindException
Return the configuration property name of the item that was being bound.
getProperty(String) - Method in class org.springframework.boot.env.ConfigTreePropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.RandomValuePropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
 
getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Search the System properties and environment variables for a value with the provided key.
getProperty() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 
getProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyName() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
Return the name of the property.
getPropertyName() - Method in class org.springframework.boot.origin.PropertySourceOrigin
Return the property name that was used when obtaining the original value from the property source.
getPropertyNames() - Method in class org.springframework.boot.env.ConfigTreePropertySource
 
getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getPropertySource() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return the property source that provided the data or null If the data was not from a PropertySource.
getPropertySource() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
Return the inactive property source that contained the property.
getPropertySource() - Method in class org.springframework.boot.origin.PropertySourceOrigin
Return the origin PropertySource.
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getPropertySources() - Method in class org.springframework.boot.context.config.ConfigData
Return the configuration data property sources in ascending priority order.
getProtocol() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getProtocol() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProtocol() - Method in class org.springframework.boot.web.server.Ssl
Return the SSL protocol to use.
getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getProtocolVersion() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
Deprecated.
getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getProvider(String, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProvider(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProviders() - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Return the underlying providers being used.
getProxy() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getProxy(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
getProxy() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getProxySelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getPublicKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getPublisherConfirmType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPublishRegistryAuthentication() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
 
getPullPolicy() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the image PullPolicy that the builder should use.
getPushgateway() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
getPushRate() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getQualifierDelimiter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getQuery() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Return the validation query or null.
getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getQueryTimeout() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getQueueCapacity() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getQuietPeriod() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
 
getRateUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
Deprecated.
getRateUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getReactive() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getReactive() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getReadinessState() - Method in interface org.springframework.boot.availability.ApplicationAvailability
Return the ReadinessState of the application.
getReadOnlyHeaders() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
getReadTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getReadTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getRealm() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getReason() - Method in exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
Return the reason why the authorization exception was thrown.
getReason() - Method in exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
Return the reason explaining why the request is invalid, potentially null.
getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the reason why the value is invalid.
getReasonPhrase() - Method in exception org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
Return the reason phrase returned by the Docker API.
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getRecovery() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRedirectUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getRedis() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getReferenceDescription() - Method in exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
 
getReferenceDescription() - Method in exception org.springframework.boot.context.config.ConfigDataNotFoundException
Return a description of actual referenced item that could not be found.
getReferenceDescription() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
 
getRefresh() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster
 
getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
Return whether the JSP servlet is registered.
getRegisteredInstanceSupplier(Class<T>) - Method in interface org.springframework.boot.BootstrapRegistry
Return any existing BootstrapRegistry.InstanceSupplier for the given type.
getRegisteredInstanceSupplier(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
 
getRegistration() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the registration that is being described.
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
 
getRelativeName() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the name of the file relative to the source directory.
getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a form of the given path that's relative to the dispatcher servlet path.
getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a form of the given path that's relative to the Jersey application path.
getRelaxedPathChars() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRelaxedQueryChars() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRemote() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRemoteAddress() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getRemoteAddress() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the remote address from which the request was sent, if available.
getRemoteip() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getRepackagedClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getRepackagedClassesLocation() - Method in interface org.springframework.boot.loader.tools.RepackagingLayout
Returns the location to which classes should be moved.
getRepeatableSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getReplacement() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
Return the replacement property that should be used instead or null if not replacement is available.
getReplicaSetName() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getReplicationFactor() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getReplSetName() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getReplyTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRepository() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data
 
getRepositoryConfiguration() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getRepositoryConfiguration() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the configuration for the repositories that will be used by the compiler to resolve dependencies.
getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The RepositoryConfigurationExtension for the particular repository support.
getRequest() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
getRequest() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
getRequest() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getRequest() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying request.
getRequestConfig() - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getRequestedChannelMax() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getRequestedHeartbeat() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the MVC configuration.
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the MVC configuration.
getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
 
getRequestMatcher(String) - Method in interface org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider
Return the RequestMatcher to be used for the specified pattern.
getRequestPredicate() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the predicate for requests that can be handled by this operation.
getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to return a JsonNode from the tree.
getResolvableType() - Method in class org.springframework.boot.availability.AvailabilityChangeEvent
 
getResource() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getResource(EndpointMapping, WebOperation, WebOperationRequestPredicate, String, WebServerNamespace, JerseyRemainingPathSegmentProvider) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
getResource() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getResource() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
Return the resource that could not be found.
getResource() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
Return the underlying Spring Resource being loaded.
getResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResource() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getResource() - Method in class org.springframework.boot.origin.OriginTrackedResource.OriginTrackedWritableResource
 
getResource() - Method in class org.springframework.boot.origin.TextResourceOrigin
Return the resource where the property originated.
getResource(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
getResource(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceAsStream(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
getResourceBasePathLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
getResourceByPath(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getResourceFactory() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
getResourceLabels() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
 
getResourceLoadClass() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return class used to load relative resources.
getResourceLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getResourceLoader() - Method in class org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
getResourceLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
Check if one of the default resource locations actually exists.
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
getResources() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
getResources(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResources(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
getResourceSuffix() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getResourceSuffixes() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getResourceType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
 
getResponse() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying response.
getResponseMessage() - Method in exception org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
Return the message from the body of the Docker API response, or null if the message JSON could not be read.
getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getRestTemplate() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Returns the underlying RestTemplate that is actually used to perform the REST operations.
getRetentionDuration() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetentionPeriod() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getRetentionPolicy() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetentionReplicationFactor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetentionShardDuration() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetries() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRetryInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getRoles() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getRollbackFile() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getRollbackOnCommitFailure() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getRoot(Object) - Static method in class org.springframework.boot.buildpack.platform.json.MappedObject
 
getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
 
getRootJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
getRootPath() - Method in interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Return the root path of the endpoint, relative to the context that exposes it.
getRootPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root path for the endpoint with the given ID or null if the endpoint cannot be found.
getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId.
getRootPath(List<PathMapper>, EndpointId) - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId from the given path mappers.
getRootUri() - Method in class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
 
getRootUri() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Returns the root URI applied by a RootUriTemplateHandler or "" if the root URI is not available.
getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Create a RouterFunction that can route and handle errors as JSON responses or HTML views.
getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 
getRoutingKey() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRsocket() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getRunImage() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the run image that should be used, if provided.
getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
getRunningProcess() - Method in class org.springframework.boot.loader.tools.RunProcess
Return the running process.
getRuntime() - Method in class org.springframework.boot.info.JavaInfo
 
getSameSite() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Cookie
Deprecated.
 
getSameSite() - Method in class org.springframework.boot.web.server.Cookie
 
getSameSite(Cookie) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
Get the Cookie.SameSite values that should be used for the given Cookie.
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getSchedulerName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of BatchProperties.Jdbc.getSchema()
getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
getSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getSchema() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
getSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
Deprecated.
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
Deprecated.
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
Deprecated.
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
Deprecated.
 
getSchemaLocation() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
Deprecated.
 
getSchemaLocations() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getSchemaLocations() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Returns the locations of the schema (DDL) scripts to apply to the database.
getSchemaManagement(DataSource) - Method in interface org.springframework.boot.jdbc.SchemaManagementProvider
Return the SchemaManagement for the specified DataSource.
getSchemaPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSchemaUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getScope() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getScope() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getScope() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getScope() - Method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
Return the scope of the supplied instance.
getScope() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getScope() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the scope in which the compiler operates.
getScope() - Method in class org.springframework.boot.loader.tools.Library
Return the scope of the library.
getScopeName() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getScriptPlaceholderPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getScriptPlaceholderSuffix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSearch() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getSecret() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecretHeaderName() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecure() - Method in class org.springframework.boot.web.server.Cookie
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getSecurityContext() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of InvocationContext.resolveArgument(Class)
getSelectors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any self initialization config that has been applied.
getSender() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getSendTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getSeparator() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getSeparator() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Returns the statement separator used in the schema and data scripts.
getSequence() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the sequence number of the payload.
getSerialConsistency() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getSerializeNulls() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getServer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
 
getServer() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 
getServer() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 
getServer() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
getServer() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
Access the RSocketServer.
getServer() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServer(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServer() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
Returns access to the underlying Jetty Server.
getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before it is created.
getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before the it is created.
getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Returns a mutable collection of the NettyServerCustomizers that will be applied to the Netty server builder.
getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServerHeader() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getServerNamespace() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
Returns the namespace of the web server application context or null if no namespace has been set.
getServerNamespace(ApplicationContext) - Static method in interface org.springframework.boot.web.context.WebServerApplicationContext
Returns the server namespace if the specified context is a WebServerApplicationContext.
getServerNamespace() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getServerNamespace() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getServers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServerThread() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
getServerThread() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Returns the active server thread, creating and starting it if necessary.
getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Return the servlet being registered.
getServletConfig() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getServletConfig() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns ServletContextInitializers that should be used with the embedded web server.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet name that will be registered.
getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the servlet name mappings for the registered filter.
getServletNames() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of servlet names that the filter will be registered against.
getServletPath() - Method in interface org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementServletContext
Return the servlet path of the management server.
getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getServletRegistrationBeans() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of the ServletRegistrationBean that the filter will be registered against.
getServletUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map the dispatcher servlet.
getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
getSession() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getSession() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getSessionCacheSize() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
getSessionName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSessions() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
getSet(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSettings(DataSource, BatchProperties.Jdbc) - Static method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
Adapts Spring Batch JDBC properties to DatabaseInitializationSettings replacing any @@platform@@ placeholders.
getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getSettings() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getSettings(DataSource, QuartzProperties) - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
Adapts Quartz properties to DatabaseInitializationSettings replacing any @@platform@@ placeholders.
getSettings(SqlInitializationProperties) - Static method in class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
getSettings(SqlInitializationProperties) - Static method in class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
getSharedInstance() - Static method in class org.springframework.boot.convert.ApplicationConversionService
Return a shared default application ConversionService instance, lazily building it once needed.
getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
Return the abbreviated id of the commit or null.
getShowComponents() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getShutdown() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
getShutdown() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Returns the shutdown configuration that will be applied to the server.
getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a Runnable that can handle shutdown of this logging system when the JVM exits.
getShutdownHandlers() - Static method in class org.springframework.boot.SpringApplication
Return a SpringApplicationShutdownHandlers instance that can be used to add or remove handlers that perform actions before the JVM is shutdown.
getShutdownOperation() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getShutdownTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getSignature() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getSignatureAlgorithm() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getSigning() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getSimple() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
 
getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getSinglesignon() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getSize() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
getSize() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns the size of the data.
getSize() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSizeParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getSkipExecutingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSlo() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getSnapshotsEnabled() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return if the repository should enable access to snapshots.
getSniffer() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties
 
getSocket() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
getSocketTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getSort() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
getSortParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getSource() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getSource() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getSource() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getSource() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
Return the ConfigurationPropertySource that provided the property or null if the source is unknown.
getSource() - Method in class org.springframework.boot.loader.tools.Packager
 
getSource() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
Access the source of the event (an RSocketServer).
getSource() - Method in class org.springframework.boot.system.ApplicationHome
Returns the underlying source used to find the home directory.
getSource() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
Access the source of the event (an WebServer).
getSourceApplicationContext() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Return the original source ApplicationContext.
getSourceApplicationContext(Class<T>) - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Return the original source ApplicationContext, casting it to the requested type.
getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the raw unprocessed arguments that were passed to the application.
getSourceArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getSourceClass() - Method in enum org.springframework.boot.test.util.TestPropertyValues.Type
 
getSourceDirectories() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return all SourceDirectories that have been added to the collection.
getSourceDirectory() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
The source directory being watched.
getSources() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return an Iterable of the sources being used by the Binder.
getSources() - Method in class org.springframework.boot.SpringApplication
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSourcesArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getSourceUnit() - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getSpringApplication() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Builds new SpringApplication instance.
getSpringBootVersion() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
 
getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
getSpringBootVersion() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Returns the managed version of Spring Boot.
getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the spring config locations for this system.
getSpringFactoriesLoaderFactoryClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the class used by SpringFactoriesLoader to load configuration candidates.
getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any spring specific initialization config that should be applied.
getSqlDialect() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
getSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlMigrationSeparator() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlMigrationSuffixes() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
getSqlServerKerberosLoginFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getSsl() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSsl() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getSslStoreProvider() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getStaleIfError() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getStaleWhileRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the standard config locations for this system.
getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getStartLogMessage() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
getStartLogMessage() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
getStartTime() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline
Return the start time of this timeline.
getStartTime() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
Return the start time of this event.
getStartupDelay() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getStartupFailure() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 
getStartupFailure() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Return the failure that caused application context to fail or null if the context started without issue.
getStartupStep() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
Return the StartupStep information for this event.
getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
Return the current availability state.
getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
 
getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
 
getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getState(Class<S>, S) - Method in interface org.springframework.boot.availability.ApplicationAvailability
Return AvailabilityState information for the application.
getState(Class<S>) - Method in interface org.springframework.boot.availability.ApplicationAvailability
Return AvailabilityState information for the application.
getState(Class<S>, S) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
 
getState(Class<S>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
 
getState() - Method in class org.springframework.boot.availability.AvailabilityChangeEvent
Return the changed availability state.
getStateDir() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getStatistic() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getStatus() - Method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 
getStatus() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
getStatus() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getStatus() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the status for the response.
getStatus() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getStatus() - Method in class org.springframework.boot.actuate.health.Health
Return the status of the health.
getStatus() - Method in class org.springframework.boot.actuate.health.HealthComponent
Return the status of the component.
getStatus() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getStatus() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
The status of the response.
getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getStatus() - Method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
Return the status for the update.
getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
The HTTP status value that this error page matches (or null for a page that matches by exception).
getStatusAggregator() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns the status aggregator that should be used for this group.
getStatusCode() - Method in exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
Return the status code that should be returned to the client.
getStatusCode(Status) - Method in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
Return the HTTP status code that corresponds to the given health status.
getStatusCode(Status) - Method in class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
 
getStatusCode() - Method in exception org.springframework.boot.buildpack.platform.build.BuilderException
Return the status code returned from a Builder operation.
getStatusCode() - Method in exception org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
Return the status code returned by the Docker API.
getStatusCode() - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerStatus
Return the container exit status code.
getStatusCode() - Method in class org.springframework.boot.web.server.ErrorPage
The HTTP status value that this error page matches.
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getStoreDir() - Method in class org.springframework.boot.web.servlet.server.Session
Return the directory used to store session data.
getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getStoreType() - Method in exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
getStream() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getStream() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getStream() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getStream() - Method in class org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
Return the stream response or null if no response is available.
getStreaming() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getStreams() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getStreamType() - Method in class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
 
getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns a new RandomAccessData for a specific subsection of this data.
getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
getSupported() - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a set of the LogLevels that are actually supported by the logging system.
getSupportedSourceVersion() - Method in class org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor
 
getSupportedTypes() - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getSupportedTypes() - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the supported types for this registration.
getSystem() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getSystemProperties(ConfigurableEnvironment) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getSystemProperties(ConfigurableEnvironment) - Method in class org.springframework.boot.logging.LoggingSystem
Return the LoggingSystemProperties that should be applied.
getTable() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTableName() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of BatchProperties.Jdbc.getTablePrefix()
getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
getTablespace() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getTag() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getTag() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
Return the tag of the archive.
getTag() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Return the tag from the reference or null.
getTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsContributor
Provides tags to be associated with metrics for the given request and response exchange.
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be associated with metrics for the given request and response exchange.
getTags() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
Return the collection of tags that should be created.
getTagsAsPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getTarget() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
Return the fully qualified name of the native cache.
getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
 
getTarget() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTarget() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
getTarget() - Method in exception org.springframework.boot.context.properties.bind.BindException
Return the target being bound.
getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getTechnologyType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
Deprecated.
getTechnologyType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
getTemplateResolverOrder() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getThreadFactory() - Method in class org.springframework.boot.devtools.restart.Restarter
Return a ThreadFactory that can be used to create leak safe threads.
getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
 
getThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getThreshold() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
 
getThrottler() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getTime() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
getTime() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
getTime() - Method in class org.springframework.boot.info.BuildProperties
Return the timestamp of the build or null.
getTime() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getTimeBetweenEvictionRuns() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getTimeline() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
getTimeout() - Method in class org.springframework.boot.web.servlet.server.Session
 
getTimeoutPerShutdownPhase() - Method in class org.springframework.boot.autoconfigure.context.LifecycleProperties
 
getTimeouts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the event was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimestampFieldName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getTimeTaken() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimeTaken() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
Return the time taken for the application to be ready to service requests, or null if unknown.
getTimeTaken() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
Return the time taken to start the application, or null if unknown.
getTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Return the maximum time in milliseconds that a response can be cached.
getTimeToLive() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
getTimeToLive() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getTldSkipPatterns() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
getToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getTomcat() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Connector.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Connector.
getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context.
getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context.
getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatProtocolHandlerCustomizers that will be applied to the Tomcat Connector.
getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatProtocolHandlerCustomizers that will be applied to the Tomcat Connector.
getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Factory method called to create the TomcatWebServer.
getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Factory method called to create the TomcatWebServer.
getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getTotal() - Method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
Return the total progress possible value.
getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getTraces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
 
getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getTransactionManagerId() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getTransport() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getTrigger() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
 
getTrigger() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescription
 
getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 
getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzReport
 
getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary
 
getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
Return the trust store that holds SSL certificates.
getTrustStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
Return the trust store that should be used.
getTrustStoreAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreCertificates() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.web.server.Ssl
Return the password used to access the trust store.
getTrustStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
Return the provider for the trust store.
getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStoreType() - Method in class org.springframework.boot.web.server.Ssl
Return the type of the trust store.
getTrustStrategy() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter type.
getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the type of the operation parameter.
getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
Returns the type of the operation.
getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getType() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
 
getType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getType() - Method in enum org.springframework.boot.autoconfigure.r2dbc.EmbeddedDatabaseConnection
Deprecated.
Returns the embedded database type name for the connection.
getType() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return the type of the item to bind.
getType() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the type of change.
getType() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the EmbeddedDatabaseType for the connection.
getType() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the type under test.
getTypeKey() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getUid() - Method in interface org.springframework.boot.buildpack.platform.io.Owner
Return the user identifier (UID) of the owner.
getUnboundProperties() - Method in exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 
getUnconditionalClasses() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that were evaluated but were not conditional.
getUnderlyingSource() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return the underlying source that is actually providing the properties.
getUnderlyingSource() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Factory method called to create the UndertowServletWebServer.
getUndoSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getUri() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getUri() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the URI of the request.
getUri() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUri() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getUri() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return the URI of the repository.
getURI() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns the character encoding to use for URL decoding.
getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns the character encoding to use for URL decoding.
getUriHost() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUriPort() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getUriScheme() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured url or null if none was configured.
getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUrl(String) - Method in enum org.springframework.boot.autoconfigure.r2dbc.EmbeddedDatabaseConnection
Deprecated.
Returns the R2DBC URL for the connection using the specified databaseName.
getUrl() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Singlesignon
 
getUrl(String) - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the specified databaseName.
getUrl() - Method in interface org.springframework.boot.loader.archive.Archive
Returns a URL that can be used to load the archive.
getUrl() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getUrl() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getUrl() - Method in class org.springframework.boot.loader.jar.JarFile
 
getURL() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
getUrl(String) - Method in enum org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
Returns the R2DBC URL for the connection using the specified databaseName.
getUrlCharset() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map Jersey's servlet.
getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Return a mutable collection of the URL mappings, as defined in the Servlet specification, for the servlet.
getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the URL pattern mappings for the registered filter.
getUrlPatterns() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of URL patterns, as defined in the Servlet specification, that the filter will be registered against.
getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUrls(String, ClassLoader) - Static method in class org.springframework.boot.cli.util.ResourceUtils
Return URLs from a given source path.
getUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
Return the URLs that should be used with initialization.
getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getUsage() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getUsage() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not limited).
getUsageHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.command.Command
Returns usage help for the command.
getUsageHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.init.InitCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.install.InstallCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.install.UninstallCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
Returns usage help for the option.
getUsageHelp() - Method in class org.springframework.boot.cli.command.run.RunCommand
 
getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getUserInfoAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
getUsername() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured username or null if none was configured.
getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getUsername() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getUserNameAttribute() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUuidRepresentation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getV1() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getV2() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getValidationDepth() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getValidationErrors() - Method in exception org.springframework.boot.context.properties.bind.validation.BindValidationException
Return the validation errors that caused the exception.
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the validation query.
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getValidationQuery() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the query to use to validate that a connection is valid or null if that information is not available.
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getValidDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the absolute document root when it points to a valid directory, logging a warning and returning null otherwise.
getValidSessionStoreDir() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getValue(Meter.Type) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
Return the underlying value in form suitable to apply to the given meter type.
getValue(Meter.Type) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary
Return the underlying value of the SLO in form suitable to apply to the given meter type.
getValue() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the value being mapped.
getValue() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return the value of the data.
getValue() - Method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Returns the value corresponding to this path.
getValue() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
getValue() - Method in class org.springframework.boot.context.config.ConfigDataLocation
Return the value of the location (always excluding any user specified optional: prefix).
getValue() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return a supplier that provides the object value or null.
getValue() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
Return the value of the configuration property.
getValue() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the invalid value, can be null.
getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
Return the tracked value.
getValueDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getValues() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getValueSerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getVendor() - Method in class org.springframework.boot.info.JavaInfo
 
getVendor() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
 
getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVerification() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getVerifyHostname() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getVersion() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getVersion() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
 
getVersion() - Method in class org.springframework.boot.buildpack.platform.build.Creator
Return the version of the builder creator.
getVersion(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the version of the artifact identified by the given module.
getVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency version.
getVersion(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getVersion(String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getVersion(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getVersion() - Method in class org.springframework.boot.info.BuildProperties
Return the version of the project or null.
getVersion() - Method in class org.springframework.boot.info.JavaInfo
 
getVersion() - Method in class org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
 
getVersion() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
 
getVersion() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getVersion() - Method in interface org.springframework.boot.loader.tools.LibraryCoordinates
Return the version of the coordinates.
getVersion() - Static method in class org.springframework.boot.SpringBootVersion
Return the full version string of the present Spring Boot codebase, or null if it cannot be determined.
getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getView() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getVisibility() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getVolume() - Method in class org.springframework.boot.buildpack.platform.build.Cache
Return the details of the cache if it is a volume cache.
getWaitingErrorMessage() - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerStatus
Return a message indicating an error waiting for a container to stop.
getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
Returns a warning if the check fails or null if there are no problems.
getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getWeb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getWebAdminPassword() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Return the Jetty Configurations that should be applied to the server.
getWebApplicationType() - Method in class org.springframework.boot.SpringApplication
Returns the type of web application that is being run.
getWebEnvironment(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Return the SpringBootTest.WebEnvironment type for this test or null if undefined.
getWebListenerClassNames() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
Returns the WebServer that was created by the context or null if the server has not yet been created.
getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
Access the WebServer.
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Returns the WebServer that was created by the context or null if the server has not yet been created.
getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
Gets a new fully configured but paused WebServer instance.
getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns the WebServer that was created by the context or null if the server has not yet been created.
getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
Gets a new fully configured but paused WebServer instance.
getWebServerFactory(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns the ServletWebServerFactory that should be used to create the embedded WebServer.
getWebServerFactoryBeanName() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getWhitelabel() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getWorker() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getXaDataSourceClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the XA driver source class name.
getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
Git() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
 
Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
gitInfoContributor(GitProperties, InfoContributorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 
GitInfoContributor - Class in org.springframework.boot.actuate.info
GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
gitProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
GitProperties - Class in org.springframework.boot.info
Provide git-related information such as commit id and time.
GitProperties(Properties) - Constructor for class org.springframework.boot.info.GitProperties
 
globalPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
grab(Map) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
grab(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
grab(String) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
GrabCommand - Class in org.springframework.boot.cli.command.grab
Command to grab the dependencies of one or more Groovy scripts.
GrabCommand() - Constructor for class org.springframework.boot.cli.command.grab.GrabCommand
 
GracefulShutdownCallback - Interface in org.springframework.boot.web.server
A callback for the result of a graceful shutdown request.
GracefulShutdownResult - Enum in org.springframework.boot.web.server
The result of a graceful shutdown request.
GrapeEngineInstaller - Class in org.springframework.boot.cli.compiler.grape
Utility to install a specific Grape engine with Groovy.
GrapeEngineInstaller() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
 
GrapeRootRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
Honours the configuration of grape.root by customizing the session's local repository location.
GrapeRootRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
 
graph() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
graphiteConfig(GraphiteProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
 
graphiteMeterRegistry(GraphiteConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
 
GraphiteMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
Auto-configuration for exporting metrics to Graphite.
GraphiteMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
 
GraphiteProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
@ConfigurationProperties for configuring Graphite metrics export.
GraphiteProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
Gridfs() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
GroovyBeansTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to resolve beans declarations inside application source files.
GroovyBeansTransformation() - Constructor for class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 
GroovyCompiler - Class in org.springframework.boot.cli.compiler
Compiler for Groovy sources.
GroovyCompiler(GroovyCompilerConfiguration) - Constructor for class org.springframework.boot.cli.compiler.GroovyCompiler
Create a new GroovyCompiler instance.
GroovyCompilerConfiguration - Interface in org.springframework.boot.cli.compiler
Configuration for the GroovyCompiler.
GroovyCompilerScope - Enum in org.springframework.boot.cli.compiler
The scope in which a groovy compiler operates.
GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupConfigurer(ObjectProvider<MarkupTemplateEngine>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupViewResolver(GroovyTemplateProperties) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
GroovyTemplate - Class in org.springframework.boot.groovy
Helpful utilities for working with Groovy Templates.
GroovyTemplate() - Constructor for class org.springframework.boot.groovy.GroovyTemplate
 
GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
Auto-configuration support for Groovy templates in MVC.
GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
 
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
TemplateAvailabilityProvider that provides availability information for Groovy view templates.
GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
 
GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
@ConfigurationProperties for configuring Groovy templates.
GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
GroovyTemplatesCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Groovy Templates (outside MVC).
GroovyTemplatesCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
GroovyWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
Group() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
GroupLoggerLevels(LogLevel, List<String>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
 
GroupNames(List<String>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNames
 
gson(GsonBuilder) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
gsonBuilder(List<GsonBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.gson
Callback interface that can be implemented by beans wishing to further customize the Gson via GsonBuilder retaining its default auto-configuration.
GsonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Gson to a JsonParser.
GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
 
GsonProperties - Class in org.springframework.boot.autoconfigure.gson
Configuration properties to configure Gson.
GsonProperties() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonProperties
 
GsonTester<T> - Class in org.springframework.boot.test.json
AssertJ based JSON tester backed by Gson.
GsonTester(Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
Create a new uninitialized GsonTester instance.
GsonTester(Class<?>, ResolvableType, Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
Create a new GsonTester instance.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links