Class ProjectionConfig
java.lang.Object
software.amazon.smithy.build.model.ProjectionConfig
- All Implemented Interfaces:
- ToSmithyBuilder<ProjectionConfig>
ProjectionConfig stored in a 
SmithyBuildConfig.- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ProjectionConfig.Builderbuilder()static ProjectionConfigGets the imports configured for the projection.booleanTake this object and create a builder that contains all of the current property values of this object.
- 
Method Details- 
builder
- 
toBuilderDescription copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToSmithyBuilder<ProjectionConfig>
- Returns:
- a builder for type T
 
- 
fromNode
- 
getTransforms- Returns:
- Gets the immutable transforms in the projection.
 
- 
getPlugins- Returns:
- Gets the immutable plugins of the projection.
 
- 
isAbstractpublic boolean isAbstract()- Returns:
- Returns true if the projection is abstract.
 
- 
getImportsGets the imports configured for the projection.- Returns:
- Returns the projection-specific imports.
 
 
-