类 CustomLayers
java.lang.Object
org.springframework.boot.loader.tools.layer.CustomLayers
Custom
Layers
implementation where layer content is selected by the user.- 从以下版本开始:
- 2.3.0
- 作者:
- Madhura Bhave, Phillip Webb
-
字段概要
-
构造器概要
构造器构造器说明CustomLayers
(List<Layer> layers, List<ContentSelector<String>> applicationSelectors, List<ContentSelector<Library>> librarySelectors) -
方法概要
修饰符和类型方法说明Return the layer that contains the given resource name.Return the layer that contains the given library.iterator()
Return the jar layers in the order that they should be added (starting with the least frequently changed layer).stream()
Return a stream of the jar layers in the order that they should be added (starting with the least frequently changed layer).从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
CustomLayers
public CustomLayers(List<Layer> layers, List<ContentSelector<String>> applicationSelectors, List<ContentSelector<Library>> librarySelectors)
-
-
方法详细资料
-
iterator
从接口复制的说明:Layers
Return the jar layers in the order that they should be added (starting with the least frequently changed layer). -
stream
从接口复制的说明:Layers
Return a stream of the jar layers in the order that they should be added (starting with the least frequently changed layer). -
getLayer
从接口复制的说明:Layers
Return the layer that contains the given resource name. -
getLayer
从接口复制的说明:Layers
Return the layer that contains the given library.
-