Serialized Form
Package org.springframework.boot
Class org.springframework.boot.ExitCodeEvent extends org.springframework.context.ApplicationEvent implements Serializable
Serialized Fields
exitCode
int exitCode
Package org.springframework.boot.bind
Class org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException extends org.springframework.beans.NotWritablePropertyException implements Serializable
Serialized Fields
message
String message
propertyOrigin
PropertyOrigin propertyOrigin
Package org.springframework.boot.builder
Class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent extends org.springframework.context.ApplicationEvent implements Serializable
Package org.springframework.boot.context.config
Class org.springframework.boot.context.config.ResourceNotFoundException extends RuntimeException implements Serializable
Serialized Fields
propertyName
String propertyName
resource
org.springframework.core.io.Resource resource
Package org.springframework.boot.context.embedded
Class org.springframework.boot.context.embedded.EmbeddedServletContainerException extends RuntimeException implements Serializable
Class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent extends org.springframework.context.ApplicationEvent implements Serializable
Serialized Fields
applicationContext
EmbeddedWebApplicationContext applicationContext
Class org.springframework.boot.context.embedded.PortInUseException extends EmbeddedServletContainerException implements Serializable
Serialized Fields
port
int port
Package org.springframework.boot.context.embedded.tomcat
Class org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException extends EmbeddedServletContainerException implements Serializable
Serialized Fields
port
int port
Package org.springframework.boot.context.event
Class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent implements Serializable
Serialized Fields
environment
org.springframework.core.env.ConfigurableEnvironment environment
Class org.springframework.boot.context.event.ApplicationFailedEvent extends SpringApplicationEvent implements Serializable
Serialized Fields
context
org.springframework.context.ConfigurableApplicationContext context
exception
Throwable exception
Class org.springframework.boot.context.event.ApplicationPreparedEvent extends SpringApplicationEvent implements Serializable
Serialized Fields
context
org.springframework.context.ConfigurableApplicationContext context
Class org.springframework.boot.context.event.ApplicationReadyEvent extends SpringApplicationEvent implements Serializable
Serialized Fields
context
org.springframework.context.ConfigurableApplicationContext context
Class org.springframework.boot.context.event.ApplicationStartedEvent extends ApplicationStartingEvent implements Serializable
Class org.springframework.boot.context.event.ApplicationStartingEvent extends SpringApplicationEvent implements Serializable
Class org.springframework.boot.context.event.SpringApplicationEvent extends org.springframework.context.ApplicationEvent implements Serializable
Serialized Fields
args
String[] args
Package org.springframework.boot.jackson
Class org.springframework.boot.jackson.JsonComponentModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
Serialized Fields
beanFactory
org.springframework.beans.factory.BeanFactory beanFactory
Package org.springframework.boot.jta.atomikos
Class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean extends com.atomikos.jms.AtomikosConnectionFactoryBean implements Serializable
Serialized Fields
beanName
String beanName
Class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean extends com.atomikos.jdbc.AtomikosDataSourceBean implements Serializable
Serialized Fields
beanName
String beanName
Package org.springframework.boot.jta.bitronix
Class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean extends bitronix.tm.resource.jms.PoolingConnectionFactory implements Serializable
Serialized Fields
beanName
String beanName
connectionFactory
javax.jms.XAConnectionFactory connectionFactory
Class org.springframework.boot.jta.bitronix.PoolingDataSourceBean extends bitronix.tm.resource.jdbc.PoolingDataSource implements Serializable
Serialized Fields
beanName
String beanName
dataSource
XADataSource dataSource
Package org.springframework.boot.orm.jpa.hibernate
Class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy extends org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl implements Serializable
Class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable
- serialVersionUID:
- 1L
Serialized Fields
transactionManager
org.springframework.transaction.jta.JtaTransactionManager transactionManager
Class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy extends org.hibernate.cfg.ImprovedNamingStrategy implements Serializable