Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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-configurationfor 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
- 
@ConfigurationPropertiesfor 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.
- GENERIC - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Generic caching using 'Cache' beans from the context.
- GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
Subclass ofGenericApplicationContext, suitable for reactive web environments.
- GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
Create a newGenericReactiveWebApplicationContext.
- GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
Create a newGenericReactiveWebApplicationContextwith the given DefaultListableBeanFactory.
- GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
- get() - Method in interface org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper
- 
Return theObjectMapperthat should be used to serializeOperationResponseBodyendpoint results.
- get() - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound or throw aNoSuchElementExceptionif no value was bound.
- get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return the property mapper.
- get() - Static method in class org.springframework.boot.devtools.settings.DevToolsSettings
- get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Return the result of the invocation ornullif the callback wasn't suitable.
- get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
- 
Return the parameter at the specified index.
- get(int) - Method in interface org.springframework.boot.docker.compose.core.ConnectionPorts
- 
Return the host port mapped to the given container port.
- get(Class<T>) - Method in interface org.springframework.boot.BootstrapContext
- 
Return an instance from the context if the type has been registered.
- get(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- 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 newApplicationContextAssertProviderinstance.
- get(Class<T>, ClientHttpRequestFactorySettings) - Static method in class org.springframework.boot.web.client.ClientHttpRequestFactories
- 
Return a newClientHttpRequestFactoryof the givenrequestFactoryType, applyingClientHttpRequestFactorySettingsusing reflection if necessary.
- get(ClassLoader) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the most suitableEmbeddedDatabaseConnectionfor the given class loader.
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
- 
Detect and return the logging system in use.
- get(ClassLoader) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the most suitableEmbeddedDatabaseConnectionfor the given class loader.
- 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(Method, Class<?>) - Static method in class org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
- 
ReturnTimedannotations that should be used for the givenmethodandtype.
- 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 interface org.springframework.boot.actuate.health.HealthEndpointGroups
- 
Return the group with the specified name ornullif the name is not known.
- get(String) - Method in class org.springframework.boot.actuate.info.Info
- get(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
- get(String) - Method in class org.springframework.boot.info.InfoProperties
- 
Return the value of the specified property ornull.
- get(String) - Method in class org.springframework.boot.logging.LoggerGroups
- get(String) - Method in class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
- get(String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Get a mime mapping for the given extension.
- get(String...) - Static method in class org.springframework.boot.system.SystemProperties
- get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
- get(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- 
Get anStringvalue from the meta-data.
- get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- 
Get anStringvalue from the meta-data.
- get(String, ObjectFactory<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
- 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 thedefaults.
- get(Supplier<? extends ConfigurableReactiveWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
- 
Factory method to create a newAssertableReactiveWebApplicationContextinstance.
- get(Supplier<? extends ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableApplicationContext
- 
Factory method to create a newAssertableApplicationContextinstance.
- get(Supplier<? extends ConfigurableWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableWebApplicationContext
- 
Factory method to create a newAssertableWebApplicationContextinstance.
- get(Supplier<T>, ClientHttpRequestFactorySettings) - Static method in class org.springframework.boot.web.client.ClientHttpRequestFactories
- 
Return a newClientHttpRequestFactoryfrom the given supplier, applyingClientHttpRequestFactorySettingsusing reflection.
- get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
- 
Return the auto-configuration base packages for the given bean factory.
- get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
- 
Return theEntityScanPackagesfor the given bean factory.
- get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
- 
Obtain aConditionEvaluationReportfor the specified bean factory.
- get(AdditionalHealthEndpointPath) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
- 
Return the group with the specified additional path ornullif no group with that path is found.
- get(JksSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- 
Get anSslBundlefor the givenJksSslBundleProperties.
- get(PemSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- 
Get anSslBundlefor the givenPemSslBundleProperties.
- get(BootstrapContext) - Method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
- 
Factory method used to create the instance when needed.
- get(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.BoundConfigurationProperties
- 
Get the configuration property bound to the given name.
- get(DockerComposeFile, String, Set<String>) - Static method in interface org.springframework.boot.docker.compose.core.DockerCompose
- 
Factory method used to create aDockerComposeinstance.
- get(ClientHttpRequestFactorySettings) - Static method in class org.springframework.boot.web.client.ClientHttpRequestFactories
- 
Return aClientHttpRequestFactoryimplementation with the givensettingsapplied.
- get(Ssl) - Static method in class org.springframework.boot.web.server.WebServerSslBundle
- get(Ssl, SslBundles) - Static method in class org.springframework.boot.web.server.WebServerSslBundle
- get(Ssl, SslBundles, SslStoreProvider) - Static method in class org.springframework.boot.web.server.WebServerSslBundle
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- get(ApplicationContext) - Static method in class org.springframework.boot.context.properties.BoundConfigurationProperties
- 
Return theBoundConfigurationPropertiesfrom the givenApplicationContextif it is available.
- get(ApplicationContext, Object, String) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return a@ConfigurationPropertiesBeaninstance for the given bean details ornullif the bean is not a@ConfigurationPropertiesobject.
- get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- get(Environment) - Static method in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
- 
Look at the given environment to determine if theManagementPortTypeisManagementPortType.DISABLED,ManagementPortType.SAMEorManagementPortType.DIFFERENT.
- get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance from the specified environment.
- get(Environment) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Get for all configuration property sources in the environment.
- get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Return a set ofConfigurationPropertySourceinstances that have previously beenattachedto theEnvironment.
- 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(Environment, BindHandler) - Static method in class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance from the specified environment.
- get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
- 
Get aLogFilefrom the given SpringEnvironment.
- get(PropertySource<?>) - Method in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
- 
Return the options that should apply for the given property source.
- get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
- 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 - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- 
An HTTP GET request.
- 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
- getAccessMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getAccessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- getAccessTokenFormat() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- getAccessTokenTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- 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
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
- getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
- 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() - Method in class org.springframework.boot.context.config.Profiles
- 
Return the active profiles.
- getActive() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.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 ornullif 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
- getActive(Environment) - Static method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns the activeCloudPlatformornullif one is not active.
- getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
- getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
- getAdditionalExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getAdditionalHosts() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- 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.
- getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
- 
Return additionaltagsto be associated with the givenCache.
- 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 theConnectors that will be added to the Tomcat.
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theConnectors 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.web.server.AbstractConfigurableWebServerFactory
- 
Return the address that the web server binds to.
- getAddresses() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
- 
List of addresses to which the client should connect.
- 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
- getAdmin() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getAdminBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
- 
Returns the list of bootstrap servers used for the admin.
- getAdminUrl() - Method in interface org.springframework.boot.autoconfigure.pulsar.PulsarConnectionDetails
- 
URL user to connect to the admin endpoint.
- getAggregateStatus(Set<Status>) - Method in class org.springframework.boot.actuate.health.SimpleStatusAggregator
- getAggregateStatus(Set<Status>) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
- 
Return the aggregate status for the given set of statuses.
- getAggregateStatus(Status...) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
- 
Return the aggregate status for the given set of statuses.
- getAggregationTemporality() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
- getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getAlias() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- getAlias() - Method in interface org.springframework.boot.ssl.SslBundleKey
- 
Return the alias of the key ornullif the key has no alias.
- 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() - Method in interface org.springframework.boot.docker.compose.core.ConnectionPorts
- 
Return all host ports in use.
- getAll() - Method in interface org.springframework.boot.test.system.CapturedOutput
- 
Return all content (bothSystem.outandSystem.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.
- getAll(String) - Method in interface org.springframework.boot.docker.compose.core.ConnectionPorts
- 
Return all host ports in use that match the given protocol.
- getAll(ApplicationContext) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return all@ConfigurationPropertiesbeans contained in the given application context.
- 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
- getAllowCredentials() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- getAllowedHeaders() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- getAllowedMethods() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- getAllowedOriginPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- getAllowedOriginPatterns() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- getAllowedOrigins() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- 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 whenSpringApplication.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 specifiedWebServerNamespace.
- 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() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return theConfigurationPropertiesannotation 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
- getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return a single associated annotations that could affect binding.
- getAnnotation(Class<T>) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
- 
Returns this element's annotation for the specified type if such an annotation is present, else null.
- 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.
- getAnnotations() - Method in interface org.springframework.boot.testcontainers.beans.TestcontainerBeanDefinition
- 
Return any annotations declared alongside the container.
- 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.wavefront.WavefrontProperties
- getApiTokenOrThrow() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- 
Returns the API token or throws an exception if the API token is mandatory.
- getApiTokenType() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- getApiVersion() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- getApplication() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- 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 exception org.springframework.boot.SpringApplication.AbandonedRunException
- 
Return the application context that was available when the run was abandoned ornullif no context was available.
- getApplicationContext() - Method in interface org.springframework.boot.SpringApplication.Running
- 
Return the rootConfigurableApplicationContextof the running application.
- 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.
- getApplicationContextFactory(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
- 
Return theApplicationContextFactorythat should be used for the test.
- 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 theLogfor the application.
- getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- getApplicationStartup() - Method in class org.springframework.boot.SpringApplication
- 
Returns theApplicationStartupused for collecting startup metrics.
- getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
- 
Return the application title that should be used for the source class.
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
- getArch() - Method in class org.springframework.boot.info.OsInfo
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
- 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 ornull.
- getAssertingparty() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- getAsync() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getAsyncAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getAttempts() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- 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 appropriateAnnotationAttributesfrom theAnnotationMetadata.
- getAudiences() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- 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
- getAuthentication() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- getAuthentication() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- getAuthorizationCodeTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- getAuthorizationGrantType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getAuthorizationGrantTypes() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- getAuthToken() - Method in interface org.springframework.boot.autoconfigure.neo4j.Neo4jConnectionDetails
- 
Returns the token to use for authentication.
- getAuthTokenManager() - Method in interface org.springframework.boot.autoconfigure.neo4j.Neo4jConnectionDetails
- 
Returns theAuthTokenManagerto use for authentication.
- getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getAutoConfigurationEntry(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- 
Return theAutoConfigurationImportSelector.AutoConfigurationEntrybased on theAnnotationMetadataof the importing@Configurationclass.
- 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
- getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getAutotime() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data.Repository
- getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
- 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
- getBaggage() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties
- 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
- 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
- getBaseTimeUnit() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
- getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
- 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.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
- 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.ContextBeansDescriptor
- getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor
- 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(Class<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
- 
Return the bind constructor to use for the given type, ornullif constructor binding is not supported.
- getBindConstructor(Bindable<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
- 
Return the bind constructor to use for the given bindable, ornullif 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.AssertingParty.Singlesignon
- getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
- getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- getBindMethod() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Returns themethodto be used to bind this bindable, ornullif no specific binding method is required.
- getBindMethod() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.0.8 for removal in 3.3.0 in favor ofConfigurationPropertiesBean.asBindTarget()andBindable.getBindMethod()
- 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.
- getBooleanParameter(HttpServletRequest, String) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- getBooleanParameter(ServletWebRequest, String) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
- getBootstrapContext() - Method in class org.springframework.boot.BootstrapContextClosedEvent
- 
Return theBootstrapContextthat was closed.
- getBootstrapContext() - Method in interface org.springframework.boot.context.config.ConfigDataLoaderContext
- 
Provides access to theConfigurableBootstrapContextshared across allEnvironmentPostProcessors.
- getBootstrapContext() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
- 
Provides access to theConfigurableBootstrapContextshared across allEnvironmentPostProcessors.
- 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
- 
TheBootstrapModefor the particular repository support.
- getBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
- 
Returns the list of bootstrap servers.
- 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 ornull.
- getBrave() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties
- getBrokerUrl() - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails
- 
Broker URL to use.
- getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- getBrokerUrl() - Method in interface org.springframework.boot.autoconfigure.pulsar.PulsarConnectionDetails
- 
URL used to connect to the broker.
- getBucket() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- getBucket() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
- 
GridFS bucket name.
- 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 thetimelineas 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
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
Returns a mutable collection of theUndertowBuilderCustomizers that will be applied to the UndertowBuilder.
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Returns a mutable collection of theUndertowBuilderCustomizers that will be applied to the UndertowUndertow.Builder.
- getBundle() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties
- getBundle() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the name of the SSL bundle to use.
- getBundle(String) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- getBundle(String) - Method in interface org.springframework.boot.ssl.SslBundles
- 
Return anSslBundlewith the provided name.
- getBundleName() - Method in exception org.springframework.boot.ssl.NoSuchSslBundleException
- 
Return the name of the bundle that was not found.
- 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.pulsar.PulsarProperties.Producer
- 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.CacheEntryDescriptor
- getCacheManagerNames() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
- getCacheManagers() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CachesDescriptor
- getCacheMaxSizeBuffering() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- 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.QuartzTriggerGroupSummaryDescriptor.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.
- getCandidates() - Method in class org.springframework.boot.context.annotation.ImportCandidates
- 
Returns the list of loaded import candidates.
- 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
- getCertificate() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getCertificate() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the certificate in PEM format.
- getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
- getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
- getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
- getCertificatePrivateKey() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the private key for the certificate in PEM format.
- getCertificates() - Method in class org.springframework.boot.ssl.pem.PemContent
- 
Parse and return allcertificatesfrom the PEM content.
- getChain() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- getChangeConsumerThreadName() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- 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.LiquibaseBeanDescriptor
- 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.mustache.MustacheProperties
- 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.mustache.MustacheProperties
- getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
- 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.FlywayMigrationDescriptor
- getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- 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.autoconfigure.ssl.SslBundleProperties.Options
- getCiphers() - Method in interface org.springframework.boot.ssl.SslOptions
- 
Return the ciphers that can be used or an empty set.
- 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(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 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(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.
- 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 (ifresourceLoaderis set), or the context class loader (if not null), or the loader of the SpringClassUtilsclass.
- getClassName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- getClassName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobSummaryDescriptor
- 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.
- 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.actuate.autoconfigure.observation.ObservationProperties.Http
- getClient() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
- getClient() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getClient() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- 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
- getClientAuthenticationMethods() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.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
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- getClientName() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.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
- 
Deprecated.
- getClientRegistrationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- 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
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- getClientType() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- getCluster() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
- 
Redis cluster configuration.
- getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- getClusterName() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- 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.
- 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.
- getCommand() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
- getCommand() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
- getCommentPrefix() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- getCommitId() - Method in class org.springframework.boot.info.GitProperties
- 
Return the full id of the commit ornull.
- getCommitTime() - Method in class org.springframework.boot.info.GitProperties
- 
Return the timestamp of the commit ornull.
- 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.graphql.GraphQlTypeExcludeFilter
- 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
- getCompositeHealth(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
- getCompression() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
- 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
- getCompressionType() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getConcurrencyLimit() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- getConcurrencyLimit() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
- getCondition() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionDescriptor
- 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 ornull.
- getConditionUnless() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- 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
- 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(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 theConfigurationPropertyactually being bound ornullif the property has not yet been determined.
- getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return a singleConfigurationPropertyfrom the source ornullif 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 JettyConfigurations that will be applied to theWebAppContextbefore the server is created.
- getConfigureAction() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
- 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
- getConnectionDetails(DockerComposeConnectionSource) - Method in class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
- getConnectionDetails(ContainerConnectionSource<C>) - Method in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
- getConnectionDetails(S) - Method in interface org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactory
- 
Get theConnectionDetailsfrom the givensource.
- getConnectionDetails(S, boolean) - Method in class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
- 
Return aMapofConnectionDetailsinterface type toConnectionDetailsinstance created from the factories associated with the given source.
- getConnectionFactoryOptions() - Method in interface org.springframework.boot.autoconfigure.r2dbc.R2dbcConnectionDetails
- 
Connection factory options for connecting to the database.
- getConnectionIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- getConnectionInitTimeout() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- getConnectionNameStrategy() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
- getConnectionString() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
- 
Connection string used to locate the Couchbase cluster.
- getConnectionString() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- getConnectionString() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails
- 
TheConnectionStringfor MongoDB.
- getConnectionString() - Method in class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
- 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.pulsar.PulsarProperties.Admin
- getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- 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.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
- getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getConnectTimeout() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
- 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
- getConsume() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- 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
- getConsumer() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getConsumerBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
- 
Returns the list of bootstrap servers used for consumers.
- 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 interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
- 
Cluster node addresses.
- getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getContainer() - Method in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
- 
Return the container that back this connection details instance.
- getContainerConnectionDetails(ContainerConnectionSource<C>) - Method in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
- getContainerImageName() - Method in interface org.springframework.boot.testcontainers.beans.TestcontainerBeanDefinition
- 
Return the container image name ornullif the image name is not yet known.
- getContent() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
- getContent() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
- getContentDescriptor() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
- 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 ornullifClassLoaderFile.getKind()isClassLoaderFile.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.mustache.MustacheProperties.Servlet
- 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 theLifecycleListeners that will be applied to the TomcatContext.
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theLifecycleListeners that will be applied to the TomcatContext.
- 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.
- getContextPropagation() - Method in class org.springframework.boot.autoconfigure.reactor.ReactorProperties
- getContexts() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ConditionsDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeansDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayBeansDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpressionDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBeansDescriptor
- getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappingsDescriptor
- getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getContextValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- getContributor() - Method in interface org.springframework.boot.actuate.health.NamedContributor
- 
Returns the contributor instance.
- getContributor(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- 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@RequestMappingmethods.
- getConversationId() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
- 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.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
- getCoreSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getCorrelation() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getCredential() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
- getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
- getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
- getCron() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
- getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
- getCron() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- getCustom() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
- getCustom() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
- getCustomFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- getCustomTags() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- getDailyTimeInterval() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.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.QuartzJobDetailsDescriptor
- getDatabase() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
- getDatabase() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
- 
Database index used by the connection factory.
- getDatabase() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
- 
Database index used by the connection factory.
- getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getDatabase() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
- 
GridFS database name.
- 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
- getDatabaseInitializerBeanTypes() - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- 
Returns the bean types that should be detected as being database initializers.
- 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.
- getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- 
Return theDataSource.
- getDataSource() - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Returns theDataSourcethat 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 theDataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled.
- getDatatype() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- 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.ChangeSetDescriptor
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- 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
- getDeadLetterPolicy() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- getDeadLetterTopic() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- getDecodeSlash() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- getDecryption() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- getDefault() - Static method in interface org.springframework.boot.actuate.health.StatusAggregator
- 
ReturnStatusAggregatorinstance 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
- getDefaultDomain() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
- getDefaultIncludes() - Method in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
- 
Return the default set of include patterns.
- getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTypeExcludeFilter
- 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.graphql.GraphQlTypeExcludeFilter
- 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
- getDefaultLeniency() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getDefaultLogCorrelationPattern() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the default log correlation pattern ornullif log correlation patterns are not supported.
- getDefaultLogCorrelationPattern() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getDefaultLogCorrelationPattern() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- 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 property is not 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
- getDefaults() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getDefaultTimeout() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
- getDefaultTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- getDefaultValueResolver(Environment) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the default value resolver to use when resolving system properties.
- getDelay() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- getDelayAfterFailure() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.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
- 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.ChangeSetDescriptor
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Returns a mutable collection of theUndertowDeploymentInfoCustomizers that will be applied to the UndertowDeploymentInfo.
- 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 ornullif none is available.
- getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- 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.ChangeSetDescriptor
- getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
- getDescription() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- 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
- 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
- getDeviceAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- getDeviceCodeTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- getDeviceId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
- getDeviceVerificationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- 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.docker.compose.core.ImageReference
- 
Return the digest from the reference ornull.
- 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 subdirectory 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
- getDockerComposeConnectionDetails(DockerComposeConnectionSource) - Method in class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
- 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.docker.compose.core.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 interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
- 
The name of the JDBC driver class.
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Return the configured driver ornullif none was configured.
- getDriverClassName() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
- 
The name of the JDBC driver class.
- getDriverClassName() - Method in interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
- 
The name of the JDBC driver class.
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getDriverClassName() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the driver class name.
- getDriverClassName() - Method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the driver class name.
- getDriverClassName() - Method in enum class 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.SingleLoggerLevelsDescriptor
- getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Returns the effective level of the logger.
- getEffectiveUri() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- 
Returns the effective URI of the wavefront instance.
- 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
- getEnable() - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
- 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.jmx.JmxProperties
- 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.autoconfigure.ssl.SslBundleProperties.Options
- getEnabledProtocols() - Method in interface org.springframework.boot.ssl.SslOptions
- 
Return the protocols that should be enabled or an empty set.
- 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.AbstractScriptDatabaseInitializer.Scripts
- getEncoding() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns the encoding to use when reading the schema and data scripts.
- getEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
- getEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- getEndpoint() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
- getEndpoint() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- 
Return thePathMappedEndpointwith the given ID ornullif the endpoint cannot be found.
- 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 theDiscoveredEndpoint.
- 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
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- getEntityId() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- 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 underlyingEntityManagerthat's actually used to perform all operations.
- getEnum() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
- getEnv() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- 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
- 
Returns theConfigurableEnvironmentinstance that should be applied toSpringApplicationornullto use the default.
- getEnvironment(LoggerContext) - Static method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- 
Get the SpringEnvironmentattached to the givenLoggerContextornullif no environment is available.
- getEnvironmentPostProcessors(DeferredLogFactory, ConfigurableBootstrapContext) - Method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Create all requestedEnvironmentPostProcessorinstances.
- getEnvironmentPrefix() - Method in class org.springframework.boot.SpringApplication
- 
Return a prefix that should be applied when obtaining configuration properties from the system environment.
- getEnvironmentType(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- 
Return theEnvironmenttype expected to be set on thecreatedapplication context.
- getEnvironmentVariableName() - Method in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Return the name of environment variable that can be used to access this property.
- getEnvironmentVariableName() - Method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Return the name of environment variable that can be used to access this property.
- getErr() - Method in interface org.springframework.boot.test.system.CapturedOutput
- 
ReturnSystem.errcontent 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() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- 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 ornullif the error cannot be extracted.
- getError(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 
Extract the original error from the current request.
- 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 ornullif the error cannot be extracted.
- getErrorAttributeOptions(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- getErrorAttributeOptions(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- getErrorAttributes(HttpServletRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- 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 aMapof the error attributes.
- 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(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 aMapof the error attributes.
- getErrorOutput() - Method in exception org.springframework.boot.docker.compose.core.DockerNotRunningException
- 
Return the error output returned from docker.
- getErrorOverrides() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Returns a mutable set ofErrorPagesthat will be used when handling exceptions.
- getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- 
Provide access to the error properties.
- 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
- 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 (ornullfor a page that matches by status).
- getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- 
Return the customExceptionHandlerExceptionResolverthat 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
- getExchanges() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint.HttpExchangesDescriptor
- 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 thespring.autoconfigure.excludeproperty.
- 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.ContextConditionsDescriptor
- 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() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
- 
Returns the names of the classes that have been excluded from condition evaluation.
- getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- 
Return any exclusions that limit the candidate configurations.
- getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- 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() - Method in interface org.springframework.boot.ExitCodeGenerator
- 
Returns the exit code that should be returned from the application.
- getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
- 
Returns the exit code that should be returned from the application.
- getExpectationManagers() - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- getExpectationManagers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- getExpiration() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
- getExpireAfterAccess() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- getExpiry() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
- getExpiry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
- getExport() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics
- getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- getExposedHeaders() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- 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.CronTaskDescriptor
- 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.
- 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
- getFields() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
- getFile() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch
- getFile() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
- 
Return the file that was changed.
- getFile() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- getFile() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getFile(String) - Method in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
- 
Return aClassLoaderFilefor the given name ornullif no file is contained in this collection.
- getFile(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 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.autoconfigure.graphql.GraphQlProperties.Schema
- 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 allClassLoaderFilesin 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 newFileSystemWatcher.
- 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 theFilterto 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
- getFilterName() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Returns the filter name that will be registered.
- 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
- getFirstAddress() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
- 
Returns the first address.
- getFixed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
- getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
- getFixedDelay() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
- 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.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.ContextFlywayBeansDescriptor
- 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 .
- 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
- getFunction() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getGenerateNonExecutableJson() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- 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.wavefront.WavefrontProperties.Metrics.Export
- getGraphiql() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- getGraphiteTagsEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- getGridfs() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- getGridFs() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails
- 
GridFS configuration.
- getGridFs() - Method in class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
- getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
- getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
- getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummaryDescriptor
- getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
- getGroup() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the groupId of the project ornull.
- getGroupId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- 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.logging.LoggersEndpoint.LoggersDescriptor
- getGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNamesDescriptor
- getGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroupsDescriptor
- 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(HttpHandler) - Method in interface org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
- 
Create theHttpHandlerinstance that should be added.
- getHandler(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.HandlerMapper
- 
Return the handler for the given request ornull.
- getHandler(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
- 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
- getHashingScheme() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
- getHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
- getHeaders() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
- 
Return the request headers.
- getHeaders() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
- 
Return the response headers.
- getHeaders() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
- 
Returns a modifiable copy of the headers of the request.
- getHeaders() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpResponse
- 
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(boolean) - Method in interface org.springframework.boot.actuate.health.HealthIndicator
- 
Return an indication of health.
- getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
- 
Provide the indicator of health.
- 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(ReactiveHealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- 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
- 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 interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
- 
Redis server host.
- 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.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.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- getHost() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- 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.
- getHttp() - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
- 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 theHttpCodeStatusMapperthat should be used for this group.
- getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Return theHttpHandlerthat 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.ChangeSetDescriptor
- getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getId() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
- 
Return the ID of the session.
- getId() - Method in enum class 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.
- 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
- getIdlePartitionEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- 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
- getIdTokenSignatureAlgorithm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- getIgnoreMigrationPatterns() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getIgnorePaths() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- 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.web.exchanges.HttpExchangesProperties.Recording
- 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
- getInitialCapacity() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
- getInitialDelay() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- getInitializers() - Method in class org.springframework.boot.SpringApplication
- 
Returns read-only ordered Set of theApplicationContextInitializers that will be applied to the SpringApplicationContext.
- getInitializers(MergedContextConfiguration, SpringApplication) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
- 
Return theinitializersthat will be applied to the context.
- 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
- getInitialPosition() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- getInitialSize() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- getInitialSubscriptionName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- getInitialUrls() - Method in class org.springframework.boot.devtools.restart.Restarter
- 
Return the initial set of URLs as configured by theRestartInitializer.
- getInitialUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- getInitialUrls(Thread) - Method in interface org.springframework.boot.devtools.restart.RestartInitializer
- 
Return the initial set of URLs for theRestarterornullif 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.origin.OriginTrackedResource
- getInspection() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- getInstalledBy() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- 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 activeRestarterinstance.
- getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
- getInteger(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- 
Get anIntegervalue from the meta-data.
- getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- 
Get anIntegervalue 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.IntervalTaskDescriptor
- getInterval() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
- getIntrospection() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- 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
- getIsolationLevelForCreate() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- getIssuer() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
- getIssuer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- 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
- getJavaVersion() - Static method in enum class org.springframework.boot.system.JavaVersion
- 
Returns theJavaVersionof 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
- getJdbcUrl() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
- 
JDBC URL for the database ornullif no Flyway-specific configuration is required.
- getJdbcUrl() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
- 
JDBC url for the database.
- getJdbcUrl() - Method in interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
- 
JDBC URL for the database ornullif no Liquibase-specific configuration is required.
- 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 theJettyWebServer.
- getJks() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- 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.
- getJobs() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzDescriptor
- getJobs() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummaryDescriptor
- 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 aJsonContentinstance from a source JSON string.
- getJsonContent(String) - Method in class org.springframework.boot.test.json.JacksonTester
- getJsonNode() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
- 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
- getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- getJwsAlgorithms() - 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
- getKerberosCacheFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- getKerberosConfigFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getKerberosLoginFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
- 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.autoconfigure.ssl.PropertiesSslBundle
- getKey() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
- getKey() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Return a reference to the key that should be used for this bundle orSslBundleKey.NONE.
- getKey() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- 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
- getKeyManagerFactory() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theKeyManagerFactoryused to establish identity.
- getKeyManagers() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theKeyManagerinstances used to establish identity.
- getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getKeyPassword() - Method in class org.springframework.boot.web.server.CertificateFileSslStoreProvider
- 
Deprecated.
- getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the password used to access the key in the key store.
- getKeyPassword() - Method in interface org.springframework.boot.web.server.SslStoreProvider
- 
Deprecated.Return the password of the private 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.ssl.JksSslBundleProperties
- getKeystore() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getKeyStore() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- getKeyStore() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- getKeyStore() - Method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Return a key store generated from the trust material ornull.
- getKeyStore() - Method in class org.springframework.boot.web.server.CertificateFileSslStoreProvider
- 
Deprecated.
- 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
- 
Deprecated.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
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getKeyStorePassword() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- getKeyStorePassword() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- getKeyStorePassword() - Method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Return the password for the key in the key store ornull.
- 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.
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- getKeyValueDurable() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- getKeyValues() - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
- getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
Return the fileClassLoaderFile.Kind(added, modified, deleted).
- getLabelFilter() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getLastChangeEvent(Class<S>) - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
Return the lastAvailabilityChangeEventreceived 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.
- 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
- getLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Return the actual level value if possible.
- getLevelConfiguration() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Return the level configuration, considering inherited loggers.
- getLevelConfiguration(LoggerConfiguration.ConfigurationScope) - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Return the level configuration for the given scope.
- getLevels() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
- getLicenseKey() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getLifecycleManagement() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- 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.
- getLinks() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
- 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
- getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeansDescriptor
- 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.autoconfigure.pulsar.PulsarProperties
- 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 theApplicationListeners that will be applied to the SpringApplication and registered with theApplicationContext.
- getLivenessState() - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
Return theLivenessStateof the application.
- getLivereload() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- 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 interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
- 
Datacenter that is considered "local".
- 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
- 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.ssl.JksSslBundleProperties.Store
- 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 theConfigDataResourceof the property source ornullif the source was not loaded fromConfigData.
- getLocation() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
- 
Return theConfigDataResourceof the invalid property ornullif the source was not loaded fromConfigData.
- 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 class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getLocations() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- getLockRetryCount() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getLog(Class<?>) - Static method in class org.springframework.boot.devtools.logger.DevToolsLogFactory
- 
Get aLoginstance for the specified source that will be automaticallyswitchedwhen thecontext is prepared.
- getLog(Class<?>) - Method in interface org.springframework.boot.logging.DeferredLogFactory
- 
Create a newDeferredLogfor the given destination.
- getLog(Class<?>) - Method in class org.springframework.boot.logging.DeferredLogs
- 
Create a newDeferredLogfor the given destination.
- getLog(Supplier<Log>) - Method in interface org.springframework.boot.logging.DeferredLogFactory
- 
Create a newDeferredLogfor the given destination.
- getLog(Supplier<Log>) - Method in class org.springframework.boot.logging.DeferredLogs
- 
Create a newDeferredLogfor the given destination.
- getLog(Log) - Method in interface org.springframework.boot.logging.DeferredLogFactory
- 
Create a newDeferredLogfor the given destination.
- getLog(Log) - Method in class org.springframework.boot.logging.DeferredLogs
- 
Create a newDeferredLogfor the given destination.
- getLogContainerConfig() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- 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 aLoggingSystem'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 aLoggingSystem's loggers.
- getLoggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
- getLoggers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getLogging() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
- 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 ornullif no logging system is available.
- getLoginModule() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- getLogLevel() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
- getLogoutUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- getLongSerializationPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getLookupTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- getLwcStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
- 
Returns the main application class that has been deduced or explicitly configured.
- getManagement() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- getManagement() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
- getManagers() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getManagers() - Method in interface org.springframework.boot.ssl.SslBundle
- getManagers() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- 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.autoconfigure.graphql.GraphQlProperties.Rsocket
- 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.ContextMappingsDescriptor
- getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
- 
Returns the mappings for the registered servlet.
- getMaster() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
- 
Name of the Redis server.
- 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 segmentsnull.
- getMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionsDescriptor
- 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.autoconfigure.sql.init.OnDatabaseInitializationCondition
- 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-1if 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
- getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- getMaxAge() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- 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
- 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.Jetty
- 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
- getMaxDelay() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- 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
- getMaxFramePayloadLength() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- 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
- getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- getMaxHttpRequestHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getMaxHttpResponseHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- getMaxHttpResponseHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- 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
- getMaximumSize() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- getMaxInboundMessageBodySize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 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.web.reactive.ReactiveMultipartProperties
- getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- getMaxKeepAliveRequests() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- 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.wavefront.WavefrontProperties.Sender
- getMaxQueueSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- getMaxRedeliverCount() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- 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
- 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
- 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
- getMaxValidationTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- 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.MetricDescriptor
- 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.mustache.MustacheProperties.Reactive
- 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.GroupLoggerLevelsDescriptor
- 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.MessageAndConditionDescriptor
- getMessage() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint.ShutdownDescriptor
- getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
Return an outcome message ornull.
- getMessage(WebRequest, Throwable) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- 
Returns the message to be included as the value of themessageerror 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
- getMessageRoutingMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getMessageSize() - Method in class org.springframework.boot.actuate.autoconfigure.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.AssertingParty
- getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
- getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
- getMeterBinder(SpringCache2kCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.Cache2kCacheMeterBinderProvider
- getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
- 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.web.exchanges.HttpExchange.Request
- 
Return the HTTP method requested.
- getMethod() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
- 
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
- getMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- getMetricTypePrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- 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 ornullif 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
- getMinConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- getMinEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.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
- 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.jms.AcknowledgeMode
- getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- getMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- 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.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 themulti-part configurationto be applied ornull.
- getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- getMultiplier() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- 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.autoconfigure.observation.ObservationProperties.Http.Client.ClientRequests
- getName() - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server.ServerRequests
- getName() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- getName() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntryDescriptor
- 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() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
- getName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- getName() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
- 
Return the name of the 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.amqp.RabbitProperties.Stream
- getName() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
- getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- getName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
- 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.docker.compose.core.ImageReference
- 
Return the name of this image.
- getName() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the name of the project ornull.
- getName() - Method in class org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
- getName() - Method in class org.springframework.boot.info.JavaInfo.JavaVendorInfo
- getName() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- getName() - Method in class org.springframework.boot.info.OsInfo
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Returns the name of the logger.
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Return the name of the level.
- getName() - Method in class org.springframework.boot.logging.LoggerGroup
- getName() - Method in class org.springframework.boot.web.server.Cookie
- getName(LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
- 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.MetricNamesDescriptor
- getNamespace() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
- 
Returns theWebServerNamespaceassociated 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.ContextConditionsDescriptor
- 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
- getNoAutoStartup() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- getNoCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getNodes() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
- getNodes() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Cluster
- 
Nodes to bootstrap from.
- getNodes() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
- 
List of nodes.
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- getNodes() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
- 
List of the Elasticsearch nodes to use.
- 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
- 
ReturnConfigDataLocation.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.MessageAndConditionsDescriptor
- 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(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
- 
Generate anObjectNamefor the specifiedendpoint.
- getObservationPatterns() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
- getOidc() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- getOpaquetoken() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
- getOpenInView() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- 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.
- getOperationTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- getOperationTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- 
Return the operation type.
- 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.ssl.PropertiesSslBundle
- getOptions() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- getOptions() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- getOptions() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- getOptions() - Method in interface org.springframework.boot.ssl.SslBundle
- 
ReturnSslOptionsthat should be applied when establishing the SSL connection.
- getOptions() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getOptions(PropertySource<?>) - Method in class org.springframework.boot.context.config.ConfigData
- 
Return theconfig data optionsthat apply to the given source.
- 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
- getOracle() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getOracleKerberosCacheFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getOracleSqlplus() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getOracleSqlplusWarn() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getOracleWalletLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- 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 aClassLoaderFiles.SourceDirectorywith the given name.
- getOrCreateSslStoreProvider() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.1.0 for removal in 3.3.0 in favor ofAbstractConfigurableWebServerFactory.getSslBundle()
- 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.exchanges.reactive.HttpExchangesWebFilter
- getOrder() - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
- 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.BackgroundPreinitializer
- 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
- 
Deprecated.
- getOrder() - Method in class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizer
- 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.TomcatVirtualThreadsWebServerFactoryCustomizer
- 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.JettyWebSocketReactiveWebServerCustomizer
- 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.DelegatingApplicationContextInitializer
- 
Deprecated.
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
- 
Deprecated.
- 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.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.LazyInitializationBeanFactoryPostProcessor
- getOrder() - Method in class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- 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.web.servlet.WebDriverTestExecutionListener
- 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.ChangeSetDescriptor
- 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 ornull.
- getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
- getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- getOrigin() - Method in class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails
- getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
- 
Return the source origin ornullif the origin is not known.
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
- getOrigin() - Method in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
- getOrigin() - Method in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource
- getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
- 
Attempt to look up the origin from the given source.
- 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 ornullif the origin cannot be determined.
- getOriginalClassLoader() - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- getOriginParents() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
- getOut() - Method in interface org.springframework.boot.test.system.CapturedOutput
- 
ReturnSystem.outcontent 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.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@EntityScanannotations.
- getPackages() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- 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
- getParam() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
- 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 parentConfigDataResourcethat triggered the resolve ornullif there is no available parent.
- getParent() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return the parent of thisConfigurationPropertyNameorConfigurationPropertyName.EMPTYif 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.ContextConditionsDescriptor
- getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeansDescriptor
- getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor
- getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeansDescriptor
- getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeansDescriptor
- getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappingsDescriptor
- getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- 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 interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
- 
Login to authenticate against the broker.
- getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- getPassword() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
- 
Login password of the server.
- getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getPassword() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
- 
Cluster password.
- getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- getPassword() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
- 
Login password of the redis server.
- getPassword() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
- 
Password for authenticating with sentinel(s).
- 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 interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
- 
Password for authentication with Elasticsearch.
- getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- getPassword() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
- 
Password for the database ornullif no Flyway-specific configuration is required.
- getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getPassword() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
- 
Deprecated.
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Return the configured password ornullif none was configured.
- getPassword() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
- 
Password for the database.
- getPassword() - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails
- 
Login to authenticate against the broker.
- 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 interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
- 
Password for the database ornullif no Liquibase-specific configuration is required.
- 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
- getPassword() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- getPassword() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- getPassword() - Method in interface org.springframework.boot.ssl.SslBundleKey
- 
Return the password that should be used to access the key ornullif no password is required.
- 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() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- 
Returns the path for the operation.
- getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
- getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- 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() - 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 "/".
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- getPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- 
Return the full path for the endpoint with the given ID ornullif the endpoint cannot be found.
- 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 interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
- 
Prefix added to the path of every request sent to Elasticsearch.
- 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 class org.springframework.boot.autoconfigure.security.StaticResourceLocation
- getPem() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- 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
- getPlaceholderSeparator() - 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.batch.BatchProperties.Jdbc
- getPlatform() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- getPlatform() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- getPlatform() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- getPlatform() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- getPluginClassName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
- 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 ornullif theserver portshould 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 interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
- 
Redis server port.
- 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.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 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.ContextConditionsDescriptor
- getPostgresql() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getPostLogoutRedirectUris() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- 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 ornullif 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 authenticatedPrincipalornull.
- getPrincipal() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
- 
Returns the principal.
- getPrint() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- getPrinter() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- getPriority() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- getPriority() - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getPriorityLevel() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- getPrivateKey() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getPrivateKey() - Method in class org.springframework.boot.ssl.pem.PemContent
- 
Parse and return theprivate keysfrom the PEM content.
- getPrivateKey(String) - Method in class org.springframework.boot.ssl.pem.PemContent
- 
Parse and return theprivate keysfrom the PEM content ornullif there is no private key.
- 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
- getPrivateKeyPassword() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getProbability() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Sampling
- getProblemdetails() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- getProblemdetails() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getProcessorCache() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getProduce() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
- 
Returns the media types produced by an endpoint.
- getProducedMimeType() - Method in enum class 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 class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
- getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getProducer() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getProducerBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
- 
Returns the list of bootstrap servers used for producers.
- 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 ornullif the resource is not profile specific.
- getProfiles() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- getProjectId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- getPropagation() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties
- 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 theJpaProperties.
- 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() - 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() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
- getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Return the value of the specified key from the applicationEnvironment.
- getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
- 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) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- getProperty(String) - Method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- 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 theproperty source.
- getPropertyName() - Method in class org.springframework.boot.testcontainers.properties.BeforeTestcontainersPropertySuppliedEvent
- 
Return the name of the property about to be supplied.
- getPropertyNames() - Method in class org.springframework.boot.env.ConfigTreePropertySource
- getPropertyNames() - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- getPropertyNames() - Method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
- 
Return a mutable list of thePropertyResolverinstances that will be used to resolve placeholders.
- getPropertySource() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
- 
Return the property source that provided the data ornullIf the data was not from aPropertySource.
- 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 originPropertySource.
- 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.autoconfigure.ssl.PropertiesSslBundle
- getProtocol() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- getProtocol() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Return the protocol to use when establishing the connection.
- getProtocol() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the SSL protocol to use.
- getProtocol() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- getProtocols() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- 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() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- 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() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getPublicKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- getPublishedHistogramType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- 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
- 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 ornull.
- 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.autoconfigure.ssl.SslProperties.Bundles.Watch.File
- 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.graphite.GraphiteProperties
- getReactive() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- getReactive() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getReactive() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getReader() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- getReadiness() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- getReadinessState() - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
Return theReadinessStateof 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
- getReadTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- getReadTimeout() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
- 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, potentiallynull.
- getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Return the reason why the value is invalid.
- 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
- getRecording() - Method in class org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesProperties
- getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getRedirectUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getRedirectUris() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.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
- getRefreshTokenTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- 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 existingBootstrapRegistry.InstanceSupplierfor 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.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- getRegistration() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
- getRegistrationPolicy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- 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.web.exchanges.HttpExchange.Request
- 
Return the remote address that made the request.
- getRemoteAddress() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
- 
Returns the remote address from which the request was sent, if available.
- getRemoteFields() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- getRemoteip() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- 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 ornullif 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
- getReplyTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- getRepository() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data
- getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- 
TheRepositoryConfigurationExtensionfor the particular repository support.
- getRepositoryType() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- getRequest() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
- 
Returns the request that started the exchange.
- getRequest() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 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 customRequestMappingHandlerAdapterthat should be used and processed by the WebFlux configuration.
- getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- 
Return the customRequestMappingHandlerAdapterthat should be used and processed by the MVC configuration.
- getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
- 
Return the customRequestMappingHandlerMappingthat should be used and processed by the WebFlux configuration.
- getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- 
Return the customRequestMappingHandlerMappingthat 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 theRequestMatcherto be used for the specified pattern.
- getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- getRequestPredicate() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
- 
Returns the predicate for requests that can be handled by this operation.
- getRequests() - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Client
- getRequests() - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server
- getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- 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 aJsonNodefrom the tree.
- getResolvableType() - Method in class org.springframework.boot.availability.AvailabilityChangeEvent
- getResource() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
- 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 SpringResourcebeing loaded.
- 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.devtools.restart.classloader.RestartClassLoader
- getResource(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
- getResource(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
- getResource(EndpointMapping, WebOperation, WebOperationRequestPredicate, String, WebServerNamespace, JerseyRemainingPathSegmentProvider) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- getResourceAsStream(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
- getResourceAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- getResourceAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryProperties
- 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.web.exchanges.HttpExchange
- 
Returns the response that completed the exchange.
- getResponseUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- getRestclient() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- getRestTemplate() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
- 
Returns the underlyingRestTemplatethat 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
- getRetry() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getRetryLetterTopic() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- 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.context.properties.ConfigurationPropertiesReportEndpointProperties
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties
- 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
- 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(List<PathMapper>, EndpointId) - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
- 
Resolve the root path for the specifiedendpointIdfrom the given path mappers.
- getRootPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- 
Return the root path for the endpoint with the given ID ornullif the endpoint cannot be found.
- getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
- 
Resolve the root path for the specifiedendpointId.
- 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 byRestTemplateBuilder.rootUri(String)or""if the root URI has not been applied.
- getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
- getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 
Create aRouterFunctionthat 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.graphql.GraphQlProperties
- getRsocket() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
- getRunListener(SpringApplication) - Method in interface org.springframework.boot.SpringApplicationHook
- 
Return theSpringApplicationRunListenerthat should be hooked into the givenSpringApplication.
- getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
- getRunningService() - Method in class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionSource
- 
Return the running docker compose service.
- getRunningServices() - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
- 
Return the running services for the active profile, or an empty list if no services are running.
- getRunningServices() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
- 
Return the relevant docker compose services that are running.
- getRuntime() - Method in class org.springframework.boot.info.JavaInfo
- getSameSite() - Method in class org.springframework.boot.web.server.Cookie
- getSameSite(Cookie) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Get theCookie.SameSitevalues that should be used for the givenCookie.
- getSampling() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties
- 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.Jdbc
- getSchema() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- getSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- 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
- 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 theSchemaManagementfor the specifiedDataSource.
- getSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getSchemaType() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
- 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.
- getScopeName() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- getScopes() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- 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
- 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.wavefront.WavefrontProperties
- getSendTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- getSendTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getSentinel() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
- 
Redis sentinel configuration.
- getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getSeparator() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- getSeparator() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- getSeparator() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns the statement separator used in the schema and data scripts.
- 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.actuate.autoconfigure.observation.ObservationProperties.Http
- getServer() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
- getServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- 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 theRSocketServer.
- getServer() - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- getServer() - 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.
- getServer(RestClient.Builder) - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- getServer(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Returns a mutable collection of JettyJettyServerCustomizers that will be applied to theServerbefore it is created.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a mutable collection of JettyJettyServerCustomizers that will be applied to theServerbefore it is created.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Returns a mutable collection of theNettyServerCustomizers 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 ornullif no namespace has been set.
- getServerNamespace() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- getServerNamespace() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- getServerNamespace(ApplicationContext) - Static method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns the server namespace if the specified context is aWebServerApplicationContext.
- getServers() - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- getServers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- getServiceName() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- getServiceUrl() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- getServiceUrl() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- getServlet() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 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
- 
ReturnsServletContextInitializers that should be used with the embedded web server.
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Return a JettyConfigurationthat will invoke the specifiedServletContextInitializers.
- 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 theServletRegistrationBeanthat 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 aServletRegistrationBeanto map the dispatcher servlet.
- getSession() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
- 
Returns the session details.
- getSession() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- getSession() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- 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
- getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
- 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.SessionsDescriptor
- getSet(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- 
Get aSetvalue from the meta-data.
- getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- 
Get aSetvalue from the meta-data.
- getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- getSettings() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
- getSettings(DataSource, BatchProperties.Jdbc) - Static method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
- 
AdaptsSpring Batch JDBC propertiestoDatabaseInitializationSettingsreplacing any @@platform@@ placeholders.
- getSettings(DataSource, QuartzProperties) - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
- 
AdaptsQuartz propertiestoDatabaseInitializationSettingsreplacing 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
- getShardName() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- getSharedInstance() - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Return a shared default applicationConversionServiceinstance, lazily building it once needed.
- getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
- 
Return the abbreviated id of the commit ornull.
- 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
- getShowSummary() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getShowSummaryOutput() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getShowValues() - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
- getShowValues() - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
- getShowValues() - Method in class org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties
- 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 aRunnablethat can handle shutdown of this logging system when the JVM exits.
- getShutdownHandlers() - Static method in class org.springframework.boot.SpringApplication
- 
Return aSpringApplicationShutdownHandlersinstance 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
- getShutdownQuietPeriod() - Method in class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
- 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
- getSignRequest() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- getSimple() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
- getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
- getSimple() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getSimple() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getSinglelogout() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- getSinglelogout() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- getSinglesignon() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- 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
- getSizeParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getSkip() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- getSkipExecutingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getSlo() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
- getSlowIndicatorThreshold() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Logging
- getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getSniffer() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
- 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.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 theConfigurationPropertySourcethat provided the property ornullif the source is unknown.
- getSource() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
- getSource() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
- 
Access the source of the event (anRSocketServer).
- 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 (anWebServer).
- getSourceApplicationContext() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- 
Return the original sourceApplicationContext.
- getSourceApplicationContext(Class<T>) - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- 
Return the original sourceApplicationContext, 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 class org.springframework.boot.test.util.TestPropertyValues.Type
- getSourceDirectories() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
Return allSourceDirectoriesthat have been added to the collection.
- getSourceDirectory() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
- 
The source directory being watched.
- getSourceOrDefault() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- getSources() - Method in class org.springframework.boot.SpringApplication
- 
Returns a mutable set of the sources that will be added to an ApplicationContext whenSpringApplication.run(String...)is called.
- getSpanEndpoint() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConnectionDetails
- 
The endpoint for the span reporting.
- getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
- getSpec() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
- getSpringApplication() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
- 
Builds newSpringApplicationinstance.
- getSpringBootVersion() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupDescriptor
- getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the spring config locations for this system.
- 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
- getSqlplus() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- getSqlplusWarn() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- getSqlserver() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getSqlServerKerberosLoginFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- 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.cassandra.CassandraProperties
- getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
- getSsl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getSsl() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
- 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.mongo.MongoProperties
- 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
- getSslBundle() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return theSslBundlethat should be used with this server.
- getSslBundles() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return the configuredSslBundles.
- 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
- getStandalone() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
- 
Redis standalone configuration.
- 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
- getStart() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- getStartedLogMessage() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- 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 ornullif the context started without issue.
- getStartupStep() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
- 
Return theStartupStepinformation for this event.
- getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- getState() - Method in class org.springframework.boot.availability.AvailabilityChangeEvent
- 
Return the changed availability state.
- getState(Class<S>) - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
ReturnAvailabilityStateinformation for the application.
- getState(Class<S>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- getState(Class<S>, S) - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
ReturnAvailabilityStateinformation for the application.
- getState(Class<S>, S) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- 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
- getStateDir() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- getStateStoreCacheMaxSize() - 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 class 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.web.exchanges.HttpExchange.Response
- 
Return the status code of the response.
- getStatus() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpResponse
- 
The status of the response.
- getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The HTTP status value that this error page matches (ornullfor a page that matches by exception).
- getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- 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() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The HTTP status value that this error page matches.
- getStatusCode(Status) - Method in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
- 
Return the HTTP status code that corresponds to the givenhealth status.
- getStatusCode(Status) - Method in class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
- 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
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- getStop() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- getStoreDir() - Method in class org.springframework.boot.web.servlet.server.Session
- 
Return the directory used to store session data.
- getStores() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getStores() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Return theSslStoreBundlethat can be used to access this bundle's key and trust stores.
- getStores() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- 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
- getStreams() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getStreamsBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
- 
Returns the list of bootstrap servers used for Kafka Streams.
- getSubscription() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- getSubscriptionName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- getSubscriptionRolePrefix() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- 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 theLogLevelsthat are actually supported by the logging system.
- 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 theLoggingSystemPropertiesthat 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.Jdbc
- getTablespace() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- 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.docker.compose.core.ImageReference
- 
Return the tag from the reference ornull.
- getTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
- getTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
- 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.RunnableDescriptor
- 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
- getTcp() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness
- 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() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- 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 aThreadFactorythat 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 JettyThreadPoolthat should be used by theServer.
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a JettyThreadPoolthat should be used by theServer.
- 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 ornull.
- 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.StartupDescriptor
- getTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
- 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.docker.compose.lifecycle.DockerComposeProperties.Readiness
- getTimeout() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
- getTimeout() - Method in exception org.springframework.boot.docker.compose.lifecycle.ReadinessTimeoutException
- 
Return the timeout that was reached.
- 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.web.exchanges.HttpExchange
- 
Returns the instant that the exchange started.
- getTimestampFieldName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- getTimeTaken() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
- 
Returns the total time taken for the exchange.
- getTimeTaken() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
- 
Return the time taken for the application to be ready to service requests, ornullif unknown.
- getTimeTaken() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
- 
Return the time taken to start the application, ornullif 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
- getToken() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- getTokenEndpointAuthenticationSigningAlgorithm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- getTokenIntrospectionUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- getTokenRevocationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- 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 theTomcatConnectorCustomizers that will be applied to the TomcatConnector.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theTomcatConnectorCustomizers that will be applied to the TomcatConnector.
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theTomcatContextCustomizers that will be applied to the TomcatContext.
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theTomcatContextCustomizers that will be applied to the TomcatContext.
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theTomcatProtocolHandlerCustomizers that will be applied to the TomcatConnector.
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theTomcatProtocolHandlerCustomizers that will be applied to the TomcatConnector.
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Factory method called to create theTomcatWebServer.
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Factory method called to create theTomcatWebServer.
- getTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry
- getTopicName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- getTopics() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- getTopics() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- getTopicsMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- getTopicsPattern() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- getTraceDerivedCustomTagKeys() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
- 
Return thesession tracking modes.
- getTransacted() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
- getTransactionalLock() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
- getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- getTransport() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- getTrigger() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
- getTrigger() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescriptor
- getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzDescriptor
- getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
- getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
- getTrustCertificate() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the trust certificate authority chain in PEM format.
- getTrustCertificatePrivateKey() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the private key for the trust certificate in PEM format.
- getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
- getTrustedProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- getTrustManagerFactory() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theTrustManagerFactoryused to establish trust.
- getTrustManagers() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theTrustManagerinstances used to establish trust.
- getTruststore() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
- getTruststore() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getTrustStore() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- getTrustStore() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- getTrustStore() - Method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Return a trust store generated from the trust material ornull.
- getTrustStore() - Method in class org.springframework.boot.web.server.CertificateFileSslStoreProvider
- 
Deprecated.
- 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
- 
Deprecated.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.autoconfigure.tracing.TracingProperties.Propagation
- 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 thetypeof the operation.
- getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- getType() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
- 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 class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- getType() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- getType() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- 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 class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns theEmbeddedDatabaseTypefor 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
- getTypeMappings() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- getUnboundProperties() - Method in exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
- getUnconditionalClasses() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionsDescriptor
- 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 theUndertowServletWebServer.
- 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.wavefront.WavefrontProperties
- getUri() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
- 
Return the URI requested.
- getUri() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
- 
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 interface org.springframework.boot.autoconfigure.neo4j.Neo4jConnectionDetails
- 
Returns the URI of the Neo4j server.
- getUri() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
- 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 interface org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsConnectionDetails
- 
Address to where metrics will be published.
- getUrl() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
- getUrl() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingConnectionDetails
- 
Address to where tracing will be published.
- 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
- 
Deprecated.
- getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Return the configured url ornullif none was configured.
- getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getUrl() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- getUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- getUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- getUrl(String) - Method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the URL for the connection using the specifieddatabaseName.
- getUrl(String) - Method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the R2DBC URL for the connection using the specifieddatabaseName.
- getURL() - Method in class org.springframework.boot.origin.OriginTrackedResource
- 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 aServletRegistrationBeanto 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 class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the url prefixes of this driver.
- getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- 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).
- 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
- 
Deprecated.
- getUser() - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails
- 
Login user to authenticate to the broker.
- 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
- getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- getUsername() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- getUsername() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
- 
Login user to authenticate to the broker.
- getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- getUsername() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
- 
Login user of the server.
- getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getUsername() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
- 
Cluster username.
- getUsername() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- getUsername() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
- 
Login username of the redis server.
- getUsername() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
- 
Login username for authenticating with sentinel(s).
- getUsername() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getUsername() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- getUsername() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
- 
Username for authentication with Elasticsearch.
- getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- getUsername() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
- 
Username for the database ornullif no Flyway-specific configuration is required.
- getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Return the configured username ornullif none was configured.
- getUsername() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
- 
Username for the database.
- 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 interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
- 
Username for the database ornullif no Liquibase-specific configuration is required.
- 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
- 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
- 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 class 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 ornullif 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 returningnullotherwise.
- getValidSessionStoreDir() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 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 class 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 specifiedoptional:prefix).
- getValue() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return a supplier that provides the object value ornull.
- 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 benull.
- getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
- getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
- 
Return the tracked value.
- 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.
- 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.AssertingParty
- getVerifyHostname() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
- getVersion() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- getVersion() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the version of the project ornull.
- 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.JavaVendorInfo
- getVersion() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- getVersion() - Method in class org.springframework.boot.info.OsInfo
- getVersion() - Static method in class org.springframework.boot.SpringBootVersion
- 
Return the full version string of the present Spring Boot codebase.
- 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.mustache.MustacheProperties
- getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getVirtualHost() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
- 
Virtual host to use when connecting to the broker.
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- getVisibility() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getWait() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness
- getWalletLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
- 
Returns a warning if the check fails ornullif there are no problems.
- getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- getWatch() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- getWavefrontApiTokenType() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- 
Returns theWavefront token type.
- 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 JettyConfigurations 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.
- getWebApplicationType() - Method in exception org.springframework.boot.web.context.MissingWebServerFactoryBeanException
- 
Returns the type of web application for which aWebServerFactorybean was missing.
- getWebEnvironment(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
Return theSpringBootTest.WebEnvironmenttype for this test or null if undefined.
- getWebjarsPathPattern() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- getWebjarsPathPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getWebListenerClassNames() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns theWebServerthat was created by the context ornullif the server has not yet been created.
- getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
- 
Access theWebServer.
- getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Returns theWebServerthat was created by the context ornullif the server has not yet been created.
- getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Returns theWebServerthat was created by the context ornullif the server has not yet been created.
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
- 
Gets a new fully configured but pausedWebServerinstance.
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 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(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
- 
Gets a new fully configured but pausedWebServerinstance.
- getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Returns theServletWebServerFactorythat should be used to create the embeddedWebServer.
- getWebServerFactory(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- getWebServerFactoryBeanName() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- getWebsocket() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- 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 interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
- 
Returns the name of the XA DataSource class.
- getXaDataSourceClassName() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the XA driver source class name.
- 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
- 
AnInfoContributorthat exposesGitProperties.
- 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
- GRACEFUL - Enum constant in enum class org.springframework.boot.web.server.Shutdown
- 
TheWebServershould support graceful shutdown, allowing active requests time to complete.
- GracefulShutdownCallback - Interface in org.springframework.boot.web.server
- 
A callback for the result of a graceful shutdown request.
- GracefulShutdownResult - Enum Class in org.springframework.boot.web.server
- 
The result of a graceful shutdown request.
- graph() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
- Graphiql() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
- 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-configurationfor 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
- 
@ConfigurationPropertiesfor configuring Graphite metrics export.
- GraphiteProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- GraphQlAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql
- 
Auto-configurationfor creating a Spring GraphQL base infrastructure.
- GraphQlAutoConfiguration(ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
- GraphQlCorsProperties - Class in org.springframework.boot.autoconfigure.graphql
- 
Configuration properties for GraphQL endpoint's CORS support.
- GraphQlCorsProperties() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- GraphQlEndpointCorsConfiguration(GraphQlProperties, GraphQlCorsProperties) - Constructor for class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
- GraphQlEndpointCorsConfiguration(GraphQlProperties, GraphQlCorsProperties) - Constructor for class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration
- graphQlHttpHandler(WebGraphQlHandler) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
- graphQlHttpHandler(WebGraphQlHandler) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
- GraphQlObservationAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.observation.graphql
- 
Auto-configurationfor instrumentation of Spring GraphQL endpoints.
- GraphQlObservationAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.graphql.GraphQlObservationAutoConfiguration
- graphQlObservationInstrumentation(ObservationRegistry, ObjectProvider<ExecutionRequestObservationConvention>, ObjectProvider<DataFetcherObservationConvention>) - Method in class org.springframework.boot.actuate.autoconfigure.observation.graphql.GraphQlObservationAutoConfiguration
- GraphQlProperties - Class in org.springframework.boot.autoconfigure.graphql
- 
Propertiesfor Spring GraphQL.
- GraphQlProperties() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- GraphQlProperties.Graphiql - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Rsocket - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Schema - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Schema.Inspection - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Schema.Introspection - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Schema.Printer - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Websocket - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlQueryByExampleAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
- 
Auto-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Query By Example support and register them asDataFetchers for any queries with a matching return type.
- GraphQlQueryByExampleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlQueryByExampleAutoConfiguration
- GraphQlQuerydslAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
- 
Auto-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Querydsl support and register them asDataFetchers for any queries with a matching return type.
- GraphQlQuerydslAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlQuerydslAutoConfiguration
- GraphQlReactiveQueryByExampleAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
- 
Auto-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Query By Example support and register them asDataFetchers for any queries with a matching return type.
- GraphQlReactiveQueryByExampleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQueryByExampleAutoConfiguration
- GraphQlReactiveQuerydslAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
- 
Auto-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Querydsl support and register them asDataFetchers for any queries with a matching return type.
- GraphQlReactiveQuerydslAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoConfiguration
- graphQlRouterFunction(GraphQlHttpHandler, GraphQlSource, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
- graphQlRouterFunction(GraphQlHttpHandler, GraphQlSource, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
- GraphQlRSocketAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.rsocket
- 
Auto-configurationfor enabling Spring GraphQL over RSocket.
- GraphQlRSocketAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
- graphQlRSocketController(GraphQlRSocketHandler) - Method in class org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
- graphQlRSocketHandler(ExecutionGraphQlService, ObjectProvider<RSocketGraphQlInterceptor>, ObjectMapper) - Method in class org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
- graphQlSource(ResourcePatternResolver, GraphQlProperties, ObjectProvider<DataFetcherExceptionResolver>, ObjectProvider<SubscriptionExceptionResolver>, ObjectProvider<Instrumentation>, ObjectProvider<RuntimeWiringConfigurer>, ObjectProvider<GraphQlSourceBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
- GraphQlSourceBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.graphql
- 
Callback interface that can be implemented by beans wishing to customize properties ofBuilderwhilst retaining default auto-configuration.
- GraphQlTest - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql
- 
Annotation to perform GraphQL tests focusing on GraphQL request execution without a Web layer, and loading only a subset of the application configuration.
- graphQlTester(ExecutionGraphQlService, ObjectProvider<ObjectMapper>) - Method in class org.springframework.boot.test.autoconfigure.graphql.tester.GraphQlTesterAutoConfiguration
- GraphQlTesterAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.graphql.tester
- 
Auto-configuration forGraphQlTester.
- GraphQlTesterAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.graphql.tester.GraphQlTesterAutoConfiguration
- GraphQlTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.graphql
- GraphQlWebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
- 
Auto-configurationfor enabling Spring GraphQL over WebFlux.
- GraphQlWebFluxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
- GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
- GraphQlWebFluxAutoConfiguration.WebSocketConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
- GraphQlWebFluxSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.security
- 
Auto-configurationfor enabling Security support for Spring GraphQL with WebFlux.
- GraphQlWebFluxSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebFluxSecurityAutoConfiguration
- GraphQlWebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.servlet
- 
Auto-configurationfor enabling Spring GraphQL over Spring MVC.
- GraphQlWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
- GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration - Class in org.springframework.boot.autoconfigure.graphql.servlet
- GraphQlWebMvcAutoConfiguration.WebSocketConfiguration - Class in org.springframework.boot.autoconfigure.graphql.servlet
- GraphQlWebMvcSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.security
- 
Auto-configurationfor enabling Security support for Spring GraphQL with MVC.
- GraphQlWebMvcSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
- graphQlWebSocketEndpoint(GraphQlWebSocketHandler, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.WebSocketConfiguration
- graphQlWebSocketHandler(WebGraphQlHandler, GraphQlProperties, HttpMessageConverters) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
- graphQlWebSocketHandler(WebGraphQlHandler, GraphQlProperties, ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.WebSocketConfiguration
- graphQlWebSocketMapping(GraphQlWebSocketHandler, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
- GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- Gridfs() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
- 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
- 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
- 
TemplateAvailabilityProviderthat 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
- 
@ConfigurationPropertiesfor configuring Groovy templates.
- GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- GroovyWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
- Group() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- GroupLoggerLevelsDescriptor(LogLevel, List<String>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevelsDescriptor
- GroupNamesDescriptor(List<String>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNamesDescriptor
- gson(GsonBuilder) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
- GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
- 
Auto-configurationfor 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 theGsonthroughGsonBuilderretaining its default auto-configuration.
- GsonJsonParser - Class in org.springframework.boot.json
- 
Thin wrapper to adaptGsonto aJsonParser.
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
- GsonProperties - Class in org.springframework.boot.autoconfigure.gson
- 
Configuration properties to configureGson.
- 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 uninitializedGsonTesterinstance.
- GsonTester(Class<?>, ResolvableType, Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
- 
Create a newGsonTesterinstance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
SslStoreProvider