Class BuildpackReference
java.lang.Object
org.springframework.boot.buildpack.platform.build.BuildpackReference
An opaque reference to a
Buildpack
.- Since:
- 2.5.0
- Author:
- Phillip Webb, Scott Frederick
- See Also:
-
BuildpackResolver
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static BuildpackReference
Create a newBuildpackReference
from the given value.toString()
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
of
Create a newBuildpackReference
from the given value.- Parameters:
value
- the value to use- Returns:
- a new
BuildpackReference
-