序列化表格
程序包 org.springframework.boot.devtools.classpath
类org.springframework.boot.devtools.classpath.ClassPathChangedEvent扩展org.springframework.context.ApplicationEvent实现可序列化
序列化字段
changeSet
Set<ChangedFiles> changeSet
restartRequired
boolean restartRequired
程序包 org.springframework.boot.devtools.restart.classloader
类org.springframework.boot.devtools.restart.classloader.ClassLoaderFile扩展Object实现可序列化
- serialVersionUID:
- 1L
序列化字段
contents
byte[] contents
kind
ClassLoaderFile.Kind kind
lastModified
long lastModified
类org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles扩展Object实现可序列化
- serialVersionUID:
- 1L
序列化字段
sourceFolders
Map<String,ClassLoaderFiles.SourceFolder> sourceFolders
类org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder扩展Object实现可序列化
- serialVersionUID:
- 1L
序列化字段
files
Map<String,ClassLoaderFile> files
name
String name