Serialized Form
- 
Package org.springframework.boot- 
Class org.springframework.boot.BootstrapContextClosedEventclass BootstrapContextClosedEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
applicationContextConfigurableApplicationContext applicationContext 
 
- 
 
- 
- 
Class org.springframework.boot.ExitCodeEventclass ExitCodeEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
exitCodeint exitCode 
 
- 
 
- 
- 
Exception org.springframework.boot.SpringApplication.AbandonedRunExceptionclass AbandonedRunException extends RuntimeException implements Serializable- 
Serialized Fields- 
applicationContextConfigurableApplicationContext applicationContext 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.actuate.audit- 
Class org.springframework.boot.actuate.audit.AuditEventclass AuditEvent extends Object implements Serializable
 
- 
- 
Package org.springframework.boot.actuate.audit.listener- 
Class org.springframework.boot.actuate.audit.listener.AuditApplicationEventclass AuditApplicationEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
auditEventAuditEvent auditEvent 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.actuate.autoconfigure.cloudfoundry- 
Exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationExceptionclass CloudFoundryAuthorizationException extends RuntimeException implements Serializable- 
Serialized Fields- 
reasonCloudFoundryAuthorizationException.Reason reason 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.actuate.cache- 
Exception org.springframework.boot.actuate.cache.NonUniqueCacheExceptionclass NonUniqueCacheException extends RuntimeException implements Serializable- 
Serialized Fields- 
cacheManagerNamesCollection<String> cacheManagerNames 
- 
cacheNameString cacheName 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.actuate.endpoint- 
Exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestExceptionclass InvalidEndpointRequestException extends RuntimeException implements Serializable- 
Serialized Fields- 
reasonString reason 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.actuate.endpoint.invoke- 
Exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersExceptionclass MissingParametersException extends InvalidEndpointRequestException implements Serializable- 
Serialized Fields- 
missingParametersSet<OperationParameter> missingParameters 
 
- 
 
- 
- 
Exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingExceptionclass ParameterMappingException extends InvalidEndpointRequestException implements Serializable- 
Serialized Fields- 
parameterOperationParameter parameter 
- 
valueObject value 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.actuate.management
- 
Package org.springframework.boot.autoconfigure- 
Class org.springframework.boot.autoconfigure.AutoConfigurationImportEventclass AutoConfigurationImportEvent extends EventObject implements Serializable
 
- 
- 
Package org.springframework.boot.autoconfigure.batch- 
Class org.springframework.boot.autoconfigure.batch.JobExecutionEventclass JobExecutionEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
executionorg.springframework.batch.core.JobExecution execution 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.autoconfigure.jooq- 
Class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslatorclass JooqExceptionTranslator extends Object implements Serializable
 
- 
- 
Package org.springframework.boot.autoconfigure.service.connection- 
Exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundExceptionclass ConnectionDetailsFactoryNotFoundException extends RuntimeException implements Serializable
- 
Exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundExceptionclass ConnectionDetailsNotFoundException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.availability- 
Class org.springframework.boot.availability.AvailabilityChangeEventclass AvailabilityChangeEvent extends PayloadApplicationEvent<S extends AvailabilityState> implements Serializable
 
- 
- 
Package org.springframework.boot.builder- 
Class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEventclass ParentContextAvailableEvent extends ApplicationEvent implements Serializable
 
- 
- 
Package org.springframework.boot.context.config- 
Exception org.springframework.boot.context.config.ConfigDataExceptionclass ConfigDataException extends RuntimeException implements Serializable
- 
Exception org.springframework.boot.context.config.ConfigDataLocationNotFoundExceptionclass ConfigDataLocationNotFoundException extends ConfigDataNotFoundException implements Serializable- 
Serialized Fields- 
locationConfigDataLocation location 
 
- 
 
- 
- 
Exception org.springframework.boot.context.config.ConfigDataNotFoundExceptionclass ConfigDataNotFoundException extends ConfigDataException implements Serializable
- 
Exception org.springframework.boot.context.config.ConfigDataResourceNotFoundExceptionclass ConfigDataResourceNotFoundException extends ConfigDataNotFoundException implements Serializable- 
Serialized Fields- 
locationConfigDataLocation location 
- 
resourceConfigDataResource resource 
 
- 
 
- 
- 
Exception org.springframework.boot.context.config.InactiveConfigDataAccessExceptionclass InactiveConfigDataAccessException extends ConfigDataException implements Serializable- 
Serialized Fields- 
locationConfigDataResource location 
- 
originOrigin origin 
- 
propertyNameString propertyName 
- 
propertySourcePropertySource<?> propertySource 
 
