Serialized Form
- 
Package org.springframework.boot
- 
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
 
 - 
 
 - 
 
 - 
 - 
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.actuate.metrics.web.reactive.server
- 
Exception org.springframework.boot.actuate.metrics.web.reactive.server.CancelledServerWebExchangeException
class CancelledServerWebExchangeException extends RuntimeException implements Serializable 
 - 
 - 
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 org.jooq.impl.DefaultExecuteListener implements Serializable 
 - 
 - 
Package org.springframework.boot.autoconfigure.session
- 
Exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
class NonUniqueSessionRepositoryException 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.buildpack.platform.build
- 
Exception org.springframework.boot.buildpack.platform.build.BuilderException
class BuilderException extends RuntimeException implements Serializable- 
Serialized Fields
- 
operation
String operation
 - 
statusCode
int statusCode
 
 - 
 
 - 
 
 - 
 - 
Package org.springframework.boot.buildpack.platform.docker.transport
- 
Exception org.springframework.boot.buildpack.platform.docker.transport.DockerConnectionException
class DockerConnectionException extends RuntimeException implements Serializable - 
Exception org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
class DockerEngineException extends RuntimeException implements Serializable 
 - 
 - 
Package org.springframework.boot.cli.command
- 
Exception org.springframework.boot.cli.command.CommandException
class CommandException extends RuntimeException implements Serializable- serialVersionUID:
 - 0L
 
- 
Serialized Fields
- 
options
EnumSet<CommandException.Option> options
 
 - 
 
 - 
Exception org.springframework.boot.cli.command.NoHelpCommandArgumentsException
class NoHelpCommandArgumentsException extends CommandException implements Serializable- serialVersionUID:
 - 1L
 
 - 
Exception org.springframework.boot.cli.command.NoSuchCommandException
class NoSuchCommandException extends CommandException implements Serializable- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.springframework.boot.cli.command.init
- 
Exception org.springframework.boot.cli.command.init.ReportableException
class ReportableException extends RuntimeException implements Serializable 
 - 
 - 
Package org.springframework.boot.cli.command.shell
- 
Exception org.springframework.boot.cli.command.shell.ShellExitException
class ShellExitException extends CommandException implements Serializable- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.springframework.boot.cli.compiler.grape
- 
Exception org.springframework.boot.cli.compiler.grape.DependencyResolutionFailedException
class DependencyResolutionFailedException extends RuntimeException 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.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- 
Serialized Fields
- 
basePackages
Collection<String> basePackages
 - 
context
ApplicationContext context
 
 - 
 
 - 
 
 - 
 - 
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.loader.tools
- 
Exception org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
class NullAdditionalPropertyValueException 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.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.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
 
 - 
 
 - 
 
 -