Serialized Form
-
Package org.springframework.boot
-
Exception Class org.springframework.boot.AotInitializerNotFoundException
class AotInitializerNotFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
mainClass
Class<?> mainClass
-
-
-
Class org.springframework.boot.ExitCodeEvent
class ExitCodeEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Exception Class org.springframework.boot.SpringApplication.AbandonedRunException
class AbandonedRunException extends RuntimeException implements Serializable-
Serialized Fields
-
applicationContext
@Nullable org.springframework.context.ConfigurableApplicationContext applicationContext
-
-
-
-
Package org.springframework.boot.availability
-
Class org.springframework.boot.availability.AvailabilityChangeEvent
class AvailabilityChangeEvent extends org.springframework.context.PayloadApplicationEvent<S extends AvailabilityState> implements Serializable
-
-
Package org.springframework.boot.bootstrap
-
Class org.springframework.boot.bootstrap.BootstrapContextClosedEvent
class BootstrapContextClosedEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
applicationContext
org.springframework.context.ConfigurableApplicationContext applicationContext
-
-
-
-
Package org.springframework.boot.builder
-
Class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
class ParentContextAvailableEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
-
Package org.springframework.boot.context.config
-
Exception Class org.springframework.boot.context.config.ConfigDataException
class ConfigDataException extends RuntimeException implements Serializable -
Exception Class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
class ConfigDataLocationNotFoundException extends ConfigDataNotFoundException implements Serializable-
Serialized Fields
-
location
ConfigDataLocation location
-
-
-
Exception Class org.springframework.boot.context.config.ConfigDataNotFoundException
class ConfigDataNotFoundException extends ConfigDataException implements Serializable -
Exception Class org.springframework.boot.context.config.ConfigDataResourceNotFoundException
class ConfigDataResourceNotFoundException extends ConfigDataNotFoundException implements Serializable-
Serialized Fields
-
location
@Nullable ConfigDataLocation location
-
resource
ConfigDataResource resource
-
-
-
Exception Class org.springframework.boot.context.config.InactiveConfigDataAccessException
class InactiveConfigDataAccessException extends ConfigDataException implements Serializable-
Serialized Fields
-
location
@Nullable ConfigDataResource location
-
origin
@Nullable Origin origin
-
propertyName
String propertyName
-
propertySource
org.springframework.core.env.PropertySource<?> propertySource
-
-
-
Exception Class org.springframework.boot.context.config.InvalidConfigDataPropertyException
class InvalidConfigDataPropertyException extends ConfigDataException implements Serializable-
Serialized Fields
-
location
@Nullable ConfigDataResource location
-
property
ConfigurationProperty property
-
replacement
@Nullable ConfigurationPropertyName replacement
-
-
-
Exception Class 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
org.springframework.context.ConfigurableApplicationContext context
-
-
-
Class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
class ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
bootstrapContext
ConfigurableBootstrapContext bootstrapContext
-
environment
org.springframework.core.env.ConfigurableEnvironment environment
-
-
-
Class org.springframework.boot.context.event.ApplicationFailedEvent
class ApplicationFailedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
@Nullable org.springframework.context.ConfigurableApplicationContext context
-
exception
Throwable exception
-
-
-
Class org.springframework.boot.context.event.ApplicationPreparedEvent
class ApplicationPreparedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
org.springframework.context.ConfigurableApplicationContext context
-
-
-
Class org.springframework.boot.context.event.ApplicationReadyEvent
class ApplicationReadyEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
org.springframework.context.ConfigurableApplicationContext context
-
timeTaken
@Nullable Duration timeTaken
-
-
-
Class org.springframework.boot.context.event.ApplicationStartedEvent
class ApplicationStartedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
org.springframework.context.ConfigurableApplicationContext context
-
timeTaken
@Nullable 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 org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
args
String[] args
-
-
-
-
Package org.springframework.boot.context.properties
-
Exception Class org.springframework.boot.context.properties.ConfigurationPropertiesBindException
class ConfigurationPropertiesBindException extends org.springframework.beans.factory.BeanCreationException implements Serializable-
Serialized Fields
-
bean
ConfigurationPropertiesBean bean
-
-
-
Exception Class org.springframework.boot.context.properties.IncompatibleConfigurationException
class IncompatibleConfigurationException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.context.properties.bind
-
Exception Class org.springframework.boot.context.properties.bind.BindException
class BindException extends RuntimeException implements Serializable-
Serialized Fields
-
name
ConfigurationPropertyName name
-
property
@Nullable ConfigurationProperty property
-
target
Bindable<?> target
-
-
-
Exception Class 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 Class 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 Class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
class InvalidConfigurationPropertyNameException extends RuntimeException implements Serializable-
Serialized Fields
-
invalidCharacters
List<Character> invalidCharacters
-
name
CharSequence name
-
-
-
Exception Class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
class InvalidConfigurationPropertyValueException extends RuntimeException implements Serializable -
Exception Class org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
class MutuallyExclusiveConfigurationPropertiesException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.json
-
Exception Class org.springframework.boot.json.JsonParseException
class JsonParseException extends IllegalArgumentException implements Serializable
-
-
Package org.springframework.boot.ssl
-
Exception Class org.springframework.boot.ssl.NoSuchSslBundleException
class NoSuchSslBundleException extends RuntimeException implements Serializable-
Serialized Fields
-
bundleName
String bundleName
-
-
-
-
Package org.springframework.boot.validation.beanvalidation
-
Class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
class FilteredMethodValidationPostProcessor extends org.springframework.validation.beanvalidation.MethodValidationPostProcessor implements Serializable-
Serialized Fields
-
excludeFilters
Collection<MethodValidationExcludeFilter> excludeFilters
-
-
-