Serialized Form
-
Package org.springframework.boot.gradle.tasks.buildinfo
-
Class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
class BuildInfoProperties extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
additionalProperties
Map<String,
Object> additionalProperties -
artifact
org.gradle.api.provider.Property<String> artifact
-
group
org.gradle.api.provider.Property<String> group
-
name
org.gradle.api.provider.Property<String> name
-
time
org.gradle.api.provider.Property<Long> time
-
timeConfigured
boolean timeConfigured
-
version
org.gradle.api.provider.Property<String> version
-
-
-
-
Package org.springframework.boot.gradle.tasks.bundling
-
Class org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
class LaunchScriptConfiguration extends Object implements Serializable -
Class org.springframework.boot.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
class ApplicationSpec extends LayeredSpec.IntoLayersSpec implements Serializable -
Class org.springframework.boot.gradle.tasks.bundling.LayeredSpec.DependenciesIntoLayerSpec
class DependenciesIntoLayerSpec extends LayeredSpec.IntoLayerSpec implements Serializable-
Serialized Fields
-
excludeProjectDependencies
boolean excludeProjectDependencies
-
includeProjectDependencies
boolean includeProjectDependencies
-
-
-
Class org.springframework.boot.gradle.tasks.bundling.LayeredSpec.DependenciesSpec
class DependenciesSpec extends LayeredSpec.IntoLayersSpec implements Serializable -
Class org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayerSpec
class IntoLayerSpec extends Object implements Serializable -
Class org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
class IntoLayersSpec extends Object implements Serializable-
Serialized Fields
-
intoLayers
List<LayeredSpec.IntoLayerSpec> intoLayers
-
specFactory
Function<String,
LayeredSpec.IntoLayerSpec> specFactory
-
-
-