- 
 
- 
- 
Exception org.springframework.boot.context.config.InvalidConfigDataPropertyExceptionclass InvalidConfigDataPropertyException extends ConfigDataException implements Serializable- 
Serialized Fields- 
locationConfigDataResource location 
- 
propertyConfigurationProperty property 
- 
replacementConfigurationPropertyName replacement 
 
- 
 
- 
- 
Exception org.springframework.boot.context.config.UnsupportedConfigDataLocationExceptionclass UnsupportedConfigDataLocationException extends ConfigDataException implements Serializable- 
Serialized Fields- 
locationConfigDataLocation location 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.context.event- 
Class org.springframework.boot.context.event.ApplicationContextInitializedEventclass ApplicationContextInitializedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextConfigurableApplicationContext context 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEventclass ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
bootstrapContextConfigurableBootstrapContext bootstrapContext 
- 
environmentConfigurableEnvironment environment 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationFailedEventclass ApplicationFailedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextConfigurableApplicationContext context 
- 
exceptionThrowable exception 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationPreparedEventclass ApplicationPreparedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextConfigurableApplicationContext context 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationReadyEventclass ApplicationReadyEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextConfigurableApplicationContext context 
- 
timeTakenDuration timeTaken 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationStartedEventclass ApplicationStartedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextConfigurableApplicationContext context 
- 
timeTakenDuration timeTaken 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationStartingEventclass ApplicationStartingEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
bootstrapContextConfigurableBootstrapContext bootstrapContext 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.SpringApplicationEventclass SpringApplicationEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
argsString[] args 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.context.properties- 
Exception org.springframework.boot.context.properties.ConfigurationPropertiesBindExceptionclass ConfigurationPropertiesBindException extends BeanCreationException implements Serializable- 
Serialized Fields- 
beanConfigurationPropertiesBean bean 
 
- 
 
- 
- 
Exception org.springframework.boot.context.properties.IncompatibleConfigurationExceptionclass IncompatibleConfigurationException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.context.properties.bind- 
Exception org.springframework.boot.context.properties.bind.BindExceptionclass BindException extends RuntimeException implements Serializable- 
Serialized Fields- 
nameConfigurationPropertyName name 
- 
propertyConfigurationProperty property 
- 
targetBindable<?> target 
 
- 
 
- 
- 
Exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesExceptionclass UnboundConfigurationPropertiesException extends RuntimeException implements Serializable- 
Serialized Fields- 
unboundPropertiesSet<ConfigurationProperty> unboundProperties 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.context.properties.bind.validation- 
Exception org.springframework.boot.context.properties.bind.validation.BindValidationExceptionclass BindValidationException extends RuntimeException implements Serializable- 
Serialized Fields- 
validationErrorsValidationErrors validationErrors 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.context.properties.source- 
Exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameExceptionclass InvalidConfigurationPropertyNameException extends RuntimeException implements Serializable- 
Serialized Fields- 
invalidCharactersList<Character> invalidCharacters 
- 
nameCharSequence name 
 
- 
 
- 
- 
Exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueExceptionclass InvalidConfigurationPropertyValueException extends RuntimeException implements Serializable
- 
Exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesExceptionclass MutuallyExclusiveConfigurationPropertiesException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.devtools.classpath- 
Class org.springframework.boot.devtools.classpath.ClassPathChangedEventclass ClassPathChangedEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
changeSetSet<ChangedFiles> changeSet 
- 
restartRequiredboolean restartRequired 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.devtools.restart.classloader- 
Class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileclass ClassLoaderFile extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contentsbyte[] contents 
- 
kindClassLoaderFile.Kind kind 
- 
lastModifiedlong lastModified 
 
- 
 
- 
Class org.springframework.boot.devtools.restart.classloader.ClassLoaderFilesclass ClassLoaderFiles extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
sourceDirectoriesMap<String, ClassLoaderFiles.SourceDirectory> sourceDirectories 
 
- 
 
- 
Class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectoryclass SourceDirectory extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
filesMap<String, ClassLoaderFile> files 
- 
nameString name 
 
- 
 
 
- 
- 
Package org.springframework.boot.docker.compose.core- 
Exception org.springframework.boot.docker.compose.core.DockerExceptionclass DockerException extends RuntimeException implements Serializable
- 
Exception org.springframework.boot.docker.compose.core.DockerNotRunningExceptionclass DockerNotRunningException extends DockerException implements Serializable- 
Serialized Fields- 
errorOutputString errorOutput 
 
- 
 
