public abstract class StandardLayers extends Object implements Layers
Layers. Defines the following layers:
 spring-boot-loader used to launch a
 fat jar| Modifier and Type | Field and Description | 
|---|---|
| static Layer | APPLICATIONThe application layer. | 
| static Layer | DEPENDENCIESThe dependencies layer. | 
| static Layer | SNAPSHOT_DEPENDENCIESThe snapshot dependencies layer. | 
| static Layer | SPRING_BOOT_LOADERThe spring boot loader layer. | 
| Constructor and Description | 
|---|
| StandardLayers() | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<Layer> | iterator()Return the jar layers in the order that they should be added (starting with the
 least frequently changed layer). | 
| Stream<Layer> | stream()Return a stream of the jar layers in the order that they should be added (starting
 with the least frequently changed layer). | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final Layer DEPENDENCIES
public static final Layer SPRING_BOOT_LOADER
public static final Layer SNAPSHOT_DEPENDENCIES
public static final Layer APPLICATION