Class MavenConfig
java.lang.Object
software.amazon.smithy.build.model.MavenConfig
- All Implemented Interfaces:
 ToSmithyBuilder<MavenConfig>
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic MavenConfig.Builderbuilder()booleanstatic MavenConfigGets the dependencies.Gets the repositories.inthashCode()merge(MavenConfig other) Take this object and create a builder that contains all of the current property values of this object. 
- 
Method Details
- 
fromNode
 - 
builder
 - 
getRepositories
Gets the repositories.- Returns:
 - Returns the repositories in an insertion ordered set.
 
 - 
getDependencies
Gets the dependencies.- Returns:
 - Returns the dependencies in an insertion ordered set.
 
 - 
merge
 - 
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToSmithyBuilder<MavenConfig>- Returns:
 - a builder for type T
 
 - 
hashCode
public int hashCode() - 
equals
 
 -