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