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 TypeMethodDescriptionbooleaninthashCode()static BuildpackReferenceCreate a newBuildpackReferencefrom the given value.toString()
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
of
Create a newBuildpackReferencefrom the given value.- Parameters:
value- the value to use- Returns:
- a new
BuildpackReference
-