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 org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
applicationContext
org.springframework.context.ConfigurableApplicationContext applicationContext
-
-
-
Class org.springframework.boot.ExitCodeEvent
class ExitCodeEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Exception org.springframework.boot.SpringApplication.AbandonedRunException
class AbandonedRunException extends RuntimeException implements Serializable-
Serialized Fields
-
applicationContext
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.builder
-
Class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
class ParentContextAvailableEvent extends org.springframework.context.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
org.springframework.core.env.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
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
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
Duration timeTaken
-
-
-
Class org.springframework.boot.context.event.ApplicationStartedEvent
class ApplicationStartedEvent extends SpringApplicationEvent implements Serializable-
Serialized Fields
-
context
org.springframework.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 org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
args
String[] args
-
-
-
-
Package org.springframework.boot.context.properties
-
Exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
class ConfigurationPropertiesBindException extends org.springframework.beans.factory.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.jackson
-
Class org.springframework.boot.jackson.JsonComponentModule
class JsonComponentModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable-
Serialized Fields
-
beanFactory
org.springframework.beans.factory.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
org.springframework.transaction.jta.JtaTransactionManager transactionManager
-
-
-
Package org.springframework.boot.rsocket.context
-
Class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
class RSocketServerInitializedEvent extends org.springframework.context.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.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
-
-
-
-
Package org.springframework.boot.web.context
-
Exception org.springframework.boot.web.context.MissingWebServerFactoryBeanException
class MissingWebServerFactoryBeanException extends org.springframework.beans.factory.NoSuchBeanDefinitionException implements Serializable-
Serialized Fields
-
webApplicationType
WebApplicationType webApplicationType
-
-
-
Class org.springframework.boot.web.context.WebServerInitializedEvent
class WebServerInitializedEvent extends org.springframework.context.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
-
-
-