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 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 org.springframework.boot.actuate.endpoint.ApiVersion
 - 
Version 3 (supported by Spring Boot 2.2+).
 - validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 - 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
 - validateKeyAlias(KeyStore, String) - Static method in class org.springframework.boot.web.server.SslConfigurationValidator
 - 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
 - ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
 - 
A collection of
ObjectErrorscaused by bind validation failures. - validationEventListener(Validator) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 - VALIDATOR_BEAN_NAME - Static variable in annotation type 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 type org.springframework.boot.actuate.autoconfigure.health.ConditionalOnEnabledHealthIndicator
 - 
The name of the health indicator.
 - value() - Element in annotation type org.springframework.boot.actuate.autoconfigure.info.ConditionalOnEnabledInfoContributor
 - 
The name of the info contributor.
 - value() - Element in annotation type org.springframework.boot.actuate.autoconfigure.metrics.export.ConditionalOnEnabledMetricsExport
 - 
The name of the metrics exporter.
 - value() - Element in annotation type 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 type org.springframework.boot.actuate.autoconfigure.web.server.ConditionalOnManagementPort
 - 
The
ManagementPortTypeto match. - value() - Element in annotation type org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
 - 
The filter class to use.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.AutoConfiguration
 - 
Explicitly specify the name of the Spring bean definition associated with the
@AutoConfigurationclass. - value() - Element in annotation type org.springframework.boot.autoconfigure.AutoConfigureAfter
 - 
The auto-configure classes that should have already been applied.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.AutoConfigureBefore
 - 
The auto-configure classes that should have not yet been applied.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.AutoConfigureOrder
 - 
The order value.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
 - 
The class types of beans that should be checked.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnClass
 - 
The classes that must be present.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
 - 
The
cloud platformthat must be active. - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnExpression
 - 
The SpEL expression to evaluate.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnJava
 - 
The
JavaVersionto check for. - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnJndi
 - 
JNDI Locations, one of which must exist.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
 - 
The class types of beans that should be checked.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
 - 
The names of the classes that must not be present.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
 - 
Alias for
ConditionalOnProperty.name(). - value() - Element in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
 - 
The class type of bean that should be checked.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.domain.EntityScan
 - 
Alias for the
EntityScan.basePackages()attribute. - value() - Element in annotation type org.springframework.boot.autoconfigure.ImportAutoConfiguration
 - 
The auto-configuration classes that should be imported.
 - value() - Element in annotation type org.springframework.boot.autoconfigure.web.servlet.ConditionalOnMissingFilterBean
 - 
The filter bean type that must not be present.
 - value() - Element in annotation type org.springframework.boot.context.properties.bind.DefaultValue
 - 
The default value of the property.
 - value() - Element in annotation type org.springframework.boot.context.properties.bind.Name
 - 
The name of the property to use for binding.
 - value() - Element in annotation type org.springframework.boot.context.properties.ConfigurationProperties
 - 
The prefix of the properties that are valid to bind to this object.
 - value() - Element in annotation type org.springframework.boot.context.properties.ConfigurationPropertiesScan
 - 
Alias for the
ConfigurationPropertiesScan.basePackages()attribute. - value() - Element in annotation type org.springframework.boot.context.properties.EnableConfigurationProperties
 - 
Convenient way to quickly register
@ConfigurationPropertiesannotated beans with Spring. - value() - Element in annotation type org.springframework.boot.convert.DataSizeUnit
 - 
The
DataUnitto use if one is not specified. - value() - Element in annotation type org.springframework.boot.convert.Delimiter
 - 
The delimiter to use or
NONEif the entire contents should be treated as a single element. - value() - Element in annotation type org.springframework.boot.convert.DurationFormat
 - 
The duration format style.
 - value() - Element in annotation type org.springframework.boot.convert.DurationUnit
 - 
The duration unit to use if one is not specified.
 - value() - Element in annotation type org.springframework.boot.convert.PeriodFormat
 - 
The
Periodformat style. - value() - Element in annotation type org.springframework.boot.convert.PeriodUnit
 - 
The Period unit to use if one is not specified.
 - value() - Element in annotation type org.springframework.boot.groovy.DependencyManagementBom
 - 
One or more sets of colon-separated coordinates (
group:module:version) of a Maven bom that contains dependency management that will add to and override the default dependency management. - value() - Element in annotation type 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 type org.springframework.boot.test.autoconfigure.filter.TypeExcludeFilters
 - 
Specifies
TypeExcludeFilterclasses that should be applied to@SpringBootApplicationcomponent scanning. - value() - Element in annotation type org.springframework.boot.test.autoconfigure.properties.PropertyMapping
 - 
Defines the property mapping.
 - value() - Element in annotation type org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
 - 
The output directory to which generated snippets will be written.
 - value() - Element in annotation type org.springframework.boot.test.autoconfigure.web.client.RestClientTest
 - 
Specifies the components to test.
 - value() - Element in annotation type org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
 - 
Specifies the controllers to test.
 - value() - Element in annotation type org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
 - 