- 
- 
Exception org.springframework.boot.docker.compose.core.DockerOutputParseExceptionclass DockerOutputParseException extends DockerException implements Serializable
- 
Exception org.springframework.boot.docker.compose.core.DockerProcessStartExceptionclass DockerProcessStartException extends DockerException implements Serializable
 
- 
- 
Package org.springframework.boot.docker.compose.lifecycle- 
Class org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEventclass DockerComposeServicesReadyEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
runningServicesList<RunningService> runningServices 
 
- 
 
- 
- 
Exception org.springframework.boot.docker.compose.lifecycle.ReadinessTimeoutExceptionclass ReadinessTimeoutException extends RuntimeException implements Serializable- 
Serialized Fields- 
timeoutDuration timeout 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.jackson- 
Class org.springframework.boot.jackson.JsonComponentModuleclass JsonComponentModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable- 
Serialized Fields- 
beanFactoryBeanFactory beanFactory 
 
- 
 
- 
- 
Class org.springframework.boot.jackson.JsonMixinModuleclass JsonMixinModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
 
- 
- 
Package org.springframework.boot.jdbc- 
Exception org.springframework.boot.jdbc.UnsupportedDataSourcePropertyExceptionclass UnsupportedDataSourcePropertyException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.json- 
Exception org.springframework.boot.json.JsonParseExceptionclass JsonParseException extends IllegalArgumentException implements Serializable
 
- 
- 
Package org.springframework.boot.orm.jpa.hibernate- 
Class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategyclass SpringImplicitNamingStrategy extends org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl implements Serializable
- 
Class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatformclass SpringJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
transactionManagerJtaTransactionManager transactionManager 
 
- 
 
 
- 
- 
Package org.springframework.boot.rsocket.context- 
Class org.springframework.boot.rsocket.context.RSocketServerInitializedEventclass RSocketServerInitializedEvent extends ApplicationEvent implements Serializable
 
- 
- 
Package org.springframework.boot.rsocket.server- 
Exception org.springframework.boot.rsocket.server.RSocketServerExceptionclass RSocketServerException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.ssl- 
Exception org.springframework.boot.ssl.NoSuchSslBundleExceptionclass NoSuchSslBundleException extends RuntimeException implements Serializable- 
Serialized Fields- 
bundleNameString bundleName 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.test.context- 
Class org.springframework.boot.test.context.ReactiveWebMergedContextConfigurationclass ReactiveWebMergedContextConfiguration extends MergedContextConfiguration implements Serializable
 
- 
- 
Package org.springframework.boot.test.web.htmlunit- 
Class org.springframework.boot.test.web.htmlunit.LocalHostWebClientclass LocalHostWebClient extends com.gargoylesoftware.htmlunit.WebClient implements Serializable- 
Serialized Fields- 
environmentEnvironment environment 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.testcontainers.properties- 
Class org.springframework.boot.testcontainers.properties.BeforeTestcontainersPropertySuppliedEventclass BeforeTestcontainersPropertySuppliedEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
propertyNameString propertyName 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.validation.beanvalidation- 
Class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessorclass FilteredMethodValidationPostProcessor extends MethodValidationPostProcessor implements Serializable- 
Serialized Fields- 
excludeFiltersCollection<MethodValidationExcludeFilter> excludeFilters 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.web.context- 
Exception org.springframework.boot.web.context.MissingWebServerFactoryBeanExceptionclass MissingWebServerFactoryBeanException extends NoSuchBeanDefinitionException implements Serializable- 
Serialized Fields- 
webApplicationTypeWebApplicationType webApplicationType 
 
- 
 
- 
- 
Class org.springframework.boot.web.context.WebServerInitializedEventclass WebServerInitializedEvent extends ApplicationEvent implements Serializable
 
- 
- 
Package org.springframework.boot.web.embedded.tomcat- 
Exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedExceptionclass ConnectorStartFailedException extends WebServerException implements Serializable- 
Serialized Fields- 
portint port 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.web.reactive.context- 
Class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEventclass ReactiveWebServerInitializedEvent extends WebServerInitializedEvent implements Serializable- 
Serialized Fields- 
applicationContextReactiveWebServerApplicationContext applicationContext 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.web.server- 
Exception org.springframework.boot.web.server.PortInUseExceptionclass PortInUseException extends WebServerException implements Serializable- 
Serialized Fields- 
portint port 
 
- 
 
- 
- 
Exception org.springframework.boot.web.server.WebServerExceptionclass WebServerException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.web.servlet.context- 
Class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEventclass ServletWebServerInitializedEvent extends WebServerInitializedEvent implements Serializable- 
Serialized Fields- 
applicationContextServletWebServerApplicationContext applicationContext 
 
- 
 
- 
 
-