Serialized Form
- 
Package org.springframework.boot- 
Exception Class org.springframework.boot.AotInitializerNotFoundExceptionclass AotInitializerNotFoundException extends RuntimeException implements Serializable- 
Serialized Fields- 
mainClassClass<?> mainClass 
 
- 
 
- 
- 
Class org.springframework.boot.BootstrapContextClosedEventclass BootstrapContextClosedEvent extends org.springframework.context.ApplicationEvent implements Serializable- 
Serialized Fields- 
applicationContextorg.springframework.context.ConfigurableApplicationContext applicationContext 
 
- 
 
- 
- 
Class org.springframework.boot.ExitCodeEventclass ExitCodeEvent extends org.springframework.context.ApplicationEvent implements Serializable- 
Serialized Fields- 
exitCodeint exitCode 
 
- 
 
- 
- 
Exception Class org.springframework.boot.SpringApplication.AbandonedRunExceptionclass AbandonedRunException extends RuntimeException implements Serializable- 
Serialized Fields- 
applicationContext@Nullable org.springframework.context.ConfigurableApplicationContext applicationContext 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.availability- 
Class org.springframework.boot.availability.AvailabilityChangeEventclass AvailabilityChangeEvent extends org.springframework.context.PayloadApplicationEvent<S extends AvailabilityState> implements Serializable
 
- 
- 
Package org.springframework.boot.builder- 
Class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEventclass ParentContextAvailableEvent extends org.springframework.context.ApplicationEvent implements Serializable
 
- 
- 
Package org.springframework.boot.context.config- 
Exception Class org.springframework.boot.context.config.ConfigDataExceptionclass ConfigDataException extends RuntimeException implements Serializable
- 
Exception Class org.springframework.boot.context.config.ConfigDataLocationNotFoundExceptionclass ConfigDataLocationNotFoundException extends ConfigDataNotFoundException implements Serializable- 
Serialized Fields- 
locationConfigDataLocation location 
 
- 
 
- 
- 
Exception Class org.springframework.boot.context.config.ConfigDataNotFoundExceptionclass ConfigDataNotFoundException extends ConfigDataException implements Serializable
- 
Exception Class org.springframework.boot.context.config.ConfigDataResourceNotFoundExceptionclass ConfigDataResourceNotFoundException extends ConfigDataNotFoundException implements Serializable- 
Serialized Fields- 
location@Nullable ConfigDataLocation location 
- 
resourceConfigDataResource resource 
 
- 
 
- 
- 
Exception Class org.springframework.boot.context.config.InactiveConfigDataAccessExceptionclass InactiveConfigDataAccessException extends ConfigDataException implements Serializable- 
Serialized Fields- 
location@Nullable ConfigDataResource location 
- 
origin@Nullable Origin origin 
- 
propertyNameString propertyName 
- 
propertySourceorg.springframework.core.env.PropertySource<?> propertySource 
 
- 
 
- 
- 
Exception Class org.springframework.boot.context.config.InvalidConfigDataPropertyExceptionclass InvalidConfigDataPropertyException extends ConfigDataException implements Serializable- 
Serialized Fields- 
location@Nullable ConfigDataResource location 
- 
propertyConfigurationProperty property 
- 
replacement@Nullable ConfigurationPropertyName replacement 
 
- 
 
- 
- 
Exception Class 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- 
contextorg.springframework.context.ConfigurableApplicationContext context 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEventclass ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
bootstrapContextConfigurableBootstrapContext bootstrapContext 
- 
environmentorg.springframework.core.env.ConfigurableEnvironment environment 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationFailedEventclass ApplicationFailedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
context@Nullable org.springframework.context.ConfigurableApplicationContext context 
- 
exceptionThrowable exception 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationPreparedEventclass ApplicationPreparedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextorg.springframework.context.ConfigurableApplicationContext context 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationReadyEventclass ApplicationReadyEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextorg.springframework.context.ConfigurableApplicationContext context 
- 
timeTaken@Nullable Duration timeTaken 
 
- 
 
- 
- 
Class org.springframework.boot.context.event.ApplicationStartedEventclass ApplicationStartedEvent extends SpringApplicationEvent implements Serializable- 
Serialized Fields- 
contextorg.springframework.context.ConfigurableApplicationContext context 
- 
timeTaken@Nullable Duration 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 org.springframework.context.ApplicationEvent implements Serializable- 
Serialized Fields- 
argsString[] args 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.context.properties- 
Exception Class org.springframework.boot.context.properties.ConfigurationPropertiesBindExceptionclass ConfigurationPropertiesBindException extends org.springframework.beans.factory.BeanCreationException implements Serializable- 
Serialized Fields- 
beanConfigurationPropertiesBean bean 
 
- 
 
- 
- 
Exception Class org.springframework.boot.context.properties.IncompatibleConfigurationExceptionclass IncompatibleConfigurationException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.context.properties.bind- 
Exception Class org.springframework.boot.context.properties.bind.BindExceptionclass BindException extends RuntimeException implements Serializable- 
Serialized Fields- 
nameConfigurationPropertyName name 
- 
property@Nullable ConfigurationProperty property 
- 
targetBindable<?> target 
 
- 
 
- 
- 
Exception Class 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 Class 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 Class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameExceptionclass InvalidConfigurationPropertyNameException extends RuntimeException implements Serializable- 
Serialized Fields- 
invalidCharactersList<Character> invalidCharacters 
- 
nameCharSequence name 
 
- 
 
- 
- 
Exception Class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueExceptionclass InvalidConfigurationPropertyValueException extends RuntimeException implements Serializable
- 
Exception Class org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesExceptionclass MutuallyExclusiveConfigurationPropertiesException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.boot.json- 
Exception Class org.springframework.boot.json.JsonParseExceptionclass JsonParseException extends IllegalArgumentException implements Serializable
 
- 
- 
Package org.springframework.boot.ssl- 
Exception Class org.springframework.boot.ssl.NoSuchSslBundleExceptionclass NoSuchSslBundleException extends RuntimeException implements Serializable- 
Serialized Fields- 
bundleNameString bundleName 
 
- 
 
- 
 
- 
- 
Package org.springframework.boot.validation.beanvalidation- 
Class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessorclass FilteredMethodValidationPostProcessor extends org.springframework.validation.beanvalidation.MethodValidationPostProcessor implements Serializable- 
Serialized Fields- 
excludeFiltersCollection<MethodValidationExcludeFilter> excludeFilters 
 
- 
 
- 
 
-