Specifies the controllers to test.
 - value() - Element in annotation type org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
 - 
Specifies the components to test.
 - value() - Element in annotation type org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
 - 
Specifies the endpoints to test.
 - value() - Element in annotation type org.springframework.boot.test.context.SpringBootTest
 - 
Alias for
SpringBootTest.properties(). - value() - Element in annotation type 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 type org.springframework.boot.test.context.TestConfiguration
 - 
Explicitly specify the name of the Spring bean definition associated with this Configuration class.
 - value() - Element in annotation type org.springframework.boot.test.mock.mockito.MockBean
 - 
The classes to mock.
 - value() - Element in annotation type org.springframework.boot.test.mock.mockito.MockBeans
 - 
Return the contained
@MockBeanannotations. - value() - Element in annotation type org.springframework.boot.test.mock.mockito.SpyBean
 - 
The classes to spy.
 - value() - Element in annotation type org.springframework.boot.test.mock.mockito.SpyBeans
 - 
Return the contained
@SpyBeanannotations. - value() - Element in annotation type org.springframework.boot.web.servlet.ServletComponentScan
 - 
Alias for the
ServletComponentScan.basePackages()attribute. - VALUE - Static variable in annotation type org.springframework.boot.context.properties.ConfigurationPropertiesBinding
 - 
Concrete value for the
@Qualifier. - VALUE_OBJECT - Enum constant in enum org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
 - 
Value object using constructor binding.
 - VALUE_SEPARATOR - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
 - 
Value separator for system property placeholders: ":".
 - 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 new
MeterValueinstance for the given double value. - valueOf(double) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary
 - 
Return a new
ServiceLevelObjectiveBoundaryinstance for the given double value. - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Show
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
 - 
Return a new
MeterValueinstance for the given String value. - valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelObjectiveBoundary
 - 
Return a new
ServiceLevelObjectiveBoundaryinstance for the given String value. - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.annotation.Selector.Match
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.ApiVersion
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.metrics.http.Outcome
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.http.Include
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColors.BitDepth
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.batch.BatchProperties.Isolation
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.data.RepositoryType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.availability.LivenessState
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.availability.ReadinessState
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.BootstrapRegistry.Scope
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.buildpack.platform.build.Cache.Format
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.buildpack.platform.build.PullPolicy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.cli.command.CommandException.Option
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.context.config.ConfigData.Option
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.context.config.ConfigDataNotFoundAction
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.context.properties.bind.Bindable.BindRestriction
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.convert.DurationStyle
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.convert.PeriodStyle
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.env.ConfigTreePropertySource.Option
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.jackson.JsonComponent.Scope
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.jdbc.SchemaManagement
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.rsocket.server.RSocketServer.Transport
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.sql.init.DatabaseInitializationMode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.system.JavaVersion
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.util.TestPropertyValues.Type
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.error.ErrorAttributeOptions.Include
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.server.Cookie.SameSite
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.server.GracefulShutdownResult
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.server.Shutdown
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.servlet.DispatcherType
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.servlet.server.Encoding.Type
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.springframework.boot.WebApplicationType
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Show
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.endpoint.annotation.Selector.Match
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.endpoint.ApiVersion
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.metrics.http.Outcome
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.actuate.trace.http.Include
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.ansi.AnsiColor
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.ansi.AnsiColors.BitDepth
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.batch.BatchProperties.Isolation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.data.RepositoryType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.availability.LivenessState
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.availability.ReadinessState
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.Banner.Mode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.BootstrapRegistry.Scope
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.buildpack.platform.build.Cache.Format
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.buildpack.platform.build.PullPolicy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.cli.command.CommandException.Option
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.context.config.ConfigData.Option
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.context.config.ConfigDataNotFoundAction
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.context.properties.bind.Bindable.BindRestriction
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.convert.DurationStyle
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.convert.PeriodStyle
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.env.ConfigTreePropertySource.Option
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.jackson.JsonComponent.Scope
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.jdbc.SchemaManagement
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.logging.LogLevel
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.rsocket.server.RSocketServer.Transport
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.sql.init.DatabaseInitializationMode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.system.JavaVersion
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.util.TestPropertyValues.Type
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.error.ErrorAttributeOptions.Include
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.server.Cookie.SameSite
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.server.GracefulShutdownResult
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.server.Shutdown
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.servlet.DispatcherType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.servlet.server.Encoding.Type
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.springframework.boot.WebApplicationType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - VALUES - Enum constant in enum org.springframework.boot.jackson.JsonComponent.Scope
 - 
A serializer/deserializer for regular value content.
 - Verification() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.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
 - VersionCommand - Class in org.springframework.boot.cli.command.core
 - 
Commandto display the 'version' number. - VersionCommand() - Constructor for class org.springframework.boot.cli.command.core.VersionCommand
 - View() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 - viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 - visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 - visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
 - visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
 - visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 - 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 new
Cachethat uses a volume with the provided name. - VOLUME - Enum constant in enum 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