直列化された形式
パッケージ org.springframework.boot
例外 org.springframework.boot.AotInitializerNotFoundException
class AotInitializerNotFoundException extends RuntimeExceptionSE implements SerializableSESerialized Fields
mainClass
ClassSE<?> mainClass
クラス org.springframework.boot.BootstrapContextClosedEvent
class BootstrapContextClosedEvent extends ApplicationEvent implements SerializableSESerialized Fields
applicationContext
ConfigurableApplicationContext applicationContext
クラス org.springframework.boot.ExitCodeEvent
class ExitCodeEvent extends ApplicationEvent implements SerializableSESerialized Fields
exitCode
int exitCode
例外 org.springframework.boot.SpringApplication.AbandonedRunException
class AbandonedRunException extends RuntimeExceptionSE implements SerializableSESerialized Fields
applicationContext
ConfigurableApplicationContext applicationContext
パッケージ org.springframework.boot.actuate.audit
クラス org.springframework.boot.actuate.audit.AuditEvent
class AuditEvent extends ObjectSE implements SerializableSE
パッケージ org.springframework.boot.actuate.audit.listener
クラス org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
class AuditApplicationEvent extends ApplicationEvent implements SerializableSESerialized Fields
auditEvent
AuditEvent auditEvent
パッケージ org.springframework.boot.actuate.autoconfigure.cloudfoundry
例外 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
class CloudFoundryAuthorizationException extends RuntimeExceptionSE implements SerializableSESerialized Fields
reason
CloudFoundryAuthorizationException.Reason reason
パッケージ org.springframework.boot.actuate.cache
例外 org.springframework.boot.actuate.cache.NonUniqueCacheException
class NonUniqueCacheException extends RuntimeExceptionSE implements SerializableSESerialized Fields
cacheManagerNames
CollectionSE<StringSE> cacheManagerNames
cacheName
StringSE cacheName
パッケージ org.springframework.boot.actuate.context.properties
クラス org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
class GenericSerializerModifier extends com.fasterxml.jackson.databind.ser.BeanSerializerModifier implements SerializableSE
パッケージ org.springframework.boot.actuate.endpoint
例外 org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
class InvalidEndpointRequestException extends RuntimeExceptionSE implements SerializableSESerialized Fields
reason
StringSE reason
パッケージ org.springframework.boot.actuate.endpoint.invoke
例外 org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
class MissingParametersException extends InvalidEndpointRequestException implements SerializableSESerialized Fields
missingParameters
SetSE<OperationParameter> missingParameters
例外 org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
class ParameterMappingException extends InvalidEndpointRequestException implements SerializableSESerialized Fields
parameter
OperationParameter parameter
value
ObjectSE value
パッケージ org.springframework.boot.actuate.management
パッケージ org.springframework.boot.autoconfigure
クラス org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
class AutoConfigurationImportEvent extends EventObjectSE implements SerializableSE
パッケージ org.springframework.boot.autoconfigure.batch
クラス org.springframework.boot.autoconfigure.batch.JobExecutionEvent
class JobExecutionEvent extends ApplicationEvent implements SerializableSESerialized Fields
execution
org.springframework.batch.core.JobExecution execution
パッケージ org.springframework.boot.autoconfigure.jooq
クラス org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
class JooqExceptionTranslator extends ObjectSE implements SerializableSESerialized Fields
delegate
org.springframework.boot.autoconfigure.jooq.DefaultExceptionTranslatorExecuteListener delegate
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
パッケージ org.springframework.boot.autoconfigure.service.connection
例外 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
class ConnectionDetailsFactoryNotFoundException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
class ConnectionDetailsNotFoundException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.availability
クラス org.springframework.boot.availability.AvailabilityChangeEvent
class AvailabilityChangeEvent extends PayloadApplicationEvent<S extends AvailabilityState> implements SerializableSE
パッケージ org.springframework.boot.builder
クラス org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
class ParentContextAvailableEvent extends ApplicationEvent implements SerializableSE
パッケージ org.springframework.boot.buildpack.platform.build
例外 org.springframework.boot.buildpack.platform.build.BuilderException
class BuilderException extends RuntimeExceptionSE implements SerializableSESerialized Fields
operation
StringSE operation
statusCode
int statusCode
パッケージ org.springframework.boot.buildpack.platform.docker.transport
例外 org.springframework.boot.buildpack.platform.docker.transport.DockerConnectionException
class DockerConnectionException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
class DockerEngineException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.context.config
例外 org.springframework.boot.context.config.ConfigDataException
class ConfigDataException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.boot.context.config.ConfigDataLocationNotFoundException
class ConfigDataLocationNotFoundException extends ConfigDataNotFoundException implements SerializableSESerialized Fields
location
ConfigDataLocation location
例外 org.springframework.boot.context.config.ConfigDataNotFoundException
class ConfigDataNotFoundException extends ConfigDataException implements SerializableSE例外 org.springframework.boot.context.config.ConfigDataResourceNotFoundException
class ConfigDataResourceNotFoundException extends ConfigDataNotFoundException implements SerializableSESerialized Fields
location
ConfigDataLocation location
resource
ConfigDataResource resource
例外 org.springframework.boot.context.config.InactiveConfigDataAccessException
class InactiveConfigDataAccessException extends ConfigDataException implements SerializableSESerialized Fields
location
ConfigDataResource location
origin
Origin origin
propertyName
StringSE propertyName
propertySource
PropertySource<?> propertySource
例外 org.springframework.boot.context.config.InvalidConfigDataPropertyException
class InvalidConfigDataPropertyException extends ConfigDataException implements SerializableSESerialized Fields
location
ConfigDataResource location
property
ConfigurationProperty property
replacement
ConfigurationPropertyName replacement
例外 org.springframework.boot.context.config.UnsupportedConfigDataLocationException
class UnsupportedConfigDataLocationException extends ConfigDataException implements SerializableSESerialized Fields
location
ConfigDataLocation location
パッケージ org.springframework.boot.context.event
クラス org.springframework.boot.context.event.ApplicationContextInitializedEvent
class ApplicationContextInitializedEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
context
ConfigurableApplicationContext context
クラス org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
class ApplicationEnvironmentPreparedEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
bootstrapContext
ConfigurableBootstrapContext bootstrapContext
environment
ConfigurableEnvironment environment
クラス org.springframework.boot.context.event.ApplicationFailedEvent
class ApplicationFailedEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
context
ConfigurableApplicationContext context
exception
ThrowableSE exception
クラス org.springframework.boot.context.event.ApplicationPreparedEvent
class ApplicationPreparedEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
context
ConfigurableApplicationContext context
クラス org.springframework.boot.context.event.ApplicationReadyEvent
class ApplicationReadyEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
context
ConfigurableApplicationContext context
timeTaken
DurationSE timeTaken
クラス org.springframework.boot.context.event.ApplicationStartedEvent
class ApplicationStartedEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
context
ConfigurableApplicationContext context
timeTaken
DurationSE timeTaken
クラス org.springframework.boot.context.event.ApplicationStartingEvent
class ApplicationStartingEvent extends SpringApplicationEvent implements SerializableSESerialized Fields
bootstrapContext
ConfigurableBootstrapContext bootstrapContext
クラス org.springframework.boot.context.event.SpringApplicationEvent
class SpringApplicationEvent extends ApplicationEvent implements SerializableSESerialized Fields
args
StringSE[] args
パッケージ org.springframework.boot.context.properties
例外 org.springframework.boot.context.properties.ConfigurationPropertiesBindException
class ConfigurationPropertiesBindException extends BeanCreationException implements SerializableSESerialized Fields
bean
ConfigurationPropertiesBean bean
例外 org.springframework.boot.context.properties.IncompatibleConfigurationException
class IncompatibleConfigurationException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.context.properties.bind
例外 org.springframework.boot.context.properties.bind.BindException
class BindException extends RuntimeExceptionSE implements SerializableSESerialized Fields
name
ConfigurationPropertyName name
property
ConfigurationProperty property
target
Bindable<?> target
例外 org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
class UnboundConfigurationPropertiesException extends RuntimeExceptionSE implements SerializableSESerialized Fields
unboundProperties
SetSE<ConfigurationProperty> unboundProperties
パッケージ org.springframework.boot.context.properties.bind.validation
例外 org.springframework.boot.context.properties.bind.validation.BindValidationException
class BindValidationException extends RuntimeExceptionSE implements SerializableSESerialized Fields
validationErrors
ValidationErrors validationErrors
パッケージ org.springframework.boot.context.properties.source
例外 org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
class InvalidConfigurationPropertyNameException extends RuntimeExceptionSE implements SerializableSESerialized Fields
invalidCharacters
ListSE<CharacterSE> invalidCharacters
name
CharSequenceSE name
例外 org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
class InvalidConfigurationPropertyValueException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
class MutuallyExclusiveConfigurationPropertiesException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.devtools.classpath
クラス org.springframework.boot.devtools.classpath.ClassPathChangedEvent
class ClassPathChangedEvent extends ApplicationEvent implements SerializableSESerialized Fields
changeSet
SetSE<ChangedFiles> changeSet
restartRequired
boolean restartRequired
パッケージ org.springframework.boot.devtools.restart.classloader
クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
class ClassLoaderFile extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
contents
byte[] contents
kind
ClassLoaderFile.Kind kind
lastModified
long lastModified
クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
class ClassLoaderFiles extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
sourceDirectories
MapSE<StringSE,
ClassLoaderFiles.SourceDirectory> sourceDirectories
クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
class SourceDirectory extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
files
MapSE<StringSE,
ClassLoaderFile> files name
StringSE name
パッケージ org.springframework.boot.docker.compose.core
例外 org.springframework.boot.docker.compose.core.DockerException
class DockerException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.boot.docker.compose.core.DockerNotRunningException
class DockerNotRunningException extends DockerException implements SerializableSESerialized Fields
errorOutput
StringSE errorOutput
例外 org.springframework.boot.docker.compose.core.DockerOutputParseException
class DockerOutputParseException extends DockerException implements SerializableSE例外 org.springframework.boot.docker.compose.core.DockerProcessStartException
class DockerProcessStartException extends DockerException implements SerializableSE
パッケージ org.springframework.boot.docker.compose.lifecycle
クラス org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
class DockerComposeServicesReadyEvent extends ApplicationEvent implements SerializableSESerialized Fields
runningServices
ListSE<RunningService> runningServices
例外 org.springframework.boot.docker.compose.lifecycle.ReadinessTimeoutException
class ReadinessTimeoutException extends RuntimeExceptionSE implements SerializableSESerialized Fields
timeout
DurationSE timeout
パッケージ org.springframework.boot.jackson
クラス org.springframework.boot.jackson.JsonComponentModule
class JsonComponentModule extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSESerialized Fields
beanFactory
BeanFactory beanFactory
クラス org.springframework.boot.jackson.JsonMixinModule
class JsonMixinModule extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.boot.jdbc
例外 org.springframework.boot.jdbc.UnsupportedDataSourcePropertyException
class UnsupportedDataSourcePropertyException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.json
例外 org.springframework.boot.json.JsonParseException
class JsonParseException extends IllegalArgumentExceptionSE implements SerializableSE
パッケージ org.springframework.boot.loader.jarmode
例外 org.springframework.boot.loader.jarmode.JarModeErrorException
class JarModeErrorException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.loader.tools
例外 org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
class NullAdditionalPropertyValueException extends IllegalArgumentExceptionSE implements SerializableSE
パッケージ org.springframework.boot.orm.jpa.hibernate
クラス org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
class SpringImplicitNamingStrategy extends org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl implements SerializableSEクラス org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
class SpringJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
transactionManager
JtaTransactionManager transactionManager
パッケージ org.springframework.boot.rsocket.context
クラス org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
class RSocketServerInitializedEvent extends ApplicationEvent implements SerializableSE
パッケージ org.springframework.boot.rsocket.server
例外 org.springframework.boot.rsocket.server.RSocketServerException
class RSocketServerException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.ssl
例外 org.springframework.boot.ssl.NoSuchSslBundleException
class NoSuchSslBundleException extends RuntimeExceptionSE implements SerializableSESerialized Fields
bundleName
StringSE bundleName
パッケージ org.springframework.boot.test.context
クラス org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
class ReactiveWebMergedContextConfiguration extends MergedContextConfiguration implements SerializableSE
パッケージ org.springframework.boot.test.web.htmlunit
クラス org.springframework.boot.test.web.htmlunit.LocalHostWebClient
class LocalHostWebClient extends org.htmlunit.WebClient implements SerializableSESerialized Fields
environment
Environment environment
パッケージ org.springframework.boot.testcontainers.lifecycle
クラス org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
class BeforeTestcontainerUsedEvent extends ApplicationEvent implements SerializableSE
パッケージ org.springframework.boot.validation.beanvalidation
クラス org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
class FilteredMethodValidationPostProcessor extends MethodValidationPostProcessor implements SerializableSESerialized Fields
excludeFilters
CollectionSE<MethodValidationExcludeFilter> excludeFilters
パッケージ org.springframework.boot.web.context
例外 org.springframework.boot.web.context.MissingWebServerFactoryBeanException
class MissingWebServerFactoryBeanException extends NoSuchBeanDefinitionException implements SerializableSESerialized Fields
webApplicationType
WebApplicationType webApplicationType
クラス org.springframework.boot.web.context.WebServerInitializedEvent
class WebServerInitializedEvent extends ApplicationEvent implements SerializableSE
パッケージ org.springframework.boot.web.embedded.tomcat
例外 org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
class ConnectorStartFailedException extends WebServerException implements SerializableSESerialized Fields
port
int port
パッケージ org.springframework.boot.web.reactive.context
クラス org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
class ReactiveWebServerInitializedEvent extends WebServerInitializedEvent implements SerializableSESerialized Fields
applicationContext
ReactiveWebServerApplicationContext applicationContext
パッケージ org.springframework.boot.web.server
例外 org.springframework.boot.web.server.PortInUseException
class PortInUseException extends WebServerException implements SerializableSESerialized Fields
port
int port
例外 org.springframework.boot.web.server.WebServerException
class WebServerException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.boot.web.servlet.context
クラス org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
class ServletWebServerInitializedEvent extends WebServerInitializedEvent implements SerializableSESerialized Fields
applicationContext
ServletWebServerApplicationContext applicationContext