类 BuildpackReference
java.lang.Object
org.springframework.boot.buildpack.platform.build.BuildpackReference
An opaque reference to a
Buildpack
.- 从以下版本开始:
- 2.5.0
- 作者:
- Phillip Webb, Scott Frederick
- 另请参阅:
-
方法概要
修饰符和类型方法说明boolean
int
hashCode()
static BuildpackReference
Create a newBuildpackReference
from the given value.toString()
-
方法详细资料
-
equals
-
hashCode
public int hashCode() -
toString
-
of
Create a newBuildpackReference
from the given value.- 参数:
value
- the value to use- 返回:
- a new
BuildpackReference
-