Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- V1() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
- V2 - Enum constant in enum class org.springframework.boot.actuate.endpoint.ApiVersion
- 
Version 2 (supported by Spring Boot 2.0+).
- V2() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- V3 - Enum constant in enum class org.springframework.boot.actuate.endpoint.ApiVersion
- 
Version 3 (supported by Spring Boot 2.2+).
- VALID - Enum constant in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
The certificate is valid.
- validate() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- validate(Object, Errors, Object...) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
- validateRequest(ClientHttpRequest) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
- Validation() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
- ValidationAutoConfiguration - Class in org.springframework.boot.autoconfigure.validation
- 
Auto-configurationto configure the validation infrastructure.
- ValidationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
- ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
- 
BindHandlerto applyValidatorsto bound results.
- ValidationBindHandler(BindHandler, Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- ValidationBindHandler(Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- ValidationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
- ValidationConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.validation
- 
Callback interface that can be used to customizeConfiguration.
- ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
- 
A collection ofObjectErrorscaused by bind validation failures.
- validationEventListener(Validator) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
- VALIDATOR_BEAN_NAME - Static variable in annotation interface org.springframework.boot.context.properties.EnableConfigurationProperties
- 
The bean name of the configuration properties validator.
- ValidatorAdapter - Class in org.springframework.boot.autoconfigure.validation
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnAvailableEndpoint
- 
Alias forConditionalOnAvailableEndpoint.endpoint().
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.health.ConditionalOnEnabledHealthIndicator
- 
The name of the health indicator.
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.info.ConditionalOnEnabledInfoContributor
- 
The name of the info contributor.
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.logging.ConditionalOnEnabledLoggingExport
- 
Name of the logging exporter.
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.metrics.export.ConditionalOnEnabledMetricsExport
- 
The name of the metrics exporter.
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.tracing.ConditionalOnEnabledTracing
- 
Name of the tracing exporter.
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
- 
Specifies the type of management context that is required for this configuration to be applied.
- value() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.web.server.ConditionalOnManagementPort
- 
TheManagementPortTypeto match.
- value() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
- 
The filter class to use.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
- 
Explicitly specify the name of the Spring bean definition associated with the@AutoConfigurationclass.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
- 
The auto-configuration classes that should have already been applied.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
- 
The auto-configuration classes that should have not yet been applied.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureOrder
- 
The order value.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
- 
The class types of beans that should be checked.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnClass
- 
The classes that must be present.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
- 
Thecloud platformthat must be active.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnExpression
- 
The SpEL expression to evaluate.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJava
- 
TheJavaVersionto check for.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJndi
- 
JNDI Locations, one of which must exist.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- 
The class types of beans that should be checked.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
- 
The names of the classes that must not be present.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
- 
Alias forConditionalOnProperty.name().
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
- 
The class type of bean that should be checked.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnThreading
- 
Thethreadingthat must be active.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.domain.EntityScan
- 
Alias for theEntityScan.basePackages()attribute.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
- 
The auto-configuration classes that should be imported.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.web.servlet.ConditionalOnMissingFilterBean
- 
The filter bean type that must not be present.
- value() - Element in annotation interface org.springframework.boot.context.properties.bind.DefaultValue
- 
The default value of the property.
- value() - Element in annotation interface org.springframework.boot.context.properties.bind.Name
- 
The name of the property to use for binding.
- value() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- 
The prefix of the properties that are valid to bind to this object.
- value() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesScan
- 
Alias for theConfigurationPropertiesScan.basePackages()attribute.
- value() - Element in annotation interface org.springframework.boot.context.properties.EnableConfigurationProperties
- 
Convenient way to quickly register@ConfigurationPropertiesannotated beans with Spring.
- value() - Element in annotation interface org.springframework.boot.convert.DataSizeUnit
- 
TheDataUnitto use if one is not specified.
- value() - Element in annotation interface org.springframework.boot.convert.Delimiter
- 
The delimiter to use orNONEif the entire contents should be treated as a single element.
- value() - Element in annotation interface org.springframework.boot.convert.DurationFormat
- 
The duration format style.
- value() - Element in annotation interface org.springframework.boot.convert.DurationUnit
- 
The duration unit to use if one is not specified.
- value() - Element in annotation interface org.springframework.boot.convert.PeriodFormat
- 
ThePeriodformat style.
- value() - Element in annotation interface org.springframework.boot.convert.PeriodUnit
- 
The Period unit to use if one is not specified.
- value() - Element in annotation interface org.springframework.boot.jackson.JsonComponent
- 
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.boot.jackson.JsonMixin
- 
Alias for theJsonMixin.type()attribute.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.filter.TypeExcludeFilters
- 
SpecifiesTypeExcludeFilterclasses that should be applied to@SpringBootApplicationcomponent scanning.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
- 
Specifies the controllers to test.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.properties.PropertyMapping
- 
Defines the property mapping.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
- 
The output directory to which generated snippets will be written.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
- 
Specifies the components to test.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
- 
Specifies the controllers to test.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
- 
Specifies the controllers to test.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
- 
Specifies the components to test.
- value() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
- 
Specifies the endpoints to test.
- value() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
- 
Alias forSpringBootTest.properties().
- value() - Element in annotation interface org.springframework.boot.test.context.TestComponent
- 
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an auto-detected component.
- value() - Element in annotation interface org.springframework.boot.test.context.TestConfiguration
- 
Explicitly specify the name of the Spring bean definition associated with this Configuration class.
- value() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
- 
Deprecated.The classes to mock.
- value() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBeans
- 
Deprecated.Return the contained@MockBeanannotations.
- value() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
- 
Deprecated.The classes to spy.
- value() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBeans
- 
Deprecated.Return the contained@SpyBeanannotations.
- value() - Element in annotation interface org.springframework.boot.testcontainers.context.ImportTestcontainers
- 
The declaration classes to import.
- value() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.ServiceConnection
- 
The name of the service being connected to.
- value() - Element in annotation interface org.springframework.boot.web.servlet.ServletComponentScan
- 
Alias for theServletComponentScan.basePackages()attribute.
- VALUE - Static variable in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesBinding
- 
Concrete value for the@Qualifier.
- VALUE_OBJECT - Enum constant in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Value object using constructor binding.
- valueAt(Object, String, Class<T>) - Static method in class org.springframework.boot.buildpack.platform.json.MappedObject
- valueAt(String, Class<T>) - Method in class org.springframework.boot.buildpack.platform.json.MappedObject
- 
Get the value at the given JSON path expression as a specific type.
- valueOf(double) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
- 
Return a newMeterValueinstance for the given double value.
- valueOf(double) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary
- 
Return a newServiceLevelObjectiveBoundaryinstance for the given double value.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.logging.otlp.Transport
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.HistogramFlavor
- 
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
- 
Return a newMeterValueinstance for the given String value.
- valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary
- 
Return a newServiceLevelObjectiveBoundaryinstance for the given String value.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties.Compression
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.otlp.Transport
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties.Encoding
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.Access
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.ApiVersion
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.OperationType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.Show
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusOutputFormat
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
- 
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.http.Outcome
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiBackground
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiColor
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiStyle
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.data.RepositoryType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Factory
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.thread.Threading
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.Format
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.availability.LivenessState
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.availability.ReadinessState
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.Banner.Mode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.BootstrapRegistry.Scope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.buildpack.platform.build.Cache.Format
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.buildpack.platform.build.PullPolicy
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.buildpack.platform.io.TarArchive.Compression
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.bind.Bindable.BindRestriction
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.devtools.restart.FailureHandler.Outcome
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start.Skip
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.docker.compose.lifecycle.StartCommand
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.docker.compose.lifecycle.StopCommand
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jdbc.SchemaManagement
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.loader.tools.LoaderImplementation
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.loader.zip.ZipContent.Kind
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.LogLevel
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.system.JavaVersion
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.context.SpringBootTest.UseMainMethod
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
- 
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.util.TestPropertyValues.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.Shutdown
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.servlet.server.Encoding.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.WebApplicationType
- 
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.logging.otlp.Transport
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.HistogramFlavor
- 
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties.Compression
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.otlp.Transport
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties.Encoding
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.endpoint.Access
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.endpoint.ApiVersion
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.endpoint.OperationType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.endpoint.Show
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusOutputFormat
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
- 
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.metrics.http.Outcome
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiBackground
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiColor
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiStyle
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.data.RepositoryType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Factory
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.thread.Threading
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.Format
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.availability.LivenessState
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.availability.ReadinessState
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.Banner.Mode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.BootstrapRegistry.Scope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.buildpack.platform.build.Cache.Format
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.buildpack.platform.build.PullPolicy
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.buildpack.platform.io.TarArchive.Compression
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.bind.Bindable.BindRestriction
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.devtools.restart.FailureHandler.Outcome
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start.Skip
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.docker.compose.lifecycle.StartCommand
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.docker.compose.lifecycle.StopCommand
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jdbc.SchemaManagement
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.loader.tools.LoaderImplementation
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.loader.zip.ZipContent.Kind
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.LogLevel
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.system.JavaVersion
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.context.SpringBootTest.UseMainMethod
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
- 
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.util.TestPropertyValues.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.Shutdown
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.servlet.server.Encoding.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.WebApplicationType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Enum constant in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
A serializer/deserializer for regular value content.
- VERBOSE - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
- 
Show a verbose summary.
- Verification() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
- verify() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
- verify(Duration) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
- verifyConfiguration(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- version() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns the value of theversionrecord component.
- version() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
- 
Returns the value of theversionrecord component.
- versionedStream() - Method in class org.springframework.boot.loader.jar.NestedJarFile
- VictoriaMetrics - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.HistogramFlavor
- 
Deprecated.
- View() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
- viewNameTranslator() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- VIRTUAL - Enum constant in enum class org.springframework.boot.autoconfigure.thread.Threading
- 
Virtual threads.
- virtualThreads(Boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set whether to use virtual threads.
- virtualThreads(Boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set whether to use virtual threads.
- volume() - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi
- volume(String) - Static method in class org.springframework.boot.buildpack.platform.build.Cache
- 
Create a newCachethat uses a volume with the provided name.
- volume(VolumeName) - Static method in class org.springframework.boot.buildpack.platform.build.Cache
- 
Create a newCachethat uses a volume with the provided name.
- VOLUME - Enum constant in enum class org.springframework.boot.buildpack.platform.build.Cache.Format
- 
A cache stored as a volume in the Docker daemon.
- VolumeName - Class in org.springframework.boot.buildpack.platform.docker.type
- 
A Docker volume name.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form