Serialized Form
-
Package org.springframework.boot
-
Exception org.springframework.boot.AotInitializerNotFoundException
class AotInitializerNotFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
mainClass
Class<?> mainClass
-
-
-
Class org.springframework.boot.BootstrapContextClosedEvent
class BootstrapContextClosedEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
applicationContext
ConfigurableApplicationContext applicationContext
-
-
-
Class org.springframework.boot.ExitCodeEvent
class ExitCodeEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Exception org.springframework.boot.SpringApplication.AbandonedRunException
class AbandonedRunException extends RuntimeException implements Serializable-
Serialized Fields
-
applicationContext
ConfigurableApplicationContext applicationContext
-
-
-
-
Package org.springframework.boot.actuate.audit
-
Class org.springframework.boot.actuate.audit.AuditEvent
class AuditEvent extends Object implements Serializable
-
-
Package org.springframework.boot.actuate.audit.listener
-
Class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
class AuditApplicationEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
auditEvent
AuditEvent auditEvent
-
-
-
-
Package org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
Exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
class CloudFoundryAuthorizationException extends RuntimeException implements Serializable-
Serialized Fields
-
reason
CloudFoundryAuthorizationException.Reason reason
-
-
-
-
Package org.springframework.boot.actuate.cache
-
Exception org.springframework.boot.actuate.cache.NonUniqueCacheException
class NonUniqueCacheException extends RuntimeException implements Serializable-
Serialized Fields
-
cacheManagerNames
Collection<String> cacheManagerNames
-
cacheName
String cacheName
-
-
-
-
Package org.springframework.boot.actuate.endpoint
-
Exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
class InvalidEndpointRequestException extends RuntimeException implements Serializable-
Serialized Fields
-
reason
String reason
-
-
-
-
Package org.springframework.boot.actuate.endpoint.invoke
-
Exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
class MissingParametersException extends InvalidEndpointRequestException implements Serializable-
Serialized Fields
-
missingParameters
Set<OperationParameter> missingParameters
-
-
-
Exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
class ParameterMappingException extends InvalidEndpointRequestException implements Serializable-
Serialized Fields
-
parameter
OperationParameter parameter
-
value
Object value
-
-
-
-
Package org.springframework.boot.actuate.management
-
Package org.springframework.boot.autoconfigure
-
Class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
class AutoConfigurationImportEvent extends EventObject implements Serializable
-
-
Package org.springframework.boot.autoconfigure.batch
-
Class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
class JobExecutionEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
execution
org.springframework.batch.core.JobExecution execution
-
-
-
-
Package org.springframework.boot.autoconfigure.jooq
-
Class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
class JooqExceptionTranslator extends Object implements Serializable
-
-
Package org.springframework.boot.autoconfigure.service.connection
-
Exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
class ConnectionDetailsFactoryNotFoundException extends RuntimeException implements Serializable -
Exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
class ConnectionDetailsNotFoundException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.availability
-
Class org.springframework.boot.availability.AvailabilityChangeEvent
class AvailabilityChangeEvent extends PayloadApplicationEvent<S extends AvailabilityState> implements Serializable
-
-
Package org.springframework.boot.builder
-
Class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
class ParentContextAvailableEvent extends ApplicationEvent implements Serializable
-
-
Package org.springframework.boot.context.config
-
Exception org.springframework.boot.context.config.ConfigDataException
class ConfigDataException extends RuntimeException implements Serializable -
Exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
class ConfigDataLocationNotFoundException extends ConfigDataNotFoundException implements Serializable-
Serialized Fields
-
location
ConfigDataLocation location
-
-
-
Exception org.springframework.boot.context.config.ConfigDataNotFoundException
class ConfigDataNotFoundException extends ConfigDataException implements Serializable -
Exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
class ConfigDataResourceNotFoundException extends ConfigDataNotFoundException implements Serializable-
Serialized Fields
-
location
ConfigDataLocation location
-
resource
ConfigDataResource resource
-
-
-
Exception org.springframework.boot.context.config.InactiveConfigDataAccessException
class InactiveConfigDataAccessException extends ConfigDataException implements Serializable-
Serialized Fields
-
location
ConfigDataResource location
-
origin
Origin origin
-
propertyName
String propertyName
-
propertySource
PropertySource<?> propertySource
-
-
-
Exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
class InvalidConfigDataPropertyException extends ConfigDataException implements Serializable-
Serialized Fields
-
location
ConfigDataResource location
-
property
ConfigurationProperty property
-
replacement
ConfigurationPropertyName replacement
-
-
-
Exception org.springframework.boot.context.config.UnsupportedConfigDataLocationException
class UnsupportedConfigDataLocationException extends ConfigDataException implements Serializable-
Serialized Fields
-
location
ConfigDataLocation location
-
-
-
-
Package org.springframework.boot.context.event
-
Class org.springframework.boot.context.event.ApplicationContextInitializedEvent
class ApplicationContextInitializedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
ConfigurableApplicationContext context
-
-
-
Class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
class ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
bootstrapContext
ConfigurableBootstrapContext bootstrapContext
-
environment
ConfigurableEnvironment environment
-
-
-
Class org.springframework.boot.context.event.ApplicationFailedEvent
class ApplicationFailedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
ConfigurableApplicationContext context
-
exception
Throwable exception
-
-
-
Class org.springframework.boot.context.event.ApplicationPreparedEvent
class ApplicationPreparedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
ConfigurableApplicationContext context
-
-
-
Class org.springframework.boot.context.event.ApplicationReadyEvent
class ApplicationReadyEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
ConfigurableApplicationContext context
-
timeTaken
Duration timeTaken
-
-
-
Class org.springframework.boot.context.event.ApplicationStartedEvent
class ApplicationStartedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
ConfigurableApplicationContext context
-
timeTaken
Duration timeTaken
-
-
-
Class org.springframework.boot.context.event.ApplicationStartingEvent
class ApplicationStartingEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
bootstrapContext
ConfigurableBootstrapContext bootstrapContext
-
-
-
Class org.springframework.boot.context.event.SpringApplicationEvent
class SpringApplicationEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
args
String[] args
-
-
-
-
Package org.springframework.boot.context.properties
-
Exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
class ConfigurationPropertiesBindException extends BeanCreationException implements Serializable-
Serialized Fields
-
bean
ConfigurationPropertiesBean bean
-
-
-
Exception org.springframework.boot.context.properties.IncompatibleConfigurationException
class IncompatibleConfigurationException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.context.properties.bind
-
Exception org.springframework.boot.context.properties.bind.BindException
class BindException extends RuntimeException implements Serializable-
Serialized Fields
-
name
ConfigurationPropertyName name
-
property
ConfigurationProperty property
-
target
Bindable<?> target
-
-
-
Exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
class UnboundConfigurationPropertiesException extends RuntimeException implements Serializable-
Serialized Fields
-
unboundProperties
Set<ConfigurationProperty> unboundProperties
-
-
-
-
Package org.springframework.boot.context.properties.bind.validation
-
Exception org.springframework.boot.context.properties.bind.validation.BindValidationException
class BindValidationException extends RuntimeException implements Serializable-
Serialized Fields
-
validationErrors
ValidationErrors validationErrors
-
-
-
-
Package org.springframework.boot.context.properties.source
-
Exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
class InvalidConfigurationPropertyNameException extends RuntimeException implements Serializable-
Serialized Fields
-
invalidCharacters
List<Character> invalidCharacters
-
name
CharSequence name
-
-
-
Exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
class InvalidConfigurationPropertyValueException extends RuntimeException implements Serializable -
Exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
class MutuallyExclusiveConfigurationPropertiesException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.devtools.classpath
-
Class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
class ClassPathChangedEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
changeSet
Set<ChangedFiles> changeSet
-
restartRequired
boolean restartRequired
-
-
-
-
Package org.springframework.boot.devtools.restart.classloader
-
Class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
class ClassLoaderFile extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contents
byte[] contents
-
kind
ClassLoaderFile.Kind kind
-
lastModified
long lastModified
-
-
Class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
class ClassLoaderFiles extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sourceDirectories
Map<String,
ClassLoaderFiles.SourceDirectory> sourceDirectories
-
-
Class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
class SourceDirectory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
files
Map<String,
ClassLoaderFile> files -
name
String name
-
-
-
Package org.springframework.boot.docker.compose.core
-
Exception org.springframework.boot.docker.compose.core.DockerException
class DockerException extends RuntimeException implements Serializable -
Exception org.springframework.boot.docker.compose.core.DockerNotRunningException
class DockerNotRunningException extends DockerException implements Serializable-
Serialized Fields
-
errorOutput
String errorOutput
-
-
-
Exception org.springframework.boot.docker.compose.core.DockerOutputParseException
class DockerOutputParseException extends DockerException implements Serializable -
Exception org.springframework.boot.docker.compose.core.DockerProcessStartException
class DockerProcessStartException extends DockerException implements Serializable
-
-
Package org.springframework.boot.docker.compose.lifecycle
-
Class org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
class DockerComposeServicesReadyEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
runningServices
List<RunningService> runningServices
-
-
-
Exception org.springframework.boot.docker.compose.lifecycle.ReadinessTimeoutException
class ReadinessTimeoutException extends RuntimeException implements Serializable-
Serialized Fields
-
timeout
Duration timeout
-
-
-
-
Package org.springframework.boot.jackson
-
Class org.springframework.boot.jackson.JsonComponentModule
class JsonComponentModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable-
Serialized Fields
-
beanFactory
BeanFactory beanFactory
-
-
-
Class org.springframework.boot.jackson.JsonMixinModule
class JsonMixinModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.boot.jdbc
-
Exception org.springframework.boot.jdbc.UnsupportedDataSourcePropertyException
class UnsupportedDataSourcePropertyException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.json
-
Exception org.springframework.boot.json.JsonParseException
class JsonParseException extends IllegalArgumentException implements Serializable
-
-
Package org.springframework.boot.orm.jpa.hibernate
-
Class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
class SpringImplicitNamingStrategy extends org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
class SpringJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
transactionManager
JtaTransactionManager transactionManager
-
-
-
Package org.springframework.boot.rsocket.context
-
Class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
class RSocketServerInitializedEvent extends ApplicationEvent implements Serializable
-
-
Package org.springframework.boot.rsocket.server
-
Exception org.springframework.boot.rsocket.server.RSocketServerException
class RSocketServerException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.ssl
-
Exception org.springframework.boot.ssl.NoSuchSslBundleException
class NoSuchSslBundleException extends RuntimeException implements Serializable-
Serialized Fields
-
bundleName
String bundleName
-
-
-
-
Package org.springframework.boot.test.context
-
Class org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
class ReactiveWebMergedContextConfiguration extends MergedContextConfiguration implements Serializable
-
-
Package org.springframework.boot.test.web.htmlunit
-
Class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
class LocalHostWebClient extends com.gargoylesoftware.htmlunit.WebClient implements Serializable-
Serialized Fields
-
environment
Environment environment
-
-
-
-
Package org.springframework.boot.testcontainers.lifecycle
-
Class org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
class BeforeTestcontainerUsedEvent extends ApplicationEvent implements Serializable
-
-
Package org.springframework.boot.testcontainers.properties
-
Class org.springframework.boot.testcontainers.properties.BeforeTestcontainersPropertySuppliedEvent
class BeforeTestcontainersPropertySuppliedEvent extends BeforeTestcontainerUsedEvent implements Serializable-
Serialized Fields
-
propertyName
String propertyName
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package org.springframework.boot.validation.beanvalidation
-
Class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
class FilteredMethodValidationPostProcessor extends MethodValidationPostProcessor implements Serializable-
Serialized Fields
-
excludeFilters
Collection<MethodValidationExcludeFilter> excludeFilters
-
-
-
-
Package org.springframework.boot.web.context
-
Exception org.springframework.boot.web.context.MissingWebServerFactoryBeanException
class MissingWebServerFactoryBeanException extends NoSuchBeanDefinitionException implements Serializable-
Serialized Fields
-
webApplicationType
WebApplicationType webApplicationType
-
-
-
Class org.springframework.boot.web.context.WebServerInitializedEvent
class WebServerInitializedEvent extends ApplicationEvent implements Serializable
-
-
Package org.springframework.boot.web.embedded.tomcat
-
Exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
class ConnectorStartFailedException extends WebServerException implements Serializable-
Serialized Fields
-
port
int port
-
-
-
-
Package org.springframework.boot.web.reactive.context
-
Class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
class ReactiveWebServerInitializedEvent extends WebServerInitializedEvent implements Serializable-
Serialized Fields
-
applicationContext
ReactiveWebServerApplicationContext applicationContext
-
-
-
-
Package org.springframework.boot.web.server
-
Exception org.springframework.boot.web.server.PortInUseException
class PortInUseException extends WebServerException implements Serializable-
Serialized Fields
-
port
int port
-
-
-
Exception org.springframework.boot.web.server.WebServerException
class WebServerException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.web.servlet.context
-
Class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
class ServletWebServerInitializedEvent extends WebServerInitializedEvent implements Serializable-
Serialized Fields
-
applicationContext
ServletWebServerApplicationContext applicationContext
-
-